body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0px;
}
#site {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	height: auto;
	width: 100%;
}
.font_R {
	width: 75%;
	margin: auto;
	color: #A80000;
}
#header {
	height: 146px;
	width: 800px;
	background-image: url(img/Logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header_D {
	float: right;
	height: 146px;
	width: 600px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	font-size: 1.6em;

	-moz-border-radius: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	color: #A80000;
}
/*////////////////////////////////////////////////////////////////////////////*/
/*menu principal*/
#main {
	text-align: center;
	height: 30px;
	width: 100%;
	background-image: url(img/main.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}
#main a:link {
	color: #990000;
	text-decoration: none;
}
#main a:visited {
	color: #990000;
	text-decoration: none;
}
#main a:hover {
	color: #000000;
	text-decoration: underline overline;
}
/*////////////////////////////////////////////////////////////////////////////////*/
/*Menu gauche sous sections*/
#nav_lm {
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	background-color: #CCCCCC;
	background-image: url(img/haut_nav.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
}
#nav_lm li {
	list-style-position: outside;
	list-style-image: url(img/puce.gif);
}
#nav_lm a:link {
	color: #666666;
	text-decoration: none;
}
#nav_lm a:visited {
	color: #666666;
	text-decoration: none;
}
#nav_lm a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
/*///////////////////////////////////////////////////////////////////////////////////*/
/*autres*/

.link_bl a:link {
	color:#0000FF;
	text-decoration: none;
	font-size: 12px;
}
.link_bl a:visited {
	color:#0000FF;
	text-decoration: none;
	font-size: 12px;
}
.link_bl a:hover {
	color:#0000FF;
	text-decoration: underline overline;
	font-size: 12px;
}
#contact {
	text-align: center;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	color: #0000FF;
}
#contact_webmaster {
	background-image: url(img/logo%20ss2b.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#footer {
	font-size: small;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
}
#footer a:link {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #0000FF;
}