body {
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #462E06;
	margin: 0px;
	padding: 0px;
}
#content{
	vertical-align: top;
	padding: 10px 0px 30px 0px;
	text-align: center;
}
hr {
	width: 70%;
	border: 1px solid #E3E4DA;
}
p {
	/*padding: 0px;*/
	margin: 0px 0px 10px 0px;
	text-align: left;
}
ul {
	/*padding: 0px;*/
	margin: 0px 0px 10px 20px;
	text-align: left;
}
#partenaire img {
	margin: 20px 0px 5px 0px;
	border: 0px none;
}
#partenaire td{
	font-size: 80%;
	text-align: center;
}
.fin_paragraphe, .fin_paragraphe a, .fin_paragraphe a:visited{
	text-decoration: none;
	margin: 10px 0px 0px 20px;
	width: 90%;
	text-align: right;
	border-bottom: 1px solid #C2AE68;
	color: #C2AE68;
}
a, a:visited {
	color: #1D4E32;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#707B41;
}
/*-----------------Apparence des cadre de l'accueil-----------------------*/
/*center*/
#center_accueil {
	width: 65%;
	vertical-align: top;
	padding: 20px 0px 20px 0px;
}
#center_accueil .center_txt {
	width:70%;
	padding: 0px 5px 0px 5px;
}
#center_accueil p img {
	float: right;
	margin: 8px;
}
#center_accueil #map {
	text-align: center;
	height: 250px;
	width: 96%;
	border: 1px solid #9A8F74;
	margin: 20px 0px 0px 0px;
}
/*right*/
#right_accueil {
	width: 35%;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#right_accueil .right_txt {
	text-align: center;
	float: right;
	width: 230px;
	border: 1px solid #9A8F74;
	padding: 3px;
	margin: 0px 0px 20px 0px;
	background-color: #E9EBE0;
}
#right_accueil .right_txt a {
	text-decoration: none;
	color: #462E07;
}
#right_accueil .right_txt a:hover {
	text-decoration: underline;
}
#right_accueil .right_txt  img {
	margin: 3px;
	float: right;
}
#right_accueil .right_txt p {
	margin: 0px;
	text-align: left;
}
#news_module {
	background-color: #E3E4DA;
	width: 230px;
	float: right;
	border: 1px solid #9A8F74;
	padding: 3px;
	margin: 0px 0px 20px 0px;
}
#news_module .news_module_item .news_module_item_head {
	width: 100%;
	border-bottom: 1px dotted #AEA58D;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	text-align: left;
}
#news_module .news_module_item {
	width: 100%;
	border-top: 1px solid #9A8F74;
	padding: 5px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
	text-align: center;
}
#news_module .news_module_item p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-style: italic;
}
#news_module .news_module_item a{
	color: #1D4E32;
	text-decoration: underline;
}
#news_module .news_module_item a:hover{
	color: #C2AE68;
	text-decoration: none;
}
/*left*/
#left_accueil {
	width: 85%;
	color: #462E07;
	background-color: #E3E4DA;
	border: 1px solid #9A8F74;
	margin: 20px 10px 20px 0px;
	padding: 10px 5px 10px 5px;
	text-align: center;
}
#left_accueil hr{
	width: 90%;
	border: 1px solid #CECAC2;
}
#left_accueil a{
	color: #1D4E32;
	font-weight: bold;
	text-decoration: none;
}
#left_accueil a:hover{
	color: #C2AE68;
}
#left_accueil #email{
	width: 90%;
	color: #1D4E32;
	border: 0px none #D3D4C8;
	font-size: 90%;
	margin-top: 5px;
}
#left_accueil img{
	border: 0px none #D3D4C8;
	margin: 10px 3px 3px 3px;
}
#left_accueil #submit{
	text-align: right;
	border: 0px none #D3D4C8;
	width: 90%;
	cursor: pointer;
	font-size: 80%;
	background-color: transparent;
}
/*-----------------Apparence du header-----------------------*/

#banner{
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #707B41;
	width: 630px;
	border: none;
}
#nav_bar {
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}
#nav_bar dl, #nav_bar dt, #nav_bar dd, #nav_bar ul, #nav_bar li {
margin: 0;
padding: 0;
list-style-type: none;
}
#nav_bar dl {
float: left;
margin: 0px;
}
#nav_bar dt {
	margin: 0px 3px 0px 3px;
	cursor: pointer;
}
#nav_bar dd {
	border-bottom: 1px solid #C2AE68;
	border-left: 1px solid #C2AE68;
	border-right: 1px solid #C2AE68;
	margin-top:1px; 
	padding: 3px 0px 3px 2px;
}
#nav_bar ul {
	text-align: justify;
}
#nav_bar li {
	padding: 0px 1px 0px 1px;
	font-size: 80%;
	display: inline;
	color: #C2AE68;
}
#nav_bar li a {
	color: #836E59;
}
#nav_bar dt a {
	color:  #615829;
}
#nav_bar li a:hover{
	color: #462E07;
}
#nav_bar dt a:hover {
	color: #C2AE68;
}

#nav_bar a {
	text-decoration: none;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
position: absolute;
}

#nav_bar_admin{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 145px;
	text-align: left;
}
#nav_bar_admin a{
	color: #615829;
	text-decoration: none;
}
#nav_bar_admin a:hover {
	text-decoration: none;
	color: #C2AE68;
}

