body {
	background-color: #dadada;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000 ;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#page {
	height:100%;	
}


#corps {
	text-align:center;
	background-color: #ffffff;
	width: 830px;
	border: 1px solid #e5e5e5;
	padding: 5px;
}

#corps-table {
	background-color: #e5e5e5;
	background-image: url(images/fond-body-bas-gauche.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 10px;
	width: 830px;
	text-align: justify;
	background-position: left bottom;
}

a:link,a:visited {
	text-decoration: none;
	color: #970185;
}

a:hover {
	text-decoration: underline;
	color: #970185;
}

a:active {
	color: #970185;
}

/******************* FOOTER ************************/
#footer {
	height: 21px;
	color:#686768;
}

#footer_menu {
 width: 841px;
 height: 21px;
}

#footer_menu a.lien_footer:link, #footer_menu a.lien_footer:visited {
	font-size: x-small;
	color:#686768;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
 
}


#footer_menu a.lien_footer:hover {
	color: #970185;
	text-decoration: underline;
}

.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;
}

