div#global {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px; 
	height: 600px; 
	margin-left: -450px;
	margin-top: -300px;
	background-color: ;
}

div#bande1 {
	width: 868px;
	height: 83px;
	background-color: #bed73b;
	padding-left: 20px ; 
	padding-top: 20px ; 
	text-align: ;
	border: 6px solid white;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
}

div#menu {
	float: left;
	width: 220px;
	height: 405px;
	background-color: #bed73b;
	padding-left: 10px ; 
	padding-top: 10px ;
	padding-bottom: 10px ; 
	padding-right: 10px ;
	text-align: ;
	border: 6px solid white;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
}


div#nouvelles {
	float: left;
	width: 376px;
	height: 421px;
	overflow: auto; 
	background-color: ;
	padding-left: 10px ; 
	padding-top: 10px ;
	padding-right: 10px ;
	text-align: justify;
}

div#menu2 {
	float: left;
	width: 220px;
	height: 405px;
	background-color: #bed73b;
	padding-left: 10px ; 
	padding-top: 10px ;
	padding-bottom: 10px ; 
	padding-right: 10px ;
	text-align: right;
	border: 6px solid white;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
}

div#bande2 {
	clear: both;
	width: 888px;
	height: 25px;
	padding-top: 5px ; 
	background-color: grey;
	text-align: center;
	border: 6px solid white;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
}


/*GROS TITRE VERT*/
h1 {font-family: verdana; font-size: 15px; color: green; font-weight: bold; text-align: ;}

h2 {font-family: verdana; font-size: 12px; color: black; font-weight: ; text-align: ;}
h3 {font-family: verdana; font-size: 12px; color: green; font-weight: ; text-align: ;}
h4 {font-family: arial; font-size: 12px; color: black; font-weight: ; text-align: ;}
h5 {font-family: verdana; font-size: 12px; color: white; font-weight: bold; text-align: ;}

/*texte des liens*/

a:link {font-size: 16px; font-family: verdana; text-decoration: none; font-weight: bold; color: white;}
a:hover {font-size: 16px; font-family: verdana; text-decoration: none; font-weight: bold; color: green;}
a:visited {font-size: 16px; font-family: verdana; text-decoration: none; font-weight: bold; color: brown;}