body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	/*overflow-y: scroll;
	overflow-x: auto;*/
}
html, body {
height:100%
}

td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4542;
}

form {
	display: inline;
}
/* ******************* GESTION DES LIENS ************************* */
a {
	color: #4c4542;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/********************************************************************/


img {
	border: 0;
}

h2 {
	color: #ff4d00;
	display: block;
	font-size: 18px !important;
	font-weight: normal;
	margin: 4px 0 10px 0;
	padding: 0;
}

h3 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #2D573F;
	margin: 4px 0 2px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 8px 0 18px 24px;
	list-style-position: outside;
}
li {
	margin: 6px 0 0 0;
	padding: 0 0 0 4px;
	line-height: 15px;
}

div {
	padding: 0; margin: 0;
}

fieldset {
	border: 1px solid red;
	padding: 20px 20px 40px 20px;
	margin: 10px 10px 10px 10px;
}

/************************* popup ajax ****************************/
#futur_popup {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	width:100%;
	height:100%;
	visibility: hidden;
	z-index: 1000;
}

html>body #futur_popup {
	/*position:fixed;*/
}
/******************************************************************/
#site {
	text-align: center;
	background-image: url(/design/images/fond.jpg);
	background-repeat: no-repeat;
	background-position: 50% 198px;
	height: 100%;
}
html>body #site {
	min-height: 100%;
	height: auto;
}

#visuelPrinc {
	height: 180px;
	width: 100%;
	min-width: 990px;
}
#panelLangue {
	position: absolute;
	top: 100px;
	right: 55%;
	margin-right: -450px
}
#pageCentered {
	text-align: left;
	width: 992px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 8px;
}
#pageMain {
	float: left;
	border: 1px solid black;
	background-image: url(/design/images/bg_page.gif);
	background-repeat: repeat-y;
	background-color: #EE8F35;
	width: 992px;
}

html>body #pageMain {
	width: 990px;
}

#pageMainLeft {
	float: left;
	width: 200px;
	margin: 0; padding: 0;
}
#pageMainBody {
	float: left;
	width: 790px;
	background-color:#ee8f35;
	margin: 0; padding: 0;
}
#pageFooterSpacer {
	clear: both;
}
#pageFooter {
	margin: 0 auto;
	margin-top: 7px;
	width: 992px;
	border: 1px solid black;
	height: 80px;
	text-align:left;
	background-image: url(/design/images/bg_page.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

html>body #pageFooter {
	width: 990px;
}

#pageFooterLeft {
	float: left;
	width: 200px;
	height: 80px;
	margin: 0; padding: 0;
}
#pageFooterLeft .padder {
	padding: 10px;
}

#pageFooterBody {
	float: left;
	width: 790px;
	padding: 0;
	text-align: center;
}


/*CCX le 24/08/2006 pour fiche PDF*/
#sig {
	float: right;
	margin: 30px 0 0 0;
	line-height: 18px;
	width: 500px;
}
#infoPDF {
	float: right;
	width: 289px;
	height: 80px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	border: 1px solid #777;
	border-width: 0 1px 0 0;
}
#infoPDF_padder {
	padding: 10px;
}
/*/CCX*/
/*****************************MENU*********************************************/

#barreMenu {
	position:absolute;
	margin-top:-26px;
	left: 0;
	height:26px;
	width:100%;
	min-width: 990px;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.6;
	background-color:#000;
	z-index:200;
	text-align: left;
}

#blocMenu {
	position:absolute;
	margin-top:-26px;
	left: 0;
	width:100%;
	min-width: 990px;
	height:24px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	z-index:300;
	text-align: center;
}

#menu {
	font-size: 12px;
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
#menu .padder {
	padding-left: 20px;
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu dl {
	float: left;
	width: 120px;
}

#menu dt {
	color:white;
	cursor: pointer;
	text-align: center;
	height:24px;
}

#menu dt a {
	display:block;
	padding:0 10px;
	height:24px;
	
	color:white;
	text-decoration:none;
	line-height:22px;
	white-space:nowrap;
}

#menu dt a:hover {
	color:black;
	background-color:#fff;
}

