/* COMMENT.CSS */
/* Copyright ASI Média 2005 */
body { 
	margin:0px; 
	height:100%;
	background-color:#000000;
}

#conteneur {
	width:575px;
	height:100%;
	background-image:  url("../images/accueil/fond.jpg");
}

#entete {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	border:2px dashed #ffffff;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
}
	
