body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #fff url(../img/bg_body.jpg) repeat-x;
}
#conteuneur {
	text-align: left;
	width: 990px;
	margin: 0 auto;
	font: 10px Verdana;
	color: #487db6; /*bleu */
	}
.colonne_gauche {
	float:left;
	width:300px;
}

#banniere {
	height: 174px;
	background:  url(../img/bg_banner2.jpg) no-repeat;
	}	
	#banniere a#logo{
		text-decoration:none;
		display:block;
		width:210px;
		height:80px;
		margin-left:38px;
	}
	#logo_flash {
		margin-left:38px;
		margin-top:-64px;
	}
	#banniere .colonne_gauche,
	#banniere .colonne_droite{ 
		height:71px;
	}
/* #hMenu -> voir menus.css */
#page {
	min-height:450px;
	font-size: 1.1em;
	}
	#page .colonne_gauche .partie_haute{ 
		background: url(../img/bg_colonne_gauche.jpg) repeat-y;
		min-height:250px;/* ->redefined in ie6.css */
	}
	/* menus verticaux et news -> menus.css */
	#page .colonne_gauche .partie_haute_fin{
		background:  url(../img/bg_colonne_gauche_end.jpg) no-repeat;
		height:50px;
	}
	#page .colonne_gauche .contacts{
		height:200px;
		width:230px;
		background: url(../img/bg_contacts.jpg) repeat-x;
		margin-left:27px;
	}
	#page .colonne_gauche .contacts .left{ float:left; 	}
	#page .colonne_gauche .contacts .right{	float:right; }
	#page .colonne_gauche .contacts .adresse{
		line-height:1.2;
		padding-top:2.5em;
		font-weight:bold;
		color:#fff;
		font-size:1.1em;
		width:150px;
		float:left;
	}
	#page .colonne_droite{
		width:510px;
		float:left;
	}
	/* séparation en deux colonnes */
	#page div.colonne_demi_page{
		float:left;
		width:49%;
	}
	#page div.colonne_demi_page p{
		margin-left:1em;
		margin-right:2em;
	}
#barre_liens_rapide{
	float:left;
	width:150px;
	overflow:hidden;
	margin-left:30px;
	margin-top:8px;
	}
	#barre_liens_rapide div.boite_de_couleur{
		background:#F9EBE0 url(../img/bg_encart_haut.jpg) no-repeat;
		min-height:15px;
		margin-bottom:10px;
		font-size:0.9em;
		}
		#barre_liens_rapide div.boite_de_couleur h2{
			background:none;
			color:#487db6; /*bleu */
			font-weight:bold;
			padding:5px 0;
			margin:0;
			text-decoration:none;
		}
		#barre_liens_rapide div.boite_de_couleur h3{
			font-size:1.1em;
			margin:0 0 0 10px;
			padding:6px 0 6px 0;
			text-decoration:none;
		}
		#barre_liens_rapide div.boite_de_couleur h4{
			font-size:0.9em;
			margin:0 0 0 5px;
			padding:3px 0 5px 20px;
			text-decoration:none;
			background:url(../img/puce_bleue_micro.jpg) 4px 6px no-repeat;
		}
		#barre_liens_rapide div.boite_de_couleur p{
			margin-left:10px;
		}
		#barre_liens_rapide div.boite_de_couleur p.hr{
			margin:0; padding:0;
			border-top:1px dotted #487db6; /*bleu */ 
		}
		#barre_liens_rapide div.boite_de_couleur ul li a{ font-weight:normal }
		#barre_liens_rapide div.boite_de_couleur div.boite_de_couleur_bas{
			background: #fff url(../img/bg_encart_bas.jpg) no-repeat;
			height:10px;
			overflow:hidden;
		}
		#barre_liens_rapide div.boite_de_couleur p.toutes_nos_presta{ 
			margin:0 0 12px 8px;
			font-weight:bold;
			font-size:0.9em;
		}
		#barre_liens_rapide #defilement_references{
			display:block;
			width:130px;
			background:#fff;
			margin:0 0 0 9px;
			height:65px;
			padding-top:15px;
			position:relative;
			overflow:hidden;
			border:1px solid #E9DBD0;
			border-width:0 1px;
			}
			#barre_liens_rapide #defilement_references ul{
				padding:0;
				width:10000px;				
			}
			#barre_liens_rapide #defilement_references li{
				background:none;
				float:left;
				width:130px;
				padding:0;
			}
			#barre_liens_rapide #defilement_references li a{
				display:block;
				width:130px;
				height:65px;
				border:0;
				text-decoration:none;
				text-align:center;
			}
		#barre_liens_rapide #bouton_tests_utilisateur{
			padding-top:10px;
			margin:0 0 0 10px;
			}
			#barre_liens_rapide #bouton_tests_utilisateur a{
				display:block;
				width:132px;
				height:35px;
				text-align:center;
				font-size:11px;
				font-weight:bold;
				line-height:13px;
				color:#fff;
				padding-top:8px;
				background:url(../img/bouton_participez2.jpg) no-repeat;
				}
				#barre_liens_rapide #bouton_tests_utilisateur a:hover,
				#barre_liens_rapide #bouton_tests_utilisateur a:focus{
					background:url(../img/bouton_participez2.jpg) 0 -42px no-repeat;
					text-decoration:none;
				}
#footer{
	clear:both;
	margin-top:1em;
	height:2em;
	color:#ccc;
	font-size:8pt;
	border-top:1px solid #eee;
	margin-left:310px;
	}
	#footer p{
		text-align:right;
	}
