/* Eléments HTML
-------------------------------------------------------- */

body {
	padding: 0;
	width:820px;
	margin:auto;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:url(images/line_fond.png);
	background-repeat:repeat;
	font-size: 0.8em;
}

p{
	margin:0;
	padding:0;
}
h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:0.12em;
}

h1{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
h2{
	color:#A69B8D;
	margin: 0;
	padding: 0;
	margin-top:10px;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h3{
	font-size: 0.8em;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

h3.titreGestionClient{
	background-color:#666;
	width:695px;
	padding-left:30px;
	line-height:25px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:300;
}

.symbolTitreH3 {
	font-size:14px;
	color:#D95700;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #A69B8D;
	text-decoration: none;
}

a:visited {
	color: #A69B8D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #A69B8D;
}

img {
	border: 0
}

li {
	list-style-position: outside;
	list-style-type: square;
	color:#A69B8D;
	letter-spacing:1px;
}


/* Page
-------------------------------------------------------- */
#conteneur_haut{
	width: 1128px;
	height:204px;
		margin:0;
	margin-left:-154px;
	text-align: left;
/*	margin-right: auto;*/
	margin-bottom: 0;
/*	position:fixed;*/

	padding: 0;
	background-image:url(images/bandeau_top.png);
	background-repeat:no-repeat;
	top:0;
/*	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #FFF;*/
/*	filter:alpha(opacity=50);
    -moz-opacity: 0.75;
	opacity: 0.75;*/
}

#conteneur_bas{
	width: 820px;
	text-align: left;
	overflow: visible;
	margin:0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
	background-color: 17130C;
	float: right;
	color:#BFBAD7;
}

#contenu {
	float: left;
	width:620px;
	height: 420px;
	color:#FFFFFF;
}

#contenu_main{
	width:620px;
	height:380px;
	background-image: url(images/fond_cont_main_accueil.png);
}


#contenu_right{
	float:left;
	width:258px;
	height:545px;

}

#contenu_left{
	float: left;
	width:200px;
	height:545px;
}

.titrePage {
	color: #D95700;
	text-align: left;
	font-weight: bold;
	width: 695px;
	height:53px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color:#1A1A1A;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #FFF;
}

.sousTitrePage {
	color: #333;
	text-align: left;
	font-weight: bold;
	width: 705px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.sousTitrePage2 {
	color: #D95700;
	font-size:16px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

a.sousTitrePage3:hover{
	color: #000;
	font-size:14px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-decoration:underline;
}

a.sousTitrePage3{
	color: #D95700;
	font-size:14px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-decoration:underline;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textePage {
		color:#D7D5E6;
	text-align: left;
/*	font-weight: bold;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float:left;
	width:200px;
	height:380px;
	padding: 0;
	margin: 0;
	background-image:url(images/fond_menu1.png);
	background-repeat:no-repeat;
	color:#A3A0B4;
	padding-top:40px;
}

#menu_pages {
	width:200px;
	height:220px;
	color:#A3A0B4;
}

#menu_or {
	width:200px;
	height:61px;
	color:#A3A0B4;
}

#menu_fin {
	width:200px;
	height:74px;
	color:#38322C;
}



#menuFooter {
	width:200px;
	height:25px;
	color: #FFFFFF;
}

dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

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

#menu {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #990000;
}

dl#menu {
	width: 200px;
}


dl#menu dt {
	cursor: pointer;
	height:45px;
}

dl#menu dt a {
	font-size: 1.2em;
	color: #D7D5E6;
		height:30px;
		letter-spacing:1px;
/*	font-weight: bold;*/
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: hidden;
	zoom: 1;
}


.menu_liens {
	padding-left:15px;
font-size:0.9em;
	letter-spacing:1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:500;
	height: 27px;
	padding-top: 10px;
}



#sous_menu a{
color:#FFFFFF;
letter-spacing:1px;

}

#sous_menu a:hover{
color:#D95700;
letter-spacing:1px;

}

/* Entête
-------------------------------------------------------- */

#bandeau_haut_left{
	float:left;  
	width: 875px;
	height:169px; 
	background-image:url(images/bandeau_haut_left.png);
}


/* Mentions legales / Plan site
-------------------------------------------------------- */

#page {
	width:620px;
	height:380px;
	overflow:auto;
	background-color:#D3D1E7;
}

#page li{
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	letter-spacing:0px;
}


#page a{
	text-decoration:underline;
	 color:#000;
}

#page a:hover{
	color:#2F2822;
	text-decoration:underline;
}

#plan_site{
	padding-left:80px;
	padding-top:15px;
	color:#A3A0B4;
}

#plan_site a{
	text-decoration:none;
	color:#A3A0B4;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#plan_site a:hover{
	color:#A69B8D;
	text-decoration:underline;
	font-weight:bold;
}


/* Contenu droit
-------------------------------------------------------- */