/*-----------------Apparence du footer-----------------------*/
td#footer_ru {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E9ECE1;
	height: 17px;
	text-align: right;
	vertical-align: middle;
}
td#footer_l {
	font: small-caps bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #DC143C;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	text-decoration: blink;
}
td#footer_l a {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #DC143C;
	text-decoration: none;
}
td#footer_l a:hover {
	color: #8A0F28;
	text-decoration: underline;
}
td#footer_rd {
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #C2AE68;
	height: 15px;
	text-align: right;
	vertical-align: bottom;
}
td#footer_ru a {
	text-decoration: none;
	font-size: 10px;
	color: #E9ECE1;
}
td#footer_rd a {
	text-decoration: none;
	font-size: 9px;
	color: #C2AE68;
}
td#footer_ru a:hover {
	color: #462E06;
}
td#footer_rd a:hover {
	color: #DDCF9E;
}
/*-----------------Apparence des tableaux de classement-----------------------*/
table.classement {
	border: 1px solid #566A65;
	color: White;
}
table.classement td{
	border-top: 1px solid #E9ECE1;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}
table.classement tr.title_table {
	font-size: 95%;
	text-align: center;
	background: #566A65;
	color: #E9ECE1;
	height: 30px;
	font-weight: bold;
}
table.classement tr.pair {
	font-size: 85%;
	text-align: left;
	background: #779094;
	height: 20px;
}
table.classement tr.impair {
	font-size: 85%;
	text-align: left;
	background: #90B3A7;
	height: 20px;
}
/*-----------------Apparence des tableaux inscrits-----------------------*/
table#inscrit {
	border: 1px solid #566A65;
}
#inscrit td{
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}
tr.pair {
	padding: 2px 5px 2px 5px;
	text-align: left;
	background: #779094;
	color: White;
	height: 20px;
	/*font-weight: bold;*/
}
tr.impair {
	padding: 2px 5px 2px 7px;
	text-align: left;
	background: #90B3A7;
	color: White;
	height: 20px;
	/*font-weight: bold;*/
}
#title_table td{
	text-align: center;
	background: #566A65;
	color: #E9ECE1;
	height: 30px;
	font-weight: bold;
}
#title_table a{
	text-align: center;
	color: #E9ECE1;
	font-weight: bold;
	text-decoration: none;
}
#title_table a:hover{
	text-decoration: underline;
}
a.info {
position: relative;
text-decoration: none;
cursor: default;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
text-decoration: none;
display: inline;
position: absolute;
width: 200px;
top: 2em;
left: 1em;
background: #E9ECE1;
border: 1px solid #566A65;
color: #1D4E32;
text-align: left;
padding: 2px;
}

/*-----------------Apparence des form des inscrits-----------------------*/
td#step_frame{
	text-align: left;
	color: #707B41;
	padding: 0px 0px 0px 15px;
	height: 25px;
}
td#step_frame b{
	color: #69743C;
	font-size: 110%;
}
td#step_title{
	text-align: left;
	font-size: 110%;
	color: #1D4E32;
	height: 30px;
	border-top: 2px solid #A9B083;
	border-bottom: 2px solid #D4CB9F;
}
td#step_title h2{
	font-size: 120%;
	color: #1D4E32;
}
td.champ_form {
	padding: 5px 0px 0px 5px;
	text-align: left;
}
td.label_form{
	font-size: 110%; 
	font-weight: bold;
	padding: 5px 5px 0px 0px;
	text-align: right;
}
td.button_frame{
	padding: 5px 5px 15px 35px;
	text-align: justify;
}
strong.champ_facultatif{
	color:#990000;
	font-size: 110%;
}
td.rq_frame{
	border: 1px solid #D4CB9F;
	text-align: left;
	font-size: 90%;
	padding: 5px 5px 10px 5px;
}
td#footer_inscription{
	text-align: right;
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	height: 25px;
	background-color: #836E59;
	color: #C9BFB6;
}
div.text_loi{
	width: 100%;
	text-align: justify;
	padding: 0px;
}
td#footer_inscription a {
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #C2AE68;
}
td#footer_inscription a:hover {
	color: #DDCF9E;
}
/*-------------------Galerie photo-------------------------*/

    /*mise a jour simpleviewer 1.8*/
    #flashcontent {
        height: 100%;
    }
    /*end 1.8*/
	
	table#viewer, table#viewer tr,table#viewer td		{
		padding: 0;
		border: 0;
		margin: 0;
	}	
	
	table#viewer embed, table#viewer object, table#viewer {
		width: 100%;
		height: 100%;
	}
	
	table#viewer ul {
		padding: 10px 0 10px 20px;
		margin: 0;
	}

	table#viewer ul li					{
		list-style-type: square;
	}

	table#viewer div#overview 			{
		text-align: left;
		padding: 10px;
		margin: 0;
		width: 80%;
	}
	
	table#viewer div#overview ul#extended {
		padding: 0;
		margin: 0;
	}
	
	table#viewer div#overview ul#extended li {
		font-weight: bold;
		list-style-type: none;
		float: left;
	}
	
	table#viewer div#overview ul#extended li a,
	table#viewer div#overview ul#extended li div {
		width: 139px;
		height: 75px;
		overflow: hidden;
		padding: 1px 2px 1px 75px;
		border: 0;
		margin: 15px;
		display: block;
       	border: 1px solid #9A8F74;
	}
	
	table#viewer div#overview ul#extended li a:hover {
		text-decoration: none;
	}
	
	table#viewer div#overview ul#extended li span {
		font-size: 75%;
		font-weight: normal;
		font-style: italic;
	}
