/* CSS Document */


body{
	margin: 0;
  	font: 73% "Trebuchet MS", helvetica, sans-serif ;
	background-color: #000;
  	color: #333333;
  	line-height: 18px;
}

/* div */
.conteneur {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border:0px solid #000;
	background-color: transparent;
	padding-bottom: 30px;/* égal la hauteur du footer pour que le bas soit tjrs visible*/
	min-height: 300px;
}

.entete {
	height: 110px;
	background-color: #221e1a;
}

.menu_fond {
	height: 30px;
	background-color: #43403c;
}


/* footer
********************************************/

.footer {
	border-top-color: #999999;
	position:fixed;
	bottom : 0;
	background-color: #221e1a;
	height: 30px;
	width: 100%;
	border-top: 1px solid;
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:0.8em;
	text-align: center;
	text-transform: uppercase;
	z-index: 200;
}

.footerTxt {
	color:#6e5f50;
	margin-top: 5px;
	padding-top: 0px;
}

.headernews {
	margin-top: 6px;
	text-align: center;
	width: 143px;
	background:#dedede;
	border:1px solid #cccccc;
	padding:5px 8px;
	}

.main {
	background-color: transparent;
	height: auto;
	margin: 20px; 
}

.expose {
	width: auto;
	height: auto;
	border: 0px solid #dedede;
	background-color: transparent;
	margin: 6px; 
}

.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-width: 1px;
	border: 1px solid;
	border-color: #333333;
}

.accrocheLeft1 {
	font-size: 15px;letter-spacing: 0.1em;text-transform: uppercase;text-align:right;
	position:absolute;margin-top:290px;margin-left:-365px;left:50%;height:auto;width:200px;z-index:101;
}
.accrocheLeft2 {
	font-size: 15px;letter-spacing: 0.1em;text-transform: uppercase;text-align:right;
	position:absolute;margin-top:310px;margin-left:-365px;left:50%;height:auto;width:200px;z-index:101;
}
.accrocheLeft3 {
	font-size: 15px;letter-spacing: 0.1em;text-transform: uppercase;text-align:right;
	position:absolute;margin-top:330px;margin-left:-365px;left:50%;height:auto;width:200px;z-index:101;
}

.accrocheRight1 {
	font-size: 15px;letter-spacing: 0.1em;text-transform: uppercase;text-align:left;
	position:absolute;margin-top:290px;margin-left:130px;left:50%;height:auto;width:300px;z-index:101;
}
.accrocheRight2 {
	font-size: 15px;letter-spacing: 0.1em;text-transform: uppercase;text-align:left;
	position:absolute;margin-top:310px;margin-left:130px;left:50%;height:auto;width:300px;z-index:101;
}
.accrocheRight3 {
	font-size: 15px;letter-spacing: 0.1em;text-transform: uppercase;text-align:left;
	position:absolute;margin-top:330px;margin-left:130px;left:50%;height:auto;width:300px;z-index:101;
}

.accrocheCenter {
	font-size: 17px;letter-spacing: 0.1em;text-transform: uppercase;text-align:left;
	position:absolute;margin-top:490px;margin-left:-45px;left:50%;height:auto;width:300px;z-index:101;
}

#accrocheLast {
	position:absolute; height:auto; width:980px; margin-top:530px;margin-left:-490px;left:50%;z-index:102;background-color:transparent;
	font-family: "Trebuchet MS", helvetica, sans-serif;line-height: 10px;
}

/* Scoller
********************************************/
.scroll-track{
height:10px;
width:10px;
background:#333;
background: url("/img/scrollBarTrack.jpg") repeat-y;
}

.scroll-handle{
border: 1px solid #5b4637;
height:10px;
width:8px;
background: url("/img/scrollBar2.jpg") repeat-y;
cursor:move;
}

/* Message
********************************************/
.message {
	font-style: normal;
	color: #336699;
	font-weight:normal;
	}
  
/* Diaporama
********************************************/

#diaporama img {
	position: absolute;
	border: 0px solid #666;
	width: 506px;
	margin-left: 50px;
	margin-top: 0px;
}

#diaporama2 img {
	position: absolute;
	border: 0px solid #666;
	width: 900px;
	margin-left: 0px;
	margin-top: 0px;
}

/* Erreurs
********************************************/

.titre_erreur {
	font-style: normal;
	color: #ff6600;
}
.erreur {
	font-style: normal;
	color: red;
	font-weight:bold;
}
.erreurModalBox {
	margin-top: 50px;
	font-style: normal;
	color: red;
	font-weight:bold;
	text-align: center;
}
.ok {
	font-style: normal;
	color: green;
	font-weight:bold;
}


/* Bloc pour tous les messages
********************************************/

.blocktexte{
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size: 11px;
	line-height: 18px;
	color: #303e5a;
	margin-top: -50px;
	}

/* Contenu sur 1 Column Layout
********************************************/
#leftSeul { 
	background-color: transparent;
	width: 100%; 
	height: auto;
	float: left;
	}

	.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}	

/* Contenu sur 2 Column Layout
********************************************/
#left { 
	background-color:fuchsia;
	width: 575px; 
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	}

#right {
	background-color:green;
	width: 165px;
	height: auto;
	margin-left: 8px;
	float: left;
	}

	.cleaner {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}	

