body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	}
	
a {
	text-decoration: none;
	color: #000000;
	}	

#conteneur {
	width: 956px;
	margin: 0 auto; 
	}

#ligne_grise {
	position: absolute;
	width: 947px;
	height: 19px;
	background-image: url(images/barre_grise.png);
	padding-left: 10px;
	padding-top: 5px;
	}
	
#bloc_jaune {
	position: absolute;
	width: 947px;
	height: 250px;
	background-image: url(images/fond_jaune.png);
	padding-left: 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
	}
	
#bloc_blanc {
	position: absolute;
	width: 636px;
	height: 84px;
	background-image: url(images/fond_blanc.png);
	padding-left: 33px;
	padding-top: 7px;
	margin-top: -40px;
	margin-left: 3px;
	line-height: 25px;
	z-index: 1;
	}
	
#gauche {
	float: left;
	}
	
#droite {
	float: right;
	}
	
#saut {
	clear: both;
}

#gauche2 {
	float: left;
	width: 125px;
	text-align: center;
	margin-left: 8px;
	top: -50px;
	position: relative;
	}
	
#gauche3 {
	float: right;
	width: 200px;
	text-align: center;
	top: 6px;
	margin-right: 40px;
	position: relative;
	}
	
.photo {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 123px;
	}
	
.photo2 {
	position: relative;
	float: right;
	margin-right: 40px;
	width: 200px;
	z-index: 500;
	}
	
.logo {
	margin-right: 5px;
	margin-top: -1px;
	vertical-align: top;
	}
	
.puce {
	margin-right: 10px;
	margin-left: 5px;
	vertical-align: top;
	}

.noir14 {
	font-size: 14px;
	}
	
a.gris {
	color: #a1a1a1;
	font-size: 12px;
	}
	
a.noir {
	font-size: 12px;
	}
	
a.noir14 {
	font-size: 14px;
	}


