/* ELEMENTS HTML */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	text-align: justify;
}

.index {
	background: #944C4D url(images/interface/fond_index.jpg) repeat-x;
}

.site {
	background: #944C4D url(images/interface/fond_interface.jpg) repeat-x;
}

#conteneur_index {
	width: 915px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

#all {
	background: url(images/interface/fond_site.jpg) repeat-y;
	width: 915px;
	margin: 0 auto;
	color: #000;
}

#menu {
	width: 231px;
	height: 185px;
	vertical-align: top;
	margin:0;
}

#langues {
	margin-top:1px;
	width:100px;
	height:33px;
}

/* CORNER BOX */

.upperleft {margin:0;float:left;width:5px;height:5px; background: #FFF url(images/interface/corner_upperleft.jpg) no-repeat 0% 0%; } 
.upper_pixel {margin:0;float:left;height:5px; background: #FFF url(images/interface/corner_upper_pixel.jpg) repeat-x 0% 0%; } 
.upperright {margin:0;float:left;width:5px;height:5px; background: #FFF url(images/interface/corner_upperright.jpg) no-repeat 100% 0%; } 

.left_pixel {margin:0;float:left;width:5px; background: #FFF url(images/interface/corner_left_pixel.jpg) repeat-y 0% 0%; } 
.cssbox_body {margin:0;float:left; background-color: #FFF; } 
.right_pixel {margin:0;float:left;width:5px; background: #FFF url(images/interface/corner_right_pixel.jpg) repeat-y 100% 0%; }

.lowerleft {margin:0;float:left;width:5px;height:5px; background: #FFF url(images/interface/corner_lowerleft.jpg) no-repeat 0% 0%; } 
.lower_pixel {margin:0;float:left;height:5px; background: #FFF url(images/interface/corner_lower_pixel.jpg) repeat-x 0% 0%; } 
.lowerright {margin:0;float:left;width:5px;height:5px; background: #FFF url(images/interface/corner_lowerright.jpg) no-repeat 100% 0%; }

/* FIN CORNER BOX */

/* TITRES */
h1 {
	font-size: 14px;
	color: #6F2929;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #6F2929;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* FIN TITRES */ 

/* FORMULAIRES */
select {
	border: 1px #6F2929 solid;
	margin: 2px;
	font-style: italic;
	font-weight: bold;
	color: #6F2929;
	font-size: 12px;
}

textarea {
	border: 1px #6F2929 solid;
}

option {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #6F2929;
}

input {
	font-size: 10px;
	border: 1px #6F2929 solid;
	padding: 2px;
}

/* FIN FORMULAIRES */

hr {
	width: 95%;
	color: #6F2929;
	background: #6F2929;
	height: 1px;
	border: 0;
	margin: 10px auto 10px auto;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
	color: #6F2929;
}

a.footer {
	color: #fff;
	text-decoration:none;
}

caption {
	color: black;
}

table {
	width: 100%;
}

.sansbordure {
	border: 0;
}


/* FIN ELEMENTS HTML */


/* DIVISIONS GENERALES */

#conteneur_site {
	float:left;
	width: 886px;
}

#gauche {
	width: 260px;
	float: left;
	margin-top:19px;
	color: #000;
}

#droite {
	width: 586px;
	margin-top:19px;
	float: left;
	color: #000;
}

#carte {
	width: 400px;
	float: left;
	margin-top:20px;
	color: #000;
}

#contact {
	width: 400px;
	float: left;
	margin-top:20px;
	color: #000;
}

#footer {
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 3px;
}

/* FIN DIVISIONS GENERALES */




/* ELEMENTS COMMUNS */

.rouge {
	color: #6F2929;
}

a.lien-blanc, a.lien-blanc:hover {
	color: white;
}

a.lien-rouge, a.lien-rouge:hover {
	color: #6F2929;
}

.ligne-impaire {
	color: #6F2929;
	line-height: 25px;
	background: white;
	min-height: 25px;
	height: 25px;
}

div[class] .ligne-impaire {
	color: #6F2929;
	line-height: 18px;
	background: white;
	height: auto;
}

.ligne-paire {
	line-height: 25px;
	background: white;
	min-height: 25px;
	height: 25px;
}

div[class] .ligne-paire {
	line-height: 18px;
	background: white;
	height: auto;
}

#chemin {
	margin-bottom: 16px;
}

#chemin a, #chemin a:hover {
	color: #6F2929;
}

.droite {
	text-align: right;
}

.overflowed {
	overflow: hidden;
}

p.change-page {
	padding-top: 10px;
	text-align: right;
}

.in-form {
	font-size: 10px;
	border: 2px #6F2929 solid;
	background: #c29292;
	padding: 2px;
}

.input-sans-bordure {
	border: 0;
	padding: 0;
}

.input_focus {
	border: solid 2px #6F2929;
	background: #e16d6d;
	color: white;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.marge-bas {
	margin-bottom: 20px;
}

#conteneur-separateur {
    width: 615px;
}

.conteneur-separateur {
    width: 615px;
}

.separateur {
	width: 474px;
	height: 20px;
	margin: 0 0 0 70px;
	background: url(images/interface/separateur.jpg) repeat-x;
}

/* FIN ELEMENTS COMMUNS */




/* CONTENU MODULES */

.titre_dynamique {
    background: white;
    color: #6F2929;
    font-size: 14px;
    font-weight: bold;
    margin-left: 36px;
    margin-bottom: 20px;
}

/* FIN CONTENU MODULES */




/* GAUCHE */

.conteneur-module-gauche { /* Arnaud */
	padding-top: 4px;
	background: #e16d6d url(images/interface/fond-module-menu.gif) repeat-x;
	width: 149px;
	margin: 0 5px 0 6px;
	padding-bottom: 20px;
	text-align: center;
}

.conteneur-module-gauche-vide { /* Arnaud */
	padding-top: 4px;
	width: 149px;
	margin: 0 5px 0 6px;
	padding-bottom: 20px;
	text-align: center;
}

/* FIN GAUCHE */

/* CORPS */

#corps-gauche {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#corps-droite {
	width: 320px;
	float: left;
	margin-left: 10px;
}

/* FIN CORPS */


/* TEXTE DEFILANT */

#conteneurFlashInfoDefil {
	background: url(images/interface/flashinfo_fond.jpg) repeat-y;
	width:238px;
	height:409px;
	/*margin-top:-1px;*/
	margin-bottom:30px;
	padding:0px;
	margin-left:9px;
}

