
body{ 
	background-color: #0B9153;
	margin-top: 25px;
	font-size: 12px;
	color:#0B9153;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
#container{ 
	margin:auto;
	width:780px;
	height:100%;
}


#header{
	width: 780px;
	height: 173px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#body {
	width: 780px;
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
}
#menuu{
	width: 780px;
	height: 25px;
	background : url(images/menuu.gif) no-repeat left top ;
	color:#08E351;
}
#footer{
	width: 780px;
	height: 25px;
	background : url(images/footer.gif) no-repeat left top ;
	color:#08E351;
}


a.retour { color : #FF0000; text-decoration:none;}
a:link.retour { ccolor : #FF0000; text-decoration:none;}
a:visited.retour { ccolor: #FF0000; text-decoration: none;}
a:hover.retour { color: #0B9153;  text-decoration:underline}
a:active.retour { color: #FF0000; text-decoration:none}

a.foot { color : #08E351; text-decoration:none;}
a:link.foot { ccolor : #08E351; text-decoration:none;}
a:visited.foot { ccolor: #08E351; text-decoration: none;}
a:hover.foot { color: #FFFFFF;  text-decoration:underline}
a:active.foot { color: #08E351; text-decoration:none}


a.menu { color : #fffff; text-decoration:none; font-size:16px}
a:link.menu { ccolor : #ffffff; text-decoration:none; font-size:16px}
a:visited.menu { ccolor: #fffff; text-decoration: none; font-size:16px}
a:hover.menu { color: #045C38;  text-decoration:underline; font-size:16px}
a:active.menu { color: #fffff; text-decoration:none; font-size:16px}

h3{
	color: #045C38;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}
ul{
	padding-left:25px;
	margin-top:0px;
}
.aac{
	color:#FFA800;
	font-size:14px;
	text-decoration:underline;
}
.foot{
	color:#08E351;
	text-align:center;
}

.menu{
	color:#ffffff;
	font-size:16px;
	text-align:center;
	padding-top:1px;

}