#menu dt .activeMenu {
	color:white;
	background-color:#f60;
}
#menu dt a.activeMenu:hover {
	color:white;
	background-color:#f60;
	cursor:default;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
	position:absolute;
	display: none;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity: 0.7;
}

#smenuDisplay1, #smenuDisplay2, #smenuDisplay3, #smenuDisplay4, #smenuDisplay5 {
	position:absolute;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity: 0.8;
}

#menu li {
	padding:1px 0 1px 0;
	width: 120px;

	text-align: left;
	display: inline;
}
html>body #menu li {
	display: block;
}
#menu li a {
	display: block;
	margin:0;
	padding:0 2px 0 2px;
	height:22px;
	
	background:url(/design/images/biseau_orange.png) no-repeat top right;
	background-color:#000;
	color: white;
	text-decoration: none;
}

#menu li a:hover, #menu li .activeSmenu {
	color: #20497e;
	background-color:#fff;
}
	
/******************************************************************************************/

/*********************** galerie ***********************************/
#galerie {
	padding: 10px;
}

/* lien sur la mignature */
ul#galery {
	float: left;
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0 0 0 20px;
	width: 200px;
	background-color: #f4f4f4;
}
html>body ul#galery {
	width: 185px;
}

ul#galery li {
	margin: 5px 5px 0 0;
	padding: 0;
	float: left;
	display: inline;
	background-color: white;
}
ul#galery li.modulo {

}

a.thumbnail {
	display: block;
	border-color: #e0dfe3;
	border-style: solid;
	border-width: 1px;
}

/* lien sur la mignature en cours */
ul#galery a.thumbnail#thumbnail_selected {
	border-color: #ff4d00;
	border-style: solid;
	border-width: 1px;
}

a.thumbnail img {
	display:block;
	position: relative;
	border: none;
}
/**************************** index_extra.php (album) ****************/
#visuelLegende {
	float: left;
	width: 540px;
	overflow: hidden;
	margin: 10px 0 10px 10px;
}
#visuelImage {
	height: 288px;
	width: 540px;
	overflow: hidden;
	background-color: #f4f4f4;
	text-align: center;
}

#visuelImage img {
	margin: 0 auto;
	display: block;
	border: none;
}
#visuelText {
	clear: both;
	padding: 10px 4px 0 4px;
}
/**************************************************************************/

/***************************** partenaires ********************************/
#partenaires .padder {
	padding: 20px;
}

#legendePartenaire .padder {
	padding: 20px;
}
/**************************************************************************/

/*********************************** textes ***************************/
.textes {
	padding: 20px;
}

.textes, .textes td {
	font-size: 11px;
}

.textes font {
	font-size: 11px;
}

/******************************************************************************/

/*********************** lexique ***********************************/
#lexique {
	padding: 20px;
}

#lexique_index {
	text-transform: uppercase;
	letter-spacing:2px;
	font-size: 12px;
}

.menu_lexique {
	border: 1px solid #aaa;
	padding: 1px 4px;
}

a.menu_lexique {
	border: 1px solid #aaa;
	background-color: #e2c9bf;
	text-decoration: none;
	color: #000;
	padding: 1px 4px;
}
a.menu_lexique:hover {
	text-decoration: none;
	border: 1px solid #777;
	background-color: #e58d68;
	color: #eee;
}

a.menu_lexique_on {
	text-decoration: none;
	border: 1px solid #000;
	background-color: #ff4d02;
	padding: 1px 4px;
	color: white;
}

a.menu_lexique_on:hover {
	text-decoration: none;
}

a.menu_lexique_lettre_on {
	text-decoration: none;
	font-weight: bold;
}

ul#mots_lexique {
	padding: 0;
	margin: 5px 0 15px 30px;
	list-style: none;
}

#mots_lexique li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
}

/*********************************************************************/

