
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(default.css);


/* Import de la CSS de layout
----------------------------------------------------------*/

@import url(layout/layout-1A.css);

/* Liste des layout disponibles :

@import url(layout/layout-1A.css);
@import url(layout/layout-1B.css);
@import url(layout/layout-1C.css);

@import url(layout/layout-2A.css);
@import url(layout/layout-2B.css);
@import url(layout/layout-2C.css);
@import url(layout/layout-2D.css);

@import url(layout/layout-3A.css);
@import url(layout/layout-3B.css);
@import url(layout/layout-3C.css);
@import url(layout/layout-3D.css);
@import url(layout/layout-3E.css);
@import url(layout/layout-3F.css);

*/


/* Construction (Montage)
----------------------------------------------------------*/
/*
- la largeur par défaut d'un élément est indiquée sous la forme  largeur='valeur'
- les largeurs peuvent êtrent relatives à l'élément qui les contient dans ce cas la largeur est notée : largeur='largeur de X'
- lorsqu'on définie une taille à un élément, il s'aligne automatiquement au centre
*/

body { background: url(../images/fond.jpg) repeat-x top; background-color: #ffcf30; }

#page { width: 950px; }  /* largeur=largeur de #body=100% */ 

#wrapper { padding:0; background: url(../images/bg.jpg) repeat-y center;} /* largeur=largeur de #page */

#header { background:url(../images/head.jpg) no-repeat top; }  /* largeur=largeur de #wrapper */

#content { padding:0px 50px 10px 50px;  background:url(../images/bgcontenu.jpg) no-repeat top; } /* largeur=largeur de #wrapper */
#content h1 { color: #000000; font-size:12px; }
#content h2 { color: #000000; font-size:1.3em; } 
#content h3 { color: #000000; font-size:1.2em; }
#content a:link, a:visited, a:active { color:#000000;}
#content a:hover { color:#000000; text-decoration:none; }

#main { } /* largeur=largeur de #wrapper */

#menu { display:none; } /* largeur=0 */

#nav { } /* largeur=0*/

#extra { } /* largeur=0 */

#footer { font-size: 0.8em; background-color: none; }  /* largeur=largeur de #body */
#footer p, a:link, a:visited, ul, li { color: #000000; }
#footer a:hover { color: #000000; text-decoration:none; }



th {
	padding: 0;
	margin:0;
	border: 1px solid #000000;
	white-space: nowrap;
}
td {
	padding: 0;
	margin:0;
	border: 1px solid #000000;
}

#table1 {
border:none;
}

#table1 td{
border:none;
}
#table2{
border:none;
}


/* Éléments Particuliers
----------------------------------------------------------*/

/* Lien W3C */
.validator{ clear:both; text-align: center; }
.validator1{ clear:both; text-align: center; }

/* Page d'intro */
.bodyIntro { background:url(../images/fond-intro.jpg) repeat-x top; background-color: #ffcf30; } 
.bodyIntro *{ color: #000000; } /* couleurs de tous les éléments (textes et bordures) de la page index.html */
.bodyIntro a:link, a:visited, a:active { color: #000000; }
.bodyIntro a:hover{ color: #000000; text-decoration:none; }
.h1intro { font-size:12px; height:15px; width:100%; text-align:center; left:0; clear:both; margin:0 auto; margin-top:-20px; }

/* Formulaire de contact */
#frmEnvoi{ width:790px; }
.divformulaire{ width:480px; float:left; padding-right:10px;}
#frmEnvoi textarea{ background-color:#ffcf30;  border-width:thin; }
input .bouton{ background-color:#000000;  border-width:thin; }
.champ{ background-color:#ffcf30;  border-width:thin; }
#code { background-color:#ffcf30;  border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*************************** Classes Element *********************************/

.habill{ padding-right:20px; }

.marginacc{ margin-left:188px;}

.marginpic1acc { margin-right:65px;}
.paddingpicacc { padding-right:50px;}
.paddingpic1emp { padding-left:50px; padding-top:30px;}


.table1{
width:696px;
border:1px solid #000000;
margin-left:70px;
}

.bgcolor{
background-color:#01652F;  color:#FFE66F;
}

.bgcolor1{
background-color:#fdd75a;
}


.marginleft70{
margin-left:70px;
}

.paddingleft20 {
padding-left:20px;
}

.visitepic {
padding-right:50px;
padding-left:50px;
}

.margin180{
margin-right:180px;
}

.moduletable{
border: none;
}

.marginleft1{
margin-left:60px;
}

.paddingright1{
padding-right:55px;
}

.section{ background:url(../images/secsion/section_bg.jpg) repeat-y top; padding:0 20px 0 20px; }
.section h2{ background:url(../images/secsion/section_top.jpg) no-repeat top; display:block; margin:0 -20px 20px -20px; padding:30px 20px 0 20px; }
.section .bottom{ background:url(../images/secsion/section_bottom.jpg) no-repeat bottom; clear:both; height:20px; margin:0 -20px 0 -20px;}

.margin2{
margin-left:10px;
margin-right:10px;
}

.marginleft2{
margin-left:15px;
}

.marginright2{
margin-right:10px;
}

.margin3{
margin-left:190px;
margin-right:190px;
}
/*************************** Fin des classes Element *************************/


/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	
}
.highslide:hover img {
	
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ============== Plan Aces ================ */
.plan {
	width: 500px;
	height: 480px;
	border:5px solid;
	border-color:#238e02;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

.dl { font-size:10px; }


.clearvalidator{ clear:both; height:3px;}


/* Fix co dan */

.int{
width:100%;
}
.int1{
width:750px;
margin:0 auto;}


.table2N{
width:790px;
border:1px solid #000000;
margin-left:30px;
}
.marginleft30M{
margin-left:30px;}

/* Mentions legales */
#infoclient {  margin-bottom:1.7em; }
#hebergeur { margin-bottom:1.5em; float:right;}

.tb1{width:100%;}
.tb1 td{padding:7px; border:1px solid #000000;}

.td1{background:#dbe5f1; text-align:right;}
.td1s{background:#dbe5f1;}

.td2{background:#d7e4bc; text-align:right;}

.td3{background:#ffc000; text-align:right;}

.td4{background:#c0c0c0; text-align:center; font-weight:bold;}

.td5{background:#ccffff; text-align:center;}

.td6{background:#99ccff; text-align:center;}

.td7{background:#ccffcc; text-align:center;}

.td8{background:#ffcc00; text-align:center;}

.td9{background:#ffff00; text-align:center;}

.td10{background:#fac090;}

sup{vertical-align:super; font-size:10px;}

.div1{width:400px; background:#e6b9b8; margin:0 auto; border:#000 solid 1px; padding:10px; margin-bottom:20px; text-align:center; font-weight:bold;}

.div2{width:400px; background:#f2dddc; margin:0 auto; border:#000 solid 1px; padding:10px; margin-bottom:20px; text-align:center; font-weight:bold;}

.div3{width:50px; float:left;}

.div4{ float:left; padding-top:8px;}

.fs1{width:50%; margin:0 auto; border:#000 solid 1px; padding:10px;}
.fs1 legend{font-weight:bold; padding:10px;}
