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

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#ffffff; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:10.5px; }

h1 { color:#ffffff; font-size: 12px; padding-top:0; font-weight: bold; margin-bottom: 10px; margin-top: 10px;}
h2 { color:#ffffff; font-size: 1.3em; padding-top:0; font-weight: bold; }
h3 { color:#ffffff; font-size: 1.17em; font-weight: bold; }
h4 { color:#ffffff; font-size: 1em; font-weight: bold; }
h5 { color:#ffffff; font-size: 0.83em; font-weight: bold; }
h6 { color:#ffffff; font-size: 0.67em; font-weight: bold; }
p { color:#ffffff; font-size: 1em;  line-height:140%;}
ul, ol { color:#ffffff; font-size: 1em; }
li {  color:#ffffff; font-size: 1em; }
a { color:#cfba94; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; }
textarea { border-width:thin; padding:3px; }
em { }
strong { }
.hr{ clear:both; background:url(../images/hr.gif) repeat-x top; height:2px; margin:10px 0 15px 0;}

#yzeo p{ color:#473F32;   font-size: 1em; }
#yzeo a{ color:#473F32; }
#yzeo a:hover{ color:#473F32;  }

.bodyIntro p{ color:#736A5B;  font-size: 1em; }
.bodyIntro a{ color:#736A5B; }
.bodyIntro a:hover{ color:#8D8370; }
/* Éléments Particuliers
----------------------------------------------------------*/

/* styles de liens */
.lien1{ font-weight:bold; padding-left:10px; background:url(../images/fleche1.jpg) no-repeat left; text-decoration:none;}
.lien1:hover{ color:#E4D9C5;}
.lien2{ padding-left:10px; background:url(../images/fleche1.jpg) no-repeat left;}
.lien2:hover{ color:#E4D9C5;}

/* Placement d'images */
.image1{float:left; margin: 0 2em 0 0; width:183px; height:147px; }
.image1 *{ position:relative; }
.image2{float:right; margin-left:0 0 0 2em; width:364px; height:119px; }
.image2 *{ position:relative; }
.imgLeft{ position:relative; float:left; margin-right:2em; }
.imgRight{ position:relative; float:right; margin-left:2em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ position:absolute; left:0; _left:-480px; top:626px; width:100%; padding:0; font-size:1em; font-weight:normal;  color:#736A5B; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#ffffff inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#ffffff inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#ffffff;  background-color:#ffffff;}


/*==============================================================*/

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

.list{
vertical-align:middle;
padding-right:7px;
padding-left:20px;}

.list1{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
padding-bottom:20px;
margin-top:5px;}

.divh1intro {
	position: relative; margin:0 auto; text-align:center;
}


.threecreen{
	width: 30%;
	padding-left: 10px;
}

.threecreenresident{
	width: 31%;
	padding-left: 10px;
}

.followimgright{
	padding-right: 10px;
	margin-right: 10px;
	width: 280px;
}

.imgfortext{
	vertical-align: middle;
	padding-right: 20px;
}

.imgfortext1{
	vertical-align: middle;
}

.imgfortext2{
	vertical-align: middle;
	margin-left: 70px;
	padding-right: 30px;
}


.divimgleft{
	padding-left: 10px;
	width:200px;
}

.divtextright{
	width: 445px;
	height: 160px;
	vertical-align: middle;
}

.divtextrighta{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.textred
{
	color:#ff0000;
}

sup{
	vertical-align:super;
}

sub{
	vertical-align:sub;}
	
.divimglarge
{
	width: 370px;
}

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

.highslide {
	cursor: url(../images/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(../images/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(../images/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;
}

.divahalfcreen{
	width: 42%;
	padding-left: 10px;
	padding-right: 20px;
}

.divahalfcreena{
	width: 45%;
	padding-left: 60px;
	padding-right: 5px;
}

.fieldset{
	border: solid 1px #FFFFFF;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 290px;
}

.imgmagintop{
	margin-top: -50px;
}

.imgmagintoploisr{
	margin-top: -50px;
	margin-left: -40px;
}

.imgmagintopaccuiele{
margin-top: 5px;
 margin-left: 20px;
}

.ahaftcreenservices{
	width: 48%;
}

.paddingright{
	padding-right: 20px;
}

.threecreentext
{
	width: 30%;
	padding-left: 10px;
	margin-right: 20px;
}

.threecreentexta
{
	width: 30%;
	padding-left: 10px;
	padding-right: 10px;
}

.paddingtext {
	padding-top: 5px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 5px;
 }
/*==============================================================*/

.noborder { border:none; }
.aligntop { vertical-align:top; }

a.button1 { display: block; background:url(../images/button/1.jpg) no-repeat; width: 58px; height: 37px; }
a.button1:hover { background: url(../images/button/1b.jpg) no-repeat; }
a.button1:active { background: url(../images/button/1b.jpg) no-repeat; }
a.button1 span { display:none; }

a.button2 { display: block; background:url(../images/button/2.jpg) no-repeat; width: 91px; height: 37px; }
a.button2:hover { background: url(../images/button/2b.jpg) no-repeat; }
a.button2:active { background: url(../images/button/2b.jpg) no-repeat; }
a.button2 span { display:none; }

a.button3 { display: block; background:url(../images/button/3.jpg) no-repeat; width: 103px; height: 37px; }
a.button3:hover { background: url(../images/button/3b.jpg) no-repeat; }
a.button3:active { background: url(../images/button/3b.jpg) no-repeat; }
a.button3 span { display:none; }

a.button4 { display: block; background:url(../images/button/4.jpg) no-repeat; width: 67px; height: 37px; }
a.button4:hover { background: url(../images/button/4b.jpg) no-repeat; }
a.button4:active { background: url(../images/button/4b.jpg) no-repeat; }
a.button4 span { display:none; }

a.button5 { display: block; background:url(../images/button/5.jpg) no-repeat; width: 98px; height: 37px; }
a.button5:hover { background: url(../images/button/5b.jpg) no-repeat; }
a.button5:active { background: url(../images/button/5b.jpg) no-repeat; }
a.button5 span { display:none; }

a.button6 { display: block; background:url(../images/button/6.jpg) no-repeat; width: 58px; height: 37px; }
a.button6:hover { background: url(../images/button/6b.jpg) no-repeat; }
a.button6:active { background: url(../images/button/6b.jpg) no-repeat; }
a.button6 span { display:none; }

a.button7 { display: block; background:url(../images/button/7.jpg) no-repeat; width: 63px; height: 37px; }
a.button7:hover { background: url(../images/button/7b.jpg) no-repeat; }
a.button7:active { background: url(../images/button/7b.jpg) no-repeat; }
a.button7 span { display:none; }

a.button8 { display: block; background:url(../images/button/8.jpg) no-repeat; width: 56px; height: 37px; }
a.button8:hover { background: url(../images/button/8b.jpg) no-repeat; }
a.button8:active { background: url(../images/button/8b.jpg) no-repeat; }
a.button8 span { display:none; }

a.button9 {
	display: block;
	background:url(../images/button/9.jpg) no-repeat;
	width: 134px;
	height: 37px;
}
a.button9:hover {
	background: url(../images/button/9a.jpg) no-repeat;
}
a.button9:active { background: url(../images/button/9a.jpg) no-repeat; }
a.button9 span { display:none; }

.subMenu{
position:absolute;
width:200px;

margin-top:-7px;}
.mgsub2{
margin-top:-1px;}

.mgsub3{
margin-left:-10px;}

#sample_attach_menu_child2{
width:91px;
margin-top:-7px;
position:absolute;}

#sample_attach_menu_child{
width:91px;
margin-top:-7px;
margin-left:-12px;
position:absolute;}

.addr{
padding-top:12px;}
.mal20{margin-left:20px;}
.mat10{margin-top:15px;}
.mat30{margin-top:30px;}

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; }
.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; }
.inputform { width:300px; height:13px; float:left; margin: 0 5px 0 2px; } 
.transp, .inputtexte { background: #463f32; #border: 2px solid #ffffff; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#ffffff; }
.textareaform { width:300px; height:100px; overflow: auto; background-color:transparent; margin-left:2px; #margin-left:2px; _margin-left:-1px;#border: 2px solid #ffffff; }
.textareaform1 { width:350px; height:150px; overflow: auto; background-color:transparent; margin-left:2px; #margin-left:4px; }
.textareaform2 { width:300px; height:150px; overflow: auto; background-color:transparent;  }
.pal150{padding-left:120px;}

/* Formulaire de contact */
#frmEnvoi{ width:620px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin;}
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#2A1301 inset 1px; padding:5px; background-color:#463f32; color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#2A1301 inset 1px; padding:5px; background-color:#ffffff; color:#000000;  }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#FFFFFF;  background-color:#FFFFFF; color:#2A1301;}
.mar{margin-right:102px; margin-top:-12px;}
.mar1{margin-right:102px;}

/*===========LINH===============*/

.offres td {padding: 10px 10px 10px 10px; border:#FFFFFF 1px;border:#ffffff solid 1px; vertical-align:middle;}

.tb1{width:100%; border:#ffffff solid 1px; border-collapse:collapse;}

.tb1 td{padding:10px; border:#ffffff solid 1px;}

.td1{text-align:right;}

.td2{text-align:center;}

.td3{width:223px;}

.td4{width:115px;}

.title{background-color: #97876c; color:#38332a;}
.luan{
width:131px;
#width:132px;
_width:131px;}

sup{vertical-align:super; font-size:10px;}
.canhtext{padding-left:180px;}

/* ============== Plan Aces ================ */
.plan {
	width: 600px;
	height: 480px;
	border:3px solid;
	border-color:#ffffff;
}
#map .infosbulle {
	width: 280px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#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 {
padding-bottom:10px;
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.decouvfl
{
	float: left;
	height: 147px;
	width: 183px;
	text-align: justify;
	margin-right: 25px;
	margin-bottom: 10px;
}

.decouvfl2
{
	float: left;
	height: 195px;
	width: 408px;
	text-align: justify;
	margin-bottom: 10px;
}

.decouvfl3
{
	float: left;
	height: 195px;
	width: 225px;
	text-align: justify;
	margin-right: 25px;
	margin-bottom: 10px;
}
.tdht {
	width:10%;
	background-color: #97876c;
	color:#38332a;
	text-align: center;
}
.xmlencadre
{
	border: thin solid #FFFFFF;
	width: 600px;
	height: 430px;
	text-align: center;
	margin: 0 auto;
}

.tdbas
{
	width:10%;
	background-color: #97876c;
	color:#38332a;
	text-align: left;
}

.txtbleu
{
	color: #51619F;
	text-align: justify;
	font-weight: bold;
}

.decouvfl4
{
	float: left;
	height: 195px;
	width: 225px;
	text-align: justify;
	margin-right: 25px;
	margin-bottom: 10px;
}

.tdnew
{
	width:10%;
	background-color: #97876c;
	color:#38332a;
	text-align: right;
}
acronym {cursor:help; vertical-align:top;}