.Info {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
}

.Info a, .Info a:hover {
	color: black;
}

.ejs_scroll {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

.ejs_scroll:hover {
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

/* FIN TEXTE DEFILANT */


/* MODULES */

/* MODULE GESTION PAGES */

.GestionPage {
	width:615px;
}

.legende {
	font-weight: bold;
	color: #6F2929;
	font-style: italic;
}
/* FIN MODULE GESTION PAGES */

/* MODULE GALERIE */
#Galeries {
	width:615px;
}

p.image-galerie {
	text-align: center;
	font-size: 12px;
}

hr.galerie {
	color: #000;
	height: 1px;
	clear: both;
	border: 0;
	background-color: #6F2929;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px; 
}

div.galerie-overflowed {
	overflow: hidden;
	margin: 20px auto 10px auto;
	text-align: center;
}

h1.galerie-liste-titre {
	display: inline;
	float: left;
}

/* FIN MODULE GALERIE */

/* MODULE TARIFS */
.TarifCategorie_h {
	width:292px;
	font-size: 12px;
	font-weight: bold;
}

.TarifCategorie_v {
	width:584px;
	font-size: 12px;
	font-weight: bold;
}

.TarifTitreCategorie {
	font-size:14px;
	color: #6F2929;
}
/* FIN MODULE TARIFS */



/* MODULE STRUCTURE */

#structure #contactform {
    text-align:center;
    margin: 0px 30px 0px 30px;
}

#map {
	text-align:center;
}
/* FIN MODULE STRUCTURE */



/* FOOTER */

.item-menu-bas {
	margin: 18px;
}

#footer-copyright {
	text-align: center;
	color: white;
	font-weight: bold;
}

#footer a, #footer a:hover {
	text-decoration: none;
	color: white;
}

#footer-copyright a, #footer-copyright a:hover {
	text-decoration: none;
	color: white;
}

/* FIN FOOTER */




/* CSS THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/interface/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity: 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* FIN CSS THICKBOX */

/* BASELINE */

.base_dest {

  color:#FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:center;
  
}

.base_source {

  display:none;
  
}

A.base {

  color:#FFFFFF;
  text-decoration:underline;

}

/* FIN BASELINE */