@charset "utf-8";
/* CSS Document */

body {
	width: 1400px;
	background-color: #000;
}
.conteneur {
	background-image: url(../img/fondmarcel.png);
	height: 720px;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.boxGauche {
	float: left;
	height: 600px;
	width: 300px;
	margin-left: 10px;
	margin-top: 12px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bolder;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.boxGauche p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #FFC;
	padding-right: 3px;
	padding-left: 3px;
}
.boxDroit {
	float: left;
	width: 900px;
	margin-left: 20px;
	margin-top: 12px;
	height: 665px;
	text-align: center;
}

.gauche {
	height: 600px;
	width: 405px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFC;
	float: left;
	line-height: 1.1em;
}
h5 {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}

.droit {
	float: right;
	height: 600px;
	width: 800px;
	padding: 5px;
	margin-top: 20px;
	margin-right: 35px;
	text-align: center;
	cursor: crosshair;
}
.pied {
	clear: both;
	width: 1280px;
	height: 20px;
	margin-top: 70px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
.pied a {
	color: #999;
	text-decoration: none;
	padding-right: 25px;
}
.pied a:hover {
	color: #F00;
}
.gauche a{
	text-decoration: none;
	color: #999;
	font-style: italic;
}
.gauche a:hover {
	color: #F00;
}
span {
	color: #FF9;
}