/******************************** circuits ********************************/
.circuits_intro {
	padding: 10px;
	text-align: justify;
}
.circuits_intro_boite {
	text-indent: 8px;
	line-height: 13px;
	background-color: #9FD5DD;
	padding: 10px 15px 15px 15px;
	color: #444;
}
.circuits_intro_boite2 {
	text-indent: 8px;
	line-height: 13px;
	padding: 10px 15px 15px 15px;
	color: #444;
}
.circuits_intro .lettrine {
	font-size: 16px;
}
.circuits_intro_ul {
	margin: 0;
	padding-left: 16px;
	padding-bottom: 0;
	list-style-type: none;
}
.circuits_intro_li {
	height: auto;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
}

#circuits {
	float: left;
	width: 260px;
	margin: 0 0 20px 0;
}
#circuits .padder {
	padding: 0 5px 10px 15px;
	/*border: 1px solid #ddd;*/
}

#circuit_detail_box {
	float: left;
	/*width: 500px;*/width: 760px;
	margin: 0 0 20px 15px;
	border: 1px solid #ddd;
	background-color:#f4f4f4;
}

#circuit_detail_box .padder {
	padding: 0 10px;
	padding-right: 0;
	/*border: 1px solid #ddd;*/
}

#circuits_liste {
	width: 240px;
	/*background-color: #f4f4f4;*/
}
#circuits_liste .ligne {
	background-color: white;
}
#circuits_liste .selected {
	background-color: #E2E8C6;
}
#circuits_liste .over {
	background-color: #f6f7eb;
}
#circuit_titre {
	width: 400px;
}
#circuit_detail {
	/*float: left;*/
	font-size: 11px;
	/*border: 1px solid #ddd;*/
}

#circuit_detail dl {
	margin: 0;
	padding: 0;
}
#circuit_detail dt {
}
#circuit_detail dd {
	margin: 0 0 14px 16px;
	padding: 0;
}

#circuit_legende1 {
	float: left;
	margin: 0 0 0 0;
	width: 282px;
	/*border: 1px solid #ddd;*/
}

#circuit_infos {
	width: 260px;
	font-size: 10px;
	color: black;
}

#circuit_infos .padder {
	padding: 16px 16px 10px 24px;
	background-color: #fff;
}
#circuit_infos th {
	text-align:left;
	white-space: nowrap;
	width: 70px;
	font-weight: normal;
}
#circuit_infos td, #circuit_infos th {
	padding: 4px;
	font-size: 10px;
	color: black;
}

#circuit_plus {
	width: 260px;
	font-size: 10px;
	color: black;
}
#circuit_plus .padder {
	padding: 5px 20px;
	background-color: #fff;
}

#circuit_photos {
	float: left;
	background-color: #fff;
	padding: 15px;
	/*margin: -15px 0 0 0;*/
	/*height: 302px;
	width: 238px;*/
}

#circuit_legende2 {
	clear: both;
	padding: 10px 0 0 0;
	margin:0;
	/*border: 1px solid #ddd;*/
	/*width: 490px;*/
}

#circuit_texte dl {
	margin: 10px 0 0 0;
}
#circuit_texte dd {
	margin: 15px 20px 15px 0;
	padding: 10px;
	
	border: 1px solid #ddd;
}

#circuit_texte h3 {
	color: #ff4d02;
}

#circuit_photos_galerie ul {
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	
}
#circuit_photos_galerie li {
	float: left;
	
	padding: 2px 0 0 1px;
	margin: 0 10px 0 0;
	
	height: 42px;
	width: 34px;
	background-image: url(/design/images/mini_polaroid.gif);
	background-color: #332;
}
html>body #circuit_photos_galerie li {
	height: 40px;
	width: 33px;
}
#circuit_photos_galerie li a {
	display: block;
}
#circuit_photos_galerie li img {
	position: absolute;
	display: block;
	/*moz-opacity: 0.7;
	opacity: 0.7;
	filter: Alpha(opacity=70);*/
}

/*#link_photo_accueil {
	display: block;
	position: absolute;
	margin-left: 67px;
	height: 260px;
	width: 238px;
	z-index: 5;
}*/
#link_photo_accueil {
}
			
#link_photo {
	display: block;
	position: absolute;
	margin-left: 0;
	z-index: 5;
	height: 260px;
	width: 238px;
	padding-top: 9px;
}
/******************************************************************************/

