body {
	color: #F0E39E;
	background:#000 url(../images/background_site.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	margin:0;
}
html, body {
	height: 100%;
}
#global {
	min-height: 100%; 
	width: 881px;
	overflow: hidden;
	margin:0 auto; 
	background: none;
}
/*a {
	color: #FF6533;
}
a:hover {
	color: #FF4C00;
}*/
#entete {
	padding:0;
	margin:0;
	background:none;
	height:101px;
}
#bouton_radio {
	cursor:pointer; 
	float:right;
	margin:5px 0 0 0;
}
#navigation {
	background: #FFF;
	padding:10px;
	margin:0;
	height:226px;
	width:861px;
	text-align:center;
}
#navigation a {
	color: #FF6533;
	text-decoration: none;
}
#navigation a:hover {
	background: #000000;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#contenu {
	color: #363B29;
	background: none;
	padding: 10px 0;
	height:734px;
	height:auto;
	min-height:734px;
}
html>body #contenu {
	height:auto;
	min-height:734px;
}
#contenu a {
	color: #3e929c;
}
#contenu a:hover {
	color: #3e929c;
}
#contenu_gauche {
	background:none;
	border:solid 0px #3e929c;
	width:290px;
	float:left;
	min-height:734px;
}
html>body #contenu_gauche {
	background:none;
	border:solid 0px #3e929c;
	width:290px;
	height:auto;
	float:left;
	min-height:734px;
}
#contenu_gauche_haut {
	background:none;
	border:solid 5px #3e929c;
	width:290px;
	float:left;
	height:65px;
	margin:0;
	padding:0;
}
html>body #contenu_gauche_haut {
	background:none;
	border:solid 5px #3e929c;
	width:290px;
	height:auto;
	float:left;
	height:65px;
	padding:0;
	margin:0;
}
#contenu_gauche_bas {
	background:#FFF;
	border:solid 5px #3e929c;
	width:290px;
	float:left;
	min-height:650px;
	margin:8px 0 0 0;
}
html>body #contenu_gauche_bas {
	background:#FFF;
	border:solid 5px #3e929c;
	width:290px;
	height:auto;
	float:left;
	min-height:650px;
	margin:8px 0 0 0;
}
#contenu_droite {
	background:#FFF;
	border:solid 5px #3e929c;
	width:556px;
	margin:0 0 0 315px;
	min-height:734px;
}
html>body #contenu_droite {
	background:#FFF;
	border:solid 5px #3e929c;
	width:556px;
	margin:0 0 0 315px;
	height:auto;
	min-height:697px;
}
#contenu_droite_bas {
	background:#FFF;
	width:520px;
	min-height:695px;
	padding:0 18px;
}
html>body #contenu_droite_bas {
	background:#FFF;
	width:520px;
	padding:0 18px;
	height:auto;
	min-height:709px;
}

#pied {
	color: #e8d109;
	background:#111111;	
	padding: 10px 0 0 30px;
	width:881px;
	height:61px;
	font-size: 11px;
	text-align:center;
	background:url(../images/background_footer.png) no-repeat;
}
#pied ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pied li {
	display: inline; 
}
#pied a {
	color: #e8d109;
	font-size: 11px;
	text-decoration:none;
	/*border:solid 1px #6F0;*/
}
#pied a:hover {
	color: #e8d109;
	font-size: 11px;
	text-decoration:none;
}
h1 {
	font-size:28px;
	color:#3e929c;
	background:url(../images/background_titre.png) no-repeat;
	width:556px;
	height:78px;
	margin:0;
	padding:8px 0 0 50px;
	text-transform:uppercase;
	letter-spacing:0px;
}
h2 {
	font-size:17px;
	color:#3e929c;
	margin:0;
	padding:8px 0 0 0;
	text-transform:normal;
}
h2 a{
	font-size:17px;
	color:#3e929c;
	margin:0;
	padding:8px 0 0 0;
	text-transform:normal;
	text-decoration:none;
}
h2 a:hover{
	font-size:17px;
	color:#3e929c;
	margin:0;
	padding:8px 0 0 0;
	text-transform:normal;
	text-decoration:none;
}
h3 {
	font-size:15px;
	color:#3e929c;
	margin:0;
	padding:0 0 7px 0;
	text-transform:normal;
	letter-spacing:0px;
}

.champ {
	width:170px;
	height:18px;
	border:solid 1px #b2b1b1;
}
.textarea {
	width:170px;
	height:68px;
	border:solid 1px #b2b1b1;
}
.alerte {
	color:#d42096;
	font-weight:bold;
	font-size:13px;
}
.bouton_valider {
	background:#d42096;
	width:120px;
	height:18px;
	cursor:pointer;
	border:none;
	color:#FFF;
	text-align:center;
}
.images_news {
	width:125px;
	border: solid 1px #3e929c;
	padding:2px;
}



#navlist {
	margin:4px 0 0 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	padding: 1px 0 0 0;
	margin:1px 0 0 0;
	display: inline; 
}
#navlist li a{
	color:#e2001a;
	text-decoration:none;
}
#navlist li a:hover{
	color:#e2001a;
	text-decoration:none;
}

