/**
		
	mb2a.css version 1.0 - 03.07.2006
	designed by Christophe PERSOZ & Fabrice VERONNEAU - www.ogoon.fr
	Copyright © 2006 - Ogoon		
	
	gris texte			#404040
	
	gris fond			#c2bfbe
	
	gris/bleu			#788ba5
	
	bleu 				#4d596a

	bleu/nav2			#3d4754
	
	gris/nav2			#7f7f7f
	
	marron gamme		#783d0e
	marron gris/clair	#e2d5ca
	marron gamme fonce	#422208
	
	cadre				#b6b0af	

**/


* {
	margin:0;
	padding:0;
}

html {
	background: url('_images/fond.gif');
	font-size: 100%;
}

body {
	background: url('_images/fond-top.gif') repeat-x;
	text-align: center;
	font-size: 62.5%;
	}


.hr, 
.hrRetourListe {
	clear:both;
	border-width: 0;
	background: transparent !important;
	background: #fff;
	color: transparent !important;
	color: #fff;
	height: 1px; /* Saf */
}

.hrRetourListe {
	margin-bottom:20px;
}

hr {
	visibility: hidden;
	}

li {
	list-style: none;
	}

#Tetiere,
#Container,
#Footer {
	width: 885px;
	margin: 0 auto;
}

#Container {
	padding-bottom: 25px; /* marge de securite */
}

#Tetiere {
	background: transparent url(_images/mb2a-logo.gif) no-repeat left bottom;
	height: 50px;
	position:relative;
}

#Tetiere h1 {
	display:none;
}

#Tetiere p.lang {
	position:absolute;
	right: 2px;
	bottom: 0;
}

#Tetiere p.lang a {
	color: #ccc;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

#Tetiere p.lang a:hover {
	color: #fff;
}


#Container {
	width: 881px; /* width - border*/
	border: 2px solid #000;
	background-position: 50% top;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	position: relative; /* SSNav1 */
}

#Content {
	padding: 50px 30px 0 123px;
}


#Content a.retourListe {
	color: #422208;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 0.9em Verdana, Helvetica, sans-serif;
	line-height:18px;
	padding-left:20px;
	background:url('_images/retour-fleche.gif') transparent no-repeat left 2px;
	}

#Content a.retourListe:hover {
	text-decoration: underline;
	}

/*	*************	*/
/*		NAV 1		*/
/*	*************	*/
 
#txtProduits {
	position: absolute;
	top: 102px;
	left: 10px;
	font: 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #000 ;
	font-weight: bold;
	}

#Nav1 dl {
	margin: 94px 0 0 0;
	background-position: 50% top;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: right;
	overflow: hidden;
	display: block;
	height:30px;
}

#Nav1 dt {

	display: inline;
}

#Nav1 dt a {
	font: 1.20em "Trebuchet MS", Helvetica, sans-serif;
	color: #fff ;
	text-align: center ;
	text-decoration: none ;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding: 10px;
}


#Nav1 dt a:hover,
#Nav1 dt a.sel,
#Nav1 dt a.Nav1Off:hover {
	color: #b5d0f5;
	background-image: url(_images/nav2-fond-transp.png) !important;
	background-image: none;
}


#Nav1 dt a.Nav1Off,
#Nav1 dt a.Nav1Off:hover {
	cursor: default;
	}


#Nav1 dd {
	position: absolute;
	right: 30px;
	top: 130px;
	height: 25px;
	display: none;
	width:100%;
	}


#Nav1 li {
	display: inline;
	list-style: none;
	}

#Nav1 li a {
	text-decoration: none;
	color: #474a4d;
	margin-left: 20px;
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	}

#Nav1 li a:hover,
#Nav1 li a.sel {
	color: #783e0e;
	border-bottom: 1px solid #783e0e;
	}
	
#Nav1 li a.sel {
	font-weight: bold;
}




/*	*************	*/
/*		NAV 2		*/
/*	*************	*/

#Nav2 {
	position: absolute;
	top: 125px;
	left: 0;
	width: 90px
	}


#Nav2 li {	
	width: 90px;
	margin-bottom:1px;
	background-color: transparent;
	background-image: none;
	}

#Nav2 li a {
	display: block;
	text-decoration:none;
	color: #fff;
	padding: 7px 8px;
	text-align: right;
	font: 1.2em "Trebuchet MS", Helvetica, sans-serif;
	background-image: url(_images/nav2-fond-transp-ie7.png);
	font-weight: bold;
}

