div {
	text-align:center;
	}

div#bandeau {
        width:100%;
	height:110px;
	background-color:#d2f3d5;
	}

div#bandeau_ter {
	width:100%;
	height:0.5px;
	background-color:#d2f3d5;}

div#bandeau_Droite {
	width:100%;
	height:0.5px;
	background-color:#d2f3d5;}

div#bandeau_Gauche {
	width:100%;
	height:0.5px;
	background-color:#d2f3d5;}

div#menu {
	float:left;
	width:80%;
	height:330px;
	background-color:#d2f3d5;
	}

div#bloc {
        float:right;
	width:20%;
	height:400px;
	background-color:#d2f3d5;
	}

div#date {
	float:right;
	width:100%;
	height:40px;
	background-color:#d2f3d5;
	}

div#bloc_news {
	float:right;
	width:100%;
	background-color:#d2f3d5;
	}

div#bloc_sondage {
	float:right;
	width:100%;
	background-color:#d2f3d5;
        }

h1 {    width: 55%;
	font-family: Cooper Black;
	background-color:#248b24;
	color: White ;
	font-size:15pt;
	font-weight:normal;
	text-align:center;
	}

h2 {    
	border-style: double;
	border-color: green ;
	
	}

h3 {  	font-size:12pt;
	font-weight:normal;
	text-align:center;
	}






