/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	background-color:#ffffff;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	visibility: visible;
	font-size: 14pt;
	line-height: normal;
	margin-bottom: 100px;
}






#contener {
width:800px;
padding:10px 20px 10px 30px;
}

#nav, #anim, #gauche, #centre, #droite, .bas {
display:none;

}

.display {
	display: block;
}



.milieu, .milieuselect {
	background-image: url(images/bloc_resultat_centre.gif);
	width: 100%;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	margin-bottom: 20px;
}

.milieunouv, .milieuvendu, .milieuexclu {
	background-image: url(images/bloc_resultat_centre_nouv.gif);
	width: 100%;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	margin-bottom: 20px;
}

	
	