a.LIEN_right:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_right:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_right:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}



/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */



.enteteTableau {
	color: #000;
	font-weight: bold;
	background-color: #CFCFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color:#FFF;	
	color:#222;
	font-size: 0.9em;
}

.ligneTableau1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	background-color:#DADADA;	
	color:#333;
	font-size: 0.9em;
}

.footerTableau {
	color: #000;
	font-weight: bold;
	background-color: #AAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	width: 675px;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 5px;
}

a.boutonMonCompteContenu {
	color: #D95700;
	text-decoration: none;
	font-weight: bold;
}

.zoneDeSaisie {
	color: #444;
	font-weight: bold;
	font-size: 0.95em;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style:dotted;
	border-color: #666;

}

.zoneDeSaisieMess {
	color: #444;
	font-weight: bold;
	font-size: 0.95em;
	width:400px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style:dotted;
	border-color: #666;

}

.zoneDeSaisie1 {
	color: #444;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1.1em;
	font-style: italic;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}



/* Formulaires */
.champ{padding-top:10px; height:20px;clear:both;}
label{
	width:110px;
	float:left;
	text-align:right;
	padding:3px 10px 0 0;
	color:#D7D7FF
}
#buttons{clear:both;text-align:center;}

#sendform input, #sendform textarea{
	border:1px solid #111;
	padding:2px 0 2px 2px;
	width:280px;
	background-color:#4D433F;
	color: #A69B8D;
}

.buttons input{
	background-color:#989278;
	color:#2F2D2A;
}

#sendform, .eform{
	width:480px;
	float: left;
	margin-left: 15px;
}

#lien_contact {
	color: #A69B8D;
	text-decoration: none;
}
#lien_contact a{
	color: #A69B8D;
	text-decoration: none;
	font-weight: bold;
}


#lien_contact a:hover {
	color: #A69B8D;
	text-decoration: underline;
	font-weight: bold;
}


#lien_umdv {
	color: #3C3533;
	font-style:italic;
	text-decoration: none;
}
#lien_umdv a{
	color: #3C3533;
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
}


#lien_umdv a:hover {
	color: #3C3533;
	text-decoration: underline;
	font-style:italic;
	font-weight: bold;
}

/* Pied de page
-------------------------------------------------------- */

#footer{
	width: 820px;
	height:236px;
	font-size: 0.95em;
	letter-spacing:1px;
	margin: 0;
	text-align: left;
	background-image:url(images/fond_footer1.jpg);
	background-repeat:no-repeat;
	float: left;
}

#footer_adr{
	padding-left:15px;
	padding-top:38px;
	color:#655C56;
	font-size:12px;
	width:608px;
	height:132px;
	float:left;
}

#footer_adr a {
	padding-right:10px;
	padding-top:17px;
	font-size:12px;
	color:#635647;
}


#footer_adr a:hover {
	color: #999;
	text-decoration: underline;
	font-weight: bold;
}


/* Signature
-------------------------------------------------------- */

#copyright{
	padding-right:12px;
	padding-top:38px;
	color:#655C56;
	font-size:0.95em;
	width:185px;
	height:132px;
	float:left;
	text-align:right
}

#copyright a{
	text-decoration:none;
	font-size:0.95em;
	color:#655C56;
}

#copyright a:hover{
	color:#999;
	text-decoration:underline;
	font-weight: bold;
}


#signature {
	padding: 0;
	width: 1200px;
	color: #655C56;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
	text-align:right;
}


a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}

.input1{
	font-size:0.9em;
	border:1px solid #C0C0C0;
	padding:2px 0 2px 2px;
	width:280px;
	background-color:#E1E1F4;
}

.input1_er{
	font-size:0.9em;
	color:#990000;

}

.input2{
	border:1px solid #C0C0C0;
	padding:2px 0 2px 2px;
	width:280px;
	background-color:#E1E1F4;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;

}

.input2_er{
	border:1px solid #C0C0C0;
	padding:2px 0 2px 2px;
	width:280px;
	background-color:#E1E1F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#990000;
}

/* galerie image FancyStrip
-------------------------------------------------------- */
.strip {
        position: relative;
        overflow: hidden;
        height: 100px;
        width: 100px;
}
.strip img {
        position: absolute;
        left: 0px;
        top: 0px;
}
#fancyList {
	position: absolute;
	display: block;
	/*	list-style:none;*/
	margin: 0;
	padding: 0;
	top: 392px;
	left: 130px;
	width: 500px;
}
#fancyList li {
	display: block;
	padding: 2px;
	margin: 3px;
	float:left;
	border: solid 1px #333;
	width: 20px;
	text-align: center;
}

#titreFancyStrip {
	position: absolute;
	display: block;
	/*	list-style:none;*/
	margin: 0;
	padding: 0;
	right: 25px;
	width: 620px;
	height:40px;
	text-align:right;
}
