
body {
	background-color: #727473;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


#conteneur {
	width: 992px;
	position: relative;
	height: 100%;
}

#logo {
	width: 219px;
	height: 206px;
	left: 97px;
	top: 1px;
	position: absolute;
}

#interieur_haut {
	background-image: url(/images/fond-haut.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990;
	height: 66px;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

#animation_haut {
	position: absolute;
	left: 0px;
	top: 66px;
	width: 990px;
	height: 110px;
}
#barre_menu {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 990px;
	height: 71px;
}

th {behavior:url('/js/iefix.htc');}

#barre_menu th {
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

#barre_menu th.off a {
	color: #FFFFFF;
	text-decoration: none;
}

#barre_menu th.on a, #barre_menu th.on a:hover,  #barre_menu th.off a:hover {
	color: #B7C922;
	text-decoration: none;
}

#interieur_contenu {
	position: absolute;
	top: 174px;
	left: 0px;
	width: 990px;
	color: #525252;
	font-size: 12px;
	text-align: left;
	overflow: visible;
	background-color: #242225;
	background-image: url(/images/motif-fond-centre.jpg);
	background-repeat: no-repeat;
}

#pied {
	background-image: url(/images/fond-pied.jpg);
	width: 990px;
	height: 25px;
	color: #FFFFFF;
}

div.sousmenu {
	position: absolute;
}

div.sousmenu td {
	padding: 2px;
	background-color: #94979B;
	font-size: 12px;
}

div.sousmenu td:hover {
	padding: 2px;
	background-color: #6B7375;
	font-size: 12px;
}

div.sousmenu td a {
	color: #FFFFFF;
	text-decoration: none;
}

div.sousmenu td a:hover, div.sousmenu td:hover a {
	color: #000000;
	text-decoration: none;
}

#pied td {
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
}
#pied td a {
	color: #FFFFFF;
	text-decoration: none;
}
#pied td a:hover {
	color: #B7C922;
	text-decoration: none;
}

.corps, ul {
	font-size: 12px;
	color: #FFFFFF;
	margin-left:410px;
	margin-right:15px;
}

.corps td {
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	margin-left: 410px;
	margin-bottom: 0px;
	color: #B7C922;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 1px;
}

h2 {
	margin-left: 410px;
	margin-top: 1px;
	margin-bottom: 0px;
	color: #747474;
	font-weight: bold;
	font-size: 18px;
}

#actualites h3 {
	font-size: 16px;
	color: #B7C922;
	font-weight: bold;
	margin:0px;
}
#actualites h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
#actualites h5 {
	font-size:11px;
	margin-top:4px;
	font-weight: normal;
}
p a, h5 a {
	color: #FFFFFF;
	text-decoration: none;
}

p a:hover, h5 a:hover {
	color: #B7C922;
	text-decoration: none;
}

table.tableau {
	width: 850px;
}

table.tableau thead td {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	font-size: 12px;
}

table.tableau tbody td.clair {
	background-color: #454545;
	font-weight: normal
	padding: 2px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

table.tableau tbody td.plusclair {
	background-color: #555555;
	font-weight: normal
	padding: 2px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

table.tableau tbody td.clairleft {
	background-color: #454545;
	font-weight: normal
	padding: 2px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}

table.tableau tbody td.plusclairleft {
	background-color: #555555;
	font-weight: normal
	padding: 2px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}
dl {
	margin-left: 410px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;

}
dt {
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	float: left;
	clear: both;
	color: #FFFFFF;
}

dd {
	
	padding-bottom: 10px;
	margin-top: 5px;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #454545;
}