/* 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: #729920; }

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

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

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

#content {
	padding:10px 0px 10px 0px;
	background:url('../images/fond-contenu.gif') no-repeat top;
	min-height: 220px;_height: 220px;
} /* largeur=largeur de #wrapper */
#content * {  } /* couleurs de tous les éléments (textes et bordures) de la zone de contenu */
#content p { color: #e6ff40; }
#content h2 { color: #e6ff40; font-size:1.3em; } 
#content h3 { color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase; font-size:1.2em; }
#content h4 { color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase; font-size:1.2em; }
#content a:hover { color:#e6ff40; text-decoration:none; }

#main {  background: url('../images/bg.gif') repeat-y; } /* 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: #FFFFFF; }
#footer a:hover { color: #FFFFFF; text-decoration:none; }


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

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


/* Page d'intro */
.bodyIntro {color:#FFFFFF;}
.bodyIntro p, a:link{ color: #FFFFFF; }
.bodyIntro a:visited{color:#FFFFFF;}
.bodyIntro a:hover { color:#FFFFFF; text-decoration:none; }
.h1intro {font-size:12px; height:15px; margin-bottom:-30px; top:495px; width:100%; position:relative;}


/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*classes supplémentaires*/
.aligntitre{
	text-align:justify;
	margin-left:390px;
	margin-top: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.titre2{
	text-align:justify;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.titre1{
	text-align:justify;
	color: #e6ff40;
	font-weight: bold;
	text-transform: uppercase;
}
.aligntitre2{text-align:left; margin-left:317px;  margin-top: 40px;color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;}
.aligntexte{text-align:justify; margin-left:390px;}
.aligntexte2{text-align:justify; margin-left:317px;width:440px;}
.aligntexte3{text-align:justify; margin-left:390px; width:375px;}
.aligntexte4{text-align:justify; margin-left:290px;width:475px;}

.alignimage{
	float:left;
	margin-top:15px;
	padding-left:65px;
	padding-right:15px;
}
.imagedroite{float:right; margin-top:25px; padding-right:60px;}
.imagedroite2{float:right; margin-top:10px; padding:15px;}
.imagegauche{float:left; margin-top:10px; padding:15px;}
.imagecentre{float:left; margin-left:65px; margin-top:10px; }
.imgd{float:left; padding:10px}
.contact{text-align:left; margin-left:300px; margin-right:300px;}



.blancgrs {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.blancgrs p{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.blancs {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.blancs p{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.txtmarron {
	color: #4c2527;
	text-align: justify;
}
.txtmarron2 {
	color: #4c2527;
	text-transform:uppercase;
	font-weight: bold;
}.txtmarron2 p{
	color: #4c2527;
	text-transform:uppercase;
	font-weight: bold;
}
.txtmarron2 p{
	color: #4c2527;
	text-transform:uppercase;
	font-weight: bold;
}
.txtvert {
	color: #00642E;
}

#content.txtvert a strong{
	color: #00642E;
}

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

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.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: 0px;
    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;
}

.texth1{color:#e88042; }

.hinh-acc{margin-top:5px; #margin-top:15px; margin-top:5px;}

.hinhplan{position:absolute; margin-top:-280px; margin-left:60px; #margin-top:65px; #margin-left:-215px; _margin-left:-210px;} 

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

.tb { width:100%; color:#e6ff40;}
.tb td { border-bottom:dotted 1px; padding:15px 0 3px;}

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

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