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

#header{
	width: 780px;
	height: 162px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#body {
	width: 780px;
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
}

#footer{
	width: 780px;
	height: 25px;
	background : url(images/footer.gif) no-repeat left top ;
}

#menu {
	width: 760px;
	height: 46px;
	background : url(images/menu.gif) no-repeat left top ;
	list-style: none ;
	text-align: center ;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
a.retour { color : #0039C4; text-decoration:none;}
a:link.retour { ccolor : #0039C4; text-decoration:none;}
a:visited.retour { ccolor: #0039C4; text-decoration: none;}
a:hover.retour { color: #FF0000;  text-decoration:underline}
a:active.retour { color: #0039C4; text-decoration:none}

h3{
	color: #FF0000;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}
ul{
	padding-left:25px;
	margin-top:0px;
}
.aac{
	color:#FFA800;
	font-size:14px;
	text-decoration:underline;
}