/**************************** menu de recherche galerie *************************/
.image_finder {
	margin: 10px 0 10px 10px;
}
.image_finder .padder {
	padding: 10px 15px 0 15px;
}
.image_finder dl, .image_finder dt, .image_finder dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_finder dt {
	margin-top: 12px;
	color: #262626;
	text-transform: uppercase;
}
.image_finder dd {
	margin-top: 5px;
}

.divSelectCont1 {
	position: absolute;
	height: 30px;
}

.labelSelect {
	margin-left: 10px;
	position: absolute;
	text-align: center;
}

ul.divListe {
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.divListe li {
	margin:0;
	padding: 1px 0 1px 0;
}
ul.divListe a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	font-family: Tahoma;
}

/***************************************************/
.divSelect {
	background-color: #ddd;
	position: absolute;
	height: 20px;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	border-color: #877755 #bea77e #bea77e #877755;
	border-style: solid;
	border-width: 1px;
}
html>body .divSelect {
	height: 18px;
}

.divSelect ul {
	list-style: none;
	margin:0;
	padding: 0;
}

.divSelect li {
	clear: both;
	margin:0;
	padding: 0;
}

.divSelect span {
	float: left;
	overflow: hidden;
	margin-right: 6px;
}

.divSelect a {
	display: block;
	width: 100%;
	padding: 0 2px 0 10px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	font-family: Tahoma;
}

.divSelect a.selected, ul.divListe a.selected  {
	background-color: #ff6600;
	color: #f4e5c4;
}

.divSelect a:hover, ul.divListe a:hover {
	text-decoration: underline;
	background-color: #ffd9bd;
	color: #000;
}

.divSelect a.selected:hover,  ul.divListe a.selected:hover {
	text-decoration: none;
	background-color: #ffab67;
	cursor: default;
}
/**************************************************************************/

/***************************** pagination wysi *******************/
ul.pagination {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}

ul.pagination li {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}

ul.pagination li.selected a {
	color: black;
	text-decoration: none;
}

ul.menuwysi {
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

ul.menuwysi li {
	/*display: inline;*/
	padding: 0;
	margin: 2px 0 0 0;
}

ul.menuwysi li.selected a {
	color: black;
	text-decoration: none;
}
/*****************************************************************/

/************************** WYSI IMAGES **************************/*
#wysi_galerie {
	float: left;
}

#wysi_galerie ul {
	float: left;
	padding: 0 0 0 46px;
	margin: 0;
	list-style: none;
}

#wysi_galerie li {
	float: left;
	padding: 0;
	margin: 10px 10px 0 0;
	border: 1px solid #ddd;
	height: 102px;
	width: 102px;
}
html>body #wysi_galerie li {
	height: 100px;
	width: 100px;
}
#wysi_galerie li a {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#wysi_galerie li img {
	position: absolute;
	display: block;
}
/*******************************************************************/
#flashBG, #imageBG {
	z-index:100;
	text-align: left; 
}

#news {
	padding: 20px;
}
#contact {
	padding: 20px;
}
#divsitemap {
	padding: 20px;
}
#newsletter {
	padding: 20px;
}
#banniere_boni {
	padding: 10px 15px;
}

.butDropDown {
		display: block;
		position: absolute;
		margin-top: 3px;
		margin-left: 136px;
		z-index: 2;
		width: 17px;
		height: 14px;
		background-image: url(/design/images/bouton_liste.gif);
	}
	html>body .butDropDown {
		margin-left: 138px;
	}
	a.linkDropDown {
		display: block;
		text-decoration: none;
		width: 17px;
		height: 14px;
	}
	.boite_marron_bg {
			background-color: #d8c195;
		background-image: url(/design/images/boite_marron_bg.gif);
		background-repeat:repeat-y;
	}
	.boite_marron_coin_hg {
		background-image: url(/design/images/boite_marron_coin_hg.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.boite_marron_coin_bg {
		background-image: url(/design/images/boite_marron_coin_bg.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
.nostrong {
	font-weight: normal;
}