@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }
html{height:100%; width:100%; margin:0; padding:0;}
body{height:100%; width:100%; font-family:Helvetica, Arial, Verdana, sans-serif; font-size:12px; color:#6d5754;background-image:url(images/bg_top.jpg); background-position:top left; background-repeat:no-repeat; line-height:18px; }
img{border:0px;}
P{margin-bottom:10px;}

A{
	color:#d94213;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}
/***** TYPO ***************/
H2 {
	color:#d94213;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	line-height:20px;
	font-weight:lighter;
	margin-bottom:15px;
}
H2.smaller{
	font-size:15px;
	margin-bottom:10px;
}

H3 {
	font-weight:bold;
	font-size:14px;
}

H4 {
	color:#470b0b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-left:23px;
	background:url(images/icoH4.gif) left no-repeat;
}

H5 {
	color:#d5471c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}

H5 A{
	color:#d5471c;
	text-decoration:none;
	background:url(images/icoFollowLink.gif) right no-repeat;
	padding-right:15px;
}


/***** LAYOUT COMMUN ******/
TD{
	vertical-align:top;
}

#container{
	margin-left:54px;
}

/* header */
#menu{
	position:relative;
	top:0px;
	left:0px;
	z-index:1000;
	width:850px;
}

#menu DIV{
	float:left;
}

#menuLangues{
	z-index:990;
	position:absolute;
	top:44px;
	left:742px;
	width:117px;
	height:29px;
	background-image:url(images/bg_mnu_langues.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#f7d092;
}

#menuLangues A{
	color:#f7d092;
	text-decoration:none;
}

#menuLangues A:hover{
	color:#FFFFFF;
}

SPAN.langselected{
	color: #FFFFFF;
}

#headerImages{
	position:relative;
	/*bottom:75px;*/
	top:-75px;
	left:2px;
	width:837px;
	background-image:url(images/headImg_shadowR.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#gallery { position: relative; width:830px; height:319px; margin:0; padding:0; }
#gallery li { display: block; }

#descriptionBg{
	position:absolute;
	top:200px;
	left:630px;
	width:192px;
	background:url(images/px_white_alpha60.png) repeat;
	padding:8px 0px 8px 8px;
	z-index:1500;
}

#descriptionTxt{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}


#shadowBottom{
	background-image:url(images/headImg_shadowB.png);
	background-repeat:no-repeat;
	background-position:left;
	width:837px;
	height:7px;
}

/* contente area */
#content{
	position:relative;
	/*bottom:75px;*/
	top:-75px;
	width:830px;
	margin-left:2px;
	z-index:1010;
	padding-bottom:35px;
}
#content #leftNav{
	position:absolute;
	top:-35px;
	left:0px;
	width:260px;
	z-index:1020;
}
#content #leftNav DIV{
	margin-bottom:8px;
}

#content #mainContent{
	top:0px;
	left:0px;
	padding-left:260px;
	position:relative;
	width:550px;
	padding-top:12px;
}

/* footer */
#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	bottom:100px;
	width:834px;
	margin-top:10px;
	padding-top:6px;
	border-top:solid 1px #e7d3d0;
	font-size:9px;
	color:#6d5754;
	clear:left;
}
#footer_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	bottom:100px;
	width:834px;
	margin-top:10px;
	padding-top:6px;
	border-top:solid 1px #e7d3d0;
	font-size:9px;
	color:#6d5754;
	clear:left;
}
#footer_links a {
	color:#6d5754;
}

/********************** SLIDESHOW *******************************/
#my_slideshow{
	clear:left;
}
#my_slideshow P{
	position:absolute;
	top:200px;
	left:572px;
	width:250px;
	background:url(images/px_white_alpha60.png) repeat;
	padding:8px 0px 8px 8px;
	z-index:1500;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
}
.grisDesc{
	color:#323232;
	font-size:11px;
}

/********************** CACHE  *****************************/
#cache{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	filter : alpha(opacity=80); 
    -moz-opacity : 0.8; 
    opacity : 0.8; 
	z-index:10000;
	display:none;  /* default hidden*/
}


/********************** INFOLE TTRE ****************************/
#infolettrePopup{
	position:absolute;
	z-index:10001;
	left:65px;
	top:110px;
	width:810px;
	display:none;
}

#infolettrePopup #centerInfolettre{
	background:url(images/pupInfolettre_mid.gif) repeat-y;
	padding:10px 45px 10px 45px;
	width:730px;
}

#infolettrePopup #closeBtn{
	float:right;
}

.pointillesH{
	background:url(images/pointilleH.gif) repeat-x center;
	width:100%;
	height:15px;
}


INPUT.infolettre{
	width:350px;
	height:17px;
	border:1px solid #e2ceca;
	margin-bottom:7px;
	font-size:10px;
	padding:4px 0px 0px 2px;
}

TEXTAREA.infolettre{
	width:350px;
	height:109px;
	border:1px solid #e2ceca;
	font-size:10px;
	padding:4px 0px 0px 2px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}


/********************** ACCUEIL *******************************/
#photoEquipe{
	position:relative;
	float:right;
	bottom:60px;
	right:-40px;
	margin-left:-40px;
	margin-bottom:-60px;
}


#infoguide{
	float:right;
	bottom:50px;
	position:relative;
	margin-bottom:-50px;
}

UL.listproduits{
	font-size:10px;
	line-height:15px;
	list-style-position:outside;
	list-style-image:url(images/bullet1.gif);
	padding-left:15px;
}

UL.souslisteProduits{
	font-size:10px;
	line-height:15px;
	list-style-position:outside;
	list-style:disc;
	padding-left:15px;
}
/************************* PROFIL **************************/
DIV.mentions{
	background:url(images/mentions_bg.jpg) no-repeat top right;
	width:213px;
	margin-right:15px;
	padding-top:10px;
	padding-right:25px;
	font-size:10px;
	line-height:12px;
}
/************************* PRODUITS SERVICES **************************/
.pointillesHnomargin{
	background:url(images/pointilleH.gif) repeat-x center;
	width:100%;
	height:1px;
}

.descProduits{
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:17px;
	padding-bottom:27px;
}
.descProduits A{
	color:#d94213;
	text-decoration:none;
}
.descProduits A:hover{
	text-decoration:underline;
}

/************************* PARTENAIRES **************************/
.icoAnnuaire{
	padding-left:55px;
	background:url(images/icoAnnuaire.gif) left no-repeat;
	height:52px;
}

.blocAnnuaireCat{
	padding-top:15px;
}
.blocAnnuaireCat STRONG{
	color:#d94213;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.AnnuaireItem{
	height:14px;
	line-height:11px;
	font-size:11px;
	padding-left:13px;
	width:255px;
}
.AnnuaireItemLink{
	height:14px;
	line-height:11px;
	font-size:11px;
	padding-left:13px;
	width:255px;
	background-color:#fef8eb;
	background-image:url(images/flecheLinkAnnuaire.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.annuairePoints{
	background:red;
	background:url(images/bgLignesAnnuaireItem.gif) repeat-x bottom;
}

.linkAnnuaireItem{
	color:#6d5754;
	text-decoration:none;
}
.linkAnnuaireItem:hover{
	color:#420a0a;
	text-decoration:none;
}




