@charset "utf-8";
/* CSS Document */
body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color: #bd2c16;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#conteneur{
	position:absolute;
	width:900px;
	height:575px;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top: -285px;
}
#contenu{
	width:900px;
	height:575px;
}
#contenu_int{
	width:600px;
	height:400px;
	overflow:auto;
}
#logo{
	position:absolute;
	top:0;
	left:0;
	background:url(images/manifestation_01.jpg);
	height:232px;
	width:251px;
}
#top{
	position:absolute;
	top:0;
	left:251px;
	background-color:#990;
	background:url(images/manifestation_02.jpg);
	height:105px;
	width:649px;
}
#menu{
	position:absolute;
	background-color: #339;
	background:url(images/manifestation_04.jpg);
	height:343px;
	width:251px;
	top:232px;
	left:0;
}
#contenu{
	position:absolute;
	left:251px;
	top:105px;
	background-color:#0F6;
	background:url(images/manifestation_03.jpg);
	height:470px;
	width:649px;
}
#titre_date{
	width:100%;
	text-align:center;
	position:absolute;
	padding:25px 0 0 0 ;
	color:#bd2c16;
}