#Nav2 li a span {
	font-size: 0.85em;
	font-weight: normal;
	display: block;
	text-align: left;
	padding-bottom:2px;
	color:#ddd;
}

#Nav2 ul li a:hover,
#Nav2 ul li a.sel {
	background-image: url(_images/nav2-fond-transp-hover-ie7.png);
	color:#fff;
	text-decoration:none;
}


/*	*************	*/
/* 		NEWS 		*/
/*	*************	*/

#News {
	width: 224px;
	float: right;
	/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	*/
	margin-left: 25px;
	font: normal 1.0em/1.6em Verdana, Helvetica, sans-serif;
	color: #404040;
	background: #fff  url(_images/news-bg.jpg) no-repeat left -25px;
	
}

#News h2,
#News p {
	padding: 5px;
	margin:0;
}

#News p a {
	color: #4D596A;
	text-decoration: none;
	font-weight: bold;
}

#News p a:hover {
	border-bottom: 1px dotted #4D596A;
}

#News p big {
	font: normal normal 1.60em Georgia, "Times New Roman", Times, serif;
	color: #4D596A;
}

#News h2 {
	font: 1.2em/1.4em "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	background-color: #8691a0;
	border-bottom: 1px solid #fff;
}

#News p.NewsImg img {
	border: 1px solid #fff;
}


/*	*************	*/
/* 		FOOTER 		*/
/*	*************	*/

#Footer {
position: relative;
text-align: right;
font: 0.9em Arial, Helvetica, sans-serif;
color: #404040;
padding: 1px 0 5px 0;
}

#Footer p {
}

#Footer p a {
 color: #404040;
 text-decoration: none;
}

#Footer p a:hover {
 color: #000;
 text-decoration: underline;
}

#Footer .copyright {
}

#Footer #Links {
position: absolute;
left:0;
top:0;
width: 250px;
text-align: left;
}

#Footer .signature {
}


/*	******************** */
/* 	 LISTES	GENERIQUES	 */
/*	******************** */

#Adresses {
	margin-top: 0;
	margin-bottom: 20px;
	}


#Adresses h3 {
	font: normal 1.20em "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom: 3px;
	color: #783d0e ;
	text-transform: uppercase;
	}


#Adresses dl dt {
	xclear: left;
	position: relative; /* IE bg qui disparait */
	margin:  20px 0 8px 0;
	background: url('_images/composant-dt.gif') no-repeat left 50%;
	font: normal normal 1.1em "Trebuchet MS", Helvetica, sans-serif;
	color: #67768e;
}

#Adresses dl dt big { 
	font: normal normal 1.70em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #4d596a;
	margin: 0;
	padding: 0 0 0 20px;
	}

#Adresses address {
	font: normal 1.0em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #422208;
	text-decoration: none;
	margin-left:20px;
}


/*	******************** */
/* 	      RUBRIQUES 	 */
/*	******************** */


#Rubriques {
	padding-bottom: 35px;
	}

#Rubriques h2 {
	font: normal normal 2.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	color: #4d596a;
	margin-bottom:20px;
	}

#Rubriques p, #Rubriques ul li {
	font: 1.1em/2em Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-bottom: 8px;
}

#Rubriques ul {
	padding-left: 15px;
	margin-bottom:25px;
}

#Rubriques ul li {
	list-style: none;
	padding-left: 15px;
	background: url('_images/composant-prix.gif') no-repeat left 7px;
}



/*	******************** */
/* 	      MENTIONS	 	 */
/*	******************** */
#TxtInfo {
	margin:20px;
	
}

#TxtInfo h1 {
	color:#4d596a;
	margin:0 0 20px 0;
	font: normal normal 2.4em Georgia, "Times New Roman", Times, serif;
}

#TxtInfo address a {
	color: #422208;
	text-decoration: none;
}

#TxtInfo address a:hover {
	border-bottom: 1px dotted #422208;
}

#TxtInfo big {
	font: normal bold 1.5em/2.0em "Trebuchet MS", Helvetica, sans-serif;
}

#TxtInfo address {
	font: italic 1.0em/1.3em "Trebuchet MS", Helvetica, sans-serif;
}

#Texte {
	margin-top:35px;
	font: normal normal 1.1em/2.0em "Trebuchet MS", Helvetica, sans-serif;
}

#Texte p b {
	color:#4d596a;
}
