body {
	background-color: #003772;
	margin: 5 auto;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times new roman, Times, serif;
	font-size: 12px;
	color: #003772;
	background-image: url(images/fond-centre.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#page {
	height:100%;	
}

#header {
	width: 802px;
}

#flag {
	width: 102px;
	height: 33px;
	top: -10px;
	left: 316px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/fond-menu-haut.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 30px;
}

#corps {
	text-align:center;
}

#corps-table {
	background-color: #FFFFFF;
	background-image: url(images/filigrane-body.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 10px;
	text-align: justify;
}

#news {
	padding-left: 5px;
	padding-right: 5px;
}

h1{
	font-size: 16px;
	margin:0;
	font-weight: bold;
}

a:link,a:visited {
	text-decoration: underline;
	color: #003772;
}

a:hover {
	text-decoration: underline;
	color: #077fff;
}

a:active {
	color: #003772;
}

/******************* FOOTER ************************/
#footer {
	height: 21px;
	color:#003772;
}

#footer_menu {
 width: 802px;
 height: 21px;
}

#footer_menu a.lien_footer:link, #footer_menu a.lien_footer:visited {
	font-size: x-small;
	color: #003772;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
 
}


#footer_menu a.lien_footer:hover {
 color: #077fff;
}
/**************** MENU *******************/


.Titre {
	font-weight: bold;
	color: #FF6600;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
}
.gras {
	display: inline;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

