@charset "ISO-8859-1";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
 html, body{ height:100%; }


 body{
	 margin:0; 
	 padding:0; 
	 overflow:hidden; 
    font-family:"Lucida Grande", arial, sans-serif;
    background:#f1e9e1;
}
a{outline:none;}
#uppermenu{
	position:absolute;
	bottom:204px;
	width: 100%;
	height:4px;
	background-image: url(../img/shadow1.png);
	background-repeat: repeat-x;
	z-index: 2;
}
#wrapmenu{
	position:absolute;
	bottom:240px;
	width: 100%;
	overflow:visible;
	height: 24px;
	left: 0px;
	background-color:#e8d0ba;
	z-index: 3;	
	}
#shop {
	/*background-image: url(../img/fondShop.jpg);*/
	position: absolute;
	height: 540px;
	width: 961px;
	left:50%;
	margin-left:-480px;
	bottom:100px;
}
#logo{
	position:absolute;
	right:20px;
	top: 20px;
	z-index: 4;
}
#facebook{
	position:absolute;
	right:20px;
	top: 130px;
	z-index: 5;
	width:260px;
	height:30px;
}
#likeFB{
	float:left;
	width:100px;
	height:20px;
	padding:5px;
	background: transparent url(../img/likebg.png) no-repeat;
}
#linkFB{
	float:left;
	width:150px;
	height:30px;
	
	
}
#display{
	z-index:25;
	width:250px;
	height:250px;
	background-color:#CCC;
	float:left;
	top:0px;
	left:0px;
	display:none;

}
#menu{
	/*background-image:url(../img/underMenu.png) no-repeat;*/
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	background:url(../img/menuBar.jpg) no-repeat;
	padding-left:20px;
	z-index: 5;
}
		
#contenu{
	position:absolute;
	bottom:0px;
	width:100%;
	height:240px;
	z-index: 6;
	background-color:#292e40;
	left: 0px;
	background-image: url(../img/degrade.gif);
	background-repeat: repeat-x;	
}

/* PROMO */
#promo{
	background-image:url(../img/sousPromo.png);
	width:226px;
	height:152px;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#texte #promo h3{
	padding-left:35px;
	padding-right:15px;;
	padding-top:35px;
	font-size:14px;
	margin-bottom:10px;
	color:#292e40;
}
#texte #promo p{
	margin-left:25px;
	margin-right:15px;
	color:#292e40;
	font-size:11px;
}
	
	
	
/* MENU */
#menu ul{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	list-style:none;
	
	
}
.smenu{
	background-image: url(../img/underMenu.png);
	background-repeat: no-repeat;
	background-position: -300px top;
	
}

#menu li{
	
	margin-bottom: 5px;
	
	float:left;
	color:#191919;
	text-align:left;
	overflow:hidden;
	position:relative;
	
}
#menu a{
   
}

#menu li a.topnav{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#052147;
}
#menu li h5{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#052147;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	padding-bottom:5px;
	padding-top:5px;
}

#menu li a,#menu li h6{
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	max-width:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#29241A;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	margin-right:25px;
	
}

#menu p{
	color:#29241A;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	
}
.subtext{
    padding-top:15px;
}
#menu li a.subsubnav{
	color:#7D6454;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:40px;
}

#menu li a:hover{
	background-color:#dbc0af;
}

/*#accueil{
	margin-right:20px;
}
#qui{
	margin-right:16px;
}
#marques{
	margin-right:28px;
}
#satisfaction{
margin-right:28px;
}
#solutions{
	margin-right:24px;
}*/

.selected{
	background-color:#dbc0af;
}

/* zone contenu*/

#content{
	position:absolute;
	width:960px;
	left:50%;
	height:180px;
	margin-left:-480px;

	z-index: 10;
}
#homepic{
	width:222px;
	height:152px;
	padding:14px;
	float:left;
	z-index:20;
}
#demirond{
	z-index:9	;
	position:absolute;
	top:0px;
	left:0px;
	}
#coin{
	position:absolute;
	top:-11px;
	right:0px;
}
.pitilogo{
	float:left;
	
	
}

	
	/* contenu*/
#texte{
	font:Verdana, Geneva, sans-serif;
	width:700px;
	/*height:166px;*/
	padding-top:14px;
	float:left;
}
#texte h2{
	color:#e8d0ba;
	margin-bottom:14px;
}
#texte h3{
	color:#ffffff;
	margin-bottom:6px;
	margin-top:6px;
}
#texte p{
	color:#FFF;
	font-size:11px;
	margin-right:14px;
	
}
#texte .error{
	color:#FFF;
	font-size:10px;
	display:none;
}

#texte input,#texte input.error,#texte textarea,#texte textarea.error{
	color:#292e40;
}
#texte ul{
	color:#FFF;
	color:#FFF;
	font-size:11px;

	margin-left:14px;
}
#texte a{
	color:#FFF;
}
#texte table p,#texte table ul{
	float:none;
}
#texte .important{
	font-weight:bold;
	font-size:13px;
	color:#C33;
}
#texte .petit{
	font-size:9px;
}
.clr{
	clear:both;
}
	
	/* PAGE EQUIP */
	
#textMember{
	clear:both;
	margin-top:10px;
	width:340px;
}

ul.listEquipe li.selectedM{
	background-image: url(../img/arrowEquipe.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;
}
#texte ul.listEquipe
{
	margin:0;
	margin-left:0px;
	padding:0;
	list-style-type:none;
}
.listEquipe li{
	padding:0;
	margin-left:0px;
	float:left;
	margin-right:15px;
	
}

/* CREDITS */

#credits{
	position:absolute;
	right:10px;
	bottom:10px;
	
	z-index:50;
}
#credits a{
	color:#7189A8;
	font-size:10px;
	text-decoration:none;
}


#copyright{
	position:absolute;
	top:5px;
	left:5px;
	color:#ccc;
	font-size:10px;
}

.leftc{
	width:165px;
	float:left;
	margin-bottom:20px;
}
.rightc{
	width:175px;
	float:right;
	margin-right:10px;
	margin-bottom:20px;	
}
.rightc a{
	color:white;
}



	
