/* ----- Définition générales  ----- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ffffff;
}

a {
	color: #787878;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

/* ----- Blocs de Structure ----- */

#blocStructure {
	background: #FFF no-repeat center top;
	margin: 0px auto;
	width: 896px;
	padding-left: 83px;
}
	
#blocEntete {
	position: relative;
	height: 89px;
	border: 1px solid #cdd5b8;
	width: 865px;
}

#blocEntete h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../img/logo.gif) no-repeat;
	height: 97px;
	width: 865px;
}

#blocEntete h1 span {
	display: none;
}

.blocAdresse {
	padding-right: 0px;
	padding-top: 10px;
	width: 865px;
	clear: both;
	font-size: 12px;
	color: #767779;
}


#blocContenu {
	float: left;
	font-size: 12px;
	color: #767779;
	width: 668px;
	background-color:#FFFFFF;
}

#blocContenu h3 {
	font-size: 14px;
	font-weight: bold;
	color: #4b4a4b;
	margin-bottom: 10px;
}

#blocContenu img.droiteTexte {
	margin-left: 20px;
	float: right;
}
#blocContenu img.gaucheTexte {
	margin-right: 20px;
	float: left;
}

#blocContenu p {
	padding-bottom: 12px;
	color: #767779;
}

.imageResultat  {
	cursor: pointer;
}

/* ----- Menus Déroulants ----- */

#menu {
	position: absolute;
	left: 350px;
	top: 60px;
	width: 600px;
	text-align: right;
	z-index: 100;
}

#menu li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

#menu a {
	text-decoration: none;
	color: #868a80;
	display: block;
	float: left;
	margin: 0px;
	border-right: 1px solid #DDD;
	padding-right: 7px;
	padding-left: 7px;
	height: 20px;
	padding-top: 10px;
}

#menu a:hover {
	background: url(../img/menuHover.jpg) repeat-x;
}

#menu li ul {
	position: absolute;
	z-index: 10;
	top: 30px;
	visibility: hidden;
}

#menu_Maison {
	left: 59px;
	width:175px;
}

#menu_Produits {
	left: 150px;
	width:150px;
}

#menu_Prestations {
	left: 241px;
	width:185px;
}

#menu li ul li {
	text-transform: none;
}

#menu li ul a {
	float: none;
	text-align: left;
	padding: 4px 10px 0px 10px;
	display: block;
	background: #FFF;
	font-size: 11px;
	border-bottom: 1px solid #B6B6B6;
	border-right:none;
}

#menu li ul a:hover {
	color: #000;
	font-style:italic;
}

#sousmenu {
	float:left;
	width:185px;
	margin-right: 15px;
}

#sousmenu li {
	list-style: none;
}

#sousmenu a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #868a80;
	float: none;
	text-align: left;
	padding: 6px 10px 5px 2px;
	background: #FFF;
	border-bottom: 1px solid #B6B6B6;
}

#sousmenu a:hover,
#sousmenu .actif {
	color: #FFF;
	background: #939393;
}

#sousmenu .actif2 {
	color: #FFF;
	background: #939393;
}

.selection  {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #5A5555;
	background: #ffffff;	
}

.bouton  {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #ffffff;
	background: #939393;	
	border: 1px solid #B6B6B6;
}

/* ----- Typos  ----- */

.titreProduit  {  font-family: Arial; font-size: 14px; font-weight: bold; color: #5A5555}
.textePage	{  font-family: Arial; font-size: 10px; font-weight: normal; color: #797777}
.texteAcquittement	{  font-family: Arial; font-size: 14px; font-weight: bold; color: #4b4a4b;}
a.textePage2			{  font-family: Arial; font-size: 10px; text-decoration: underline; font-weight: normal; color: #5A5555}
a.textePage2:visited	{  font-family: Arial; font-size: 10px; text-decoration: underline; font-weight: normal; color: #c2c2c2}
a.textePage2:hover		{  font-family: Arial; font-size: 10px; text-decoration: underline; font-weight: normal; color: #c2c2c2}

.intitule	{  
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #797777;
	background: #cdd5b8;
	text-align:center;
	width: 212px;
}

/**** Entête ****/

#header2 {
	position: relative;
	height: 89px;
	width:980px;
	border: #cdd5b8 1px solid;

}

#header2 h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../img/logo.gif) no-repeat;
	height: 89px;
	width: 980px;
	background-color: #f2eee4;
}

#header2 h1 span {
	display: none;
}