/* Contenu sur 2 Column Layout inversÃˆ
********************************************/
#left2b { 
	//background-color: #efece3;
	background: url("/img/fond_left2b.jpg") repeat-x;
	width: 265px;
	height: auto;
	margin-left: -1px;
	margin-right: 5px;
	float: left;
}

#right2b {
	background-color: transparent;
	width: 480px; 
	height: auto;
	margin-left: 5px;
	margin-right: -10px;
	float: left;
}

	.cleaner {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}	
		
/* Contenu sur 3 Column Layout
********************************************/
#left3 { 
	background-color: #cccccc;
	width: 150px; 
	height: 500px;
	margin-left: 6px;
	float: left;
}

#middle { 
	background-color: #999999;
	width: 420px; 
	height: 500px;
	margin-left: 4px;
	float: left;
}

#right3 {
	background-color: #666666;
	width: 168px;
	margin-left: 8px; 
	height: 500px; 
	float: left;
}

	.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
		}	

/* Menu
********************************************/

.lang
{
	position:absolute;
	margin-top:8px;
	margin-left: 840px;
	border-bottom: 0px solid #dedede;
}

.menu {
	position: absolute;
	background-color: transparent;
	border: 0px;
	height: 30px;
	width: 900px;
	margin-top: -9px;
	margin-left:-6px;
	margin-right: 0px;
	font: Normal 11px "Trebuchet MS", helvetica, sans-serif ;
}

#menu_ul li{
	list-style: none;
	display: inline;
}

#menu_ul li a {
	vertical-align: 11px;
	padding: 7px 10px;
	background: transparent;
	text-decoration: none;
	color: #827d75;

}

#menu_ul li a:hover{
	color: #221e1a;
}

#menu_ul li a#current{
	color: #000;
	font-weight:bold;
}

#active{
	font: Normal 11px "Trebuchet MS", helvetica, sans-serif ;
}


/* Accordion
********************************************/


/* buttons
********************************************/
a.bouton,
button.bouton {
    display:-moz-inline-box;
    display:inline-block;
    margin:0;
    padding:0;
    font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif;
    white-space:nowrap;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:0;
    background:none;
}
a.bouton span,
button.bouton span {
    float:left;
    padding:0 0 0 5px;
    vertical-align:middle;
    background:url(/img/bouton_left.png) left top no-repeat;
}
a.bouton span span,
button.bouton span span {
    padding:0 5px 0 0;
    background:url(/img/bouton_right.png) right top no-repeat;
}
a.bouton span span span,
button.bouton span span span {
    height:21px;
    padding:4px;
    line-height:1.3;
    background:url(/img/bouton_main.png) left top repeat-x;
}

button {
	width: auto;
	height: auto;
	background: url("/img/btn_fd.png") repeat-x;
	border:1px solid #999;
	padding:3px 16px;
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size: 10px;
	cursor:pointer;
}

.btn_form {
	width: auto;
	height: auto;
	background: url("/img/btn_form.png") no-repeat;
	border:0px solid #cccccc;
	padding:6px 25px;
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size: 12px;
}

a.btn {
	width: auto;
	height: auto;
	background: url("/img/btn_fd.gif") repeat-x;
	border:1px solid #999999;
	padding:4px 20px;
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size: 10px;
	color:#333;
	cursor: pointer;
}

a:hover.btn {
	background: url("/img/btn_fd_on.gif") repeat-x;
	color:#333;
}

/* links
********************************************/

a {
	border: 0px dotted #999;
	}
a:link, a:visited {
	color: #878787;
	text-decoration: none;
	}
a:hover {
	color: #f9f9f9;
	}

.footer a {
	padding: 1px 8px 1px 12px;
	border: 0px dotted #999;
	}
.footer a:link, .footer a:visited {
	color: #333;
	text-decoration: none;
	}
.footer a:hover {
	border: 0px solid #cccccc;
	color: #938c87;
	}

.signature a {
	font-size:9px;
	color: #666666;
	letter-spacing: 2px;
	padding: 1px 8px 1px 12px;
	border: 0px dotted #999;
	}
.signature a:link, .footer a:visited {
	color: #333;
	text-decoration: none;
	}
.signature a:hover {
	border: 0px solid #cccccc;
	color: #938c87;
	}


/* titres
********************************************/

.logo  {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:14px;
	color: #be99bf;
	letter-spacing: 2px;
}

.logoTxt {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:12px;
	color: #be99bf;
	letter-spacing: 2px;
}

.titre_encart  {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:14px;
	color: #be99bf;
	letter-spacing: 2px;
}

h1 {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:16px;
	color: #3f3a37;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1.contact {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:16px;
	color: #988f88;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2.contact {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:12px;
	color: #988f88;
}

h2.ref {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:14px;
	color: #3f3a37;
	margin: 10px;
}

.titreRef {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:13px;
	color: #7d736d;
}

.accroche {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size:11px;
	color: #3c2f40;
	text-transform: uppercase;
}

hr {
	margin: 1em 0;
	background:#43403c;
	height:1px;
	color:#43403c;
	border:none;
	clear:both
}

p {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size: 11px;
	line-height: 17px;
	color: #ac9f9a;
	margin: 10px;
}

.txtBold {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	color:#3c2f40;
	font-weight:700; 
}

.txtItalic {
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	color:#3c2f40;
	font-style: italic;
}

fieldset {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #43403c;
	background: url("/img/fieldset_fd.jpg") repeat-x;
}