/* CSS Document */
#container {
	margin: 0px auto;
}

#wrap_header {
	width:989px;
	margin:0 auto;
}

/* HEADER 
/***********************************/
#header {
	height: 96px;
	position: absolute;
	top: 0;
	width:989px;
	color:#42bbe8;
}

#header div {
	float: left;
	margin: 33px 0 0;
	color:#42bbe8;
}
#header div a {
	color:#42bbe8;
	text-decoration:underline;
}
#header div a:hover {
	color:#42bbe8;
}

#header * div {
	float: none;
	margin: 0;
}
#header .logo {
	margin: 0 20px 0 0;
}

#header .client {
	width: 200px;
	height:75px;
	margin:25px 15px 0 0;
	display:inline;
}
#header .newsletter {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	position:relative;
	top:5px;
}
#header .newsletter form {
	display:block;
	margin:5px 0 0;
	text-align:center;
}
#header .newsletter .input-text,
#header .newsletter input[type="text"] {
	margin:0;
	height:13px;
	width:160px;
}
#header .newsletter .input-image,
#header .newsletter input[type="image"] {
	width:auto;
	height:auto;
	margin:0;
	position:relative;
	right:4px;
}

#header .contact {
	width: 225px;
	margin:29px 15px 0 0;
	display:inline;
	padding: 5px 0 10px 55px;
	height:60px;
	background:url('/img/background/bg_contact.gif') no-repeat 0 23px;
}
#header .contact div {
	margin:0 0 7px;
}
#header .contact strong {
	color:#017bac;
	font-weight:bold;
}
#header .contact a {
	color:#42bbe8;
	font-weight:normal;
}

#header .panier {
	height: 70px;
	width: 120px;
	padding: 0 0 0 60px;
	background:url('/img/background/bg_panier.gif') no-repeat 0 0;
	margin: 25px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#header .panier p {
	 line-height: 21px;
	 margin:0;
	 padding:13px 0
}
#header .panier a {
	 color:#767676;
}

#header .panier span#total_EncartPanier {
 	font-weight: bold;
 	color:#017bac;
}


/* NAVIGATION
/***********************************/
#nav {
	position: absolute;
	top: 112px;
	height:88px;
	width: 965px;
	background:url('/img/background/bg_header.png') no-repeat 0 0;
	padding:12px 11px 0 13px;
	z-index:7;
}

#nav ul li {
	display:inline;
	position:relative;
	float:left;
	margin:0 3px 0 0;
}
#nav ul li img {
	cursor:pointer;
}

#nav .entete_navigation {
	width:190px;
	height:54px;
	cursor:pointer;
}
#nav .entete_navigation h2 {
	text-transform:uppercase;
	text-align:center;
	padding:5px 0 0 20px;
	height:16px;
	font-size:16px;
}
#nav .entete_navigation h3 {
	text-transform:uppercase;
	text-align:center;
	padding:5px 0 0 20px;
	height:16px;
}
#nav .entete_navigation strong {
	text-align:center;
	padding:2px 0 0;
	color:#FFF;
	display:block;
	font-weight:normal;
	line-height:110%;
}
#nav .COL .entete_navigation {	background:#989898 url('/img/header/bg_menu-COL.jpg') no-repeat 0 0;}
#nav .LOI .entete_navigation {	background:#f7c517 url('/img/header/bg_menu-LOI.jpg') no-repeat 0 0;}
#nav .MAI .entete_navigation {	background:#769ce8 url('/img/header/bg_menu-MAI.jpg') no-repeat 0 0;}
#nav .SAN .entete_navigation {	background:#91e876 url('/img/header/bg_menu-SAN.jpg') no-repeat 0 0;}
#nav .TRA .entete_navigation {	background:#b25bce url('/img/header/bg_menu-TRA.jpg') no-repeat 0 0;}

#nav .COL .entete_navigation h2 a {	color:#FFF;font-size:12px; line-height:110%;}
#nav .COL .entete_navigation h2 {	padding:2px 0 0 20px; height:19px;}
#nav .LOI .entete_navigation h2 {	color:#d56e00;}
#nav .MAI .entete_navigation h2 {	color:#FFF;}
#nav .SAN .entete_navigation h2 {	color:#74ae45;}
#nav .TRA .entete_navigation h2 {	color:#FFF;}

#nav .COL .entete_navigation h3 a {	color:#FFF;font-size:13px; line-height:100%;}
#nav .COL .entete_navigation h3 {	padding:2px 0 0 20px; height:19px;}
#nav .LOI .entete_navigation h3 {	color:#d56e00;font-size:1.35em}
#nav .MAI .entete_navigation h3 {	color:#FFF;font-size:1.35em}
#nav .SAN .entete_navigation h3 {	color:#74ae45; font-size:11px;}
#nav .TRA .entete_navigation h3 {	color:#FFF;font-size:13px;}

/* SOUS NAVIGATION
/****************************/
#nav li ul {
	position:absolute;
	left:0;
	/*top:12px;*/
	width:188px;
	background:#fff;
	border-width:0 1px 0;
	display:none;
	z-index:10;
}
#nav li ul li {
	display:block;
	width:190px;
	margin:0;
}
#nav li ul li a {
	display:block;
	border-bottom:1px #999 solid;
	padding:2px 10px;
	font-weight:bold;
}
#nav li ul li a:hover {
	display:block;
	background: #999;
	padding:2px 10px;
	text-decoration:none;
}
#nav li ul li a span {
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}
/* COULEURS MAISON */
#nav li.MAI ul {
	border:1px #51aae2 solid;
	border-width:0 1px 1px;
}
#nav li.MAI li a {
	color:#51aae2;
	border-color:#51aae2;
}
#nav li.MAI li a:hover {
	color:#FFF;
	background:#51aae2;
}
/* COULEURS LOISIR */
#nav li.LOI ul {
	border:1px #d56e00 solid;
	border-width:0 1px 1px;
}
#nav li.LOI li a {
	color:#d56e00;
	border-color:#d56e00;
}
#nav li.LOI li a:hover {
	color:#FFF;
	background:#d56e00;
}
/* COULEURS BINE ETRE */
#nav li.SAN ul {
	border:1px #74ae45 solid;
	border-width:0 1px 1px;
}
#nav li.SAN li a {
	color:#74ae45;
	border-color:#74ae45;
}
#nav li.SAN li a:hover {
	color:#FFF;
	background:#74ae45;
}
/* COULEURS TRANSPORT */
#nav li.TRA ul {
	border:1px #b191cf solid;
	border-width:0 1px 1px;
}
#nav li.TRA li a {
	color:#b191cf;
	border-color:#b191cf;
}
#nav li.TRA li a:hover {
	color:#FFF;
	background:#b191cf;
}

/* ARIANE 
/**************************/

#nav .ariane {
	margin:10px 10px 0;
	float:left;
	color:#666666;
	font-size:12px;
}
#nav .ariane a {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

/* RECHERCHE 
/**************************/
#nav .recherche {
	 float: right;
	 height: 24px;
	 text-align: right;
	 width: 415px;
	 margin:5px 10px 0 0;
}

.recherche input[type="text"],
.recherche .input-text {
 height: 13px;
 margin: 0;
 width: 300px;
 color:#666;
}
.recherche .input-image,
.recherche input[type="image"] {
	width:auto;
	height:auto;
	margin:0;
	position:relative;
	right:4px;
}

/* CONTENT
/*************************************/

#content {
	min-height:500px;
	margin: 212px auto 0;
	padding:25px 12px 0;
	width: 965px;
	background: url('/img/background/bg_content.png') repeat-y 0 0;
	position:relative;
	z-index:6;
}

#content .centre-home {
 	clear: both;
	height: 530px;
}
	#content .centre-home div {
		 float: left;
		 margin: 5px 3px;
		 display:inline;
	}
	#content .centre-home div#cube {
		 margin: 0;
		 width: 596px;
		 height: 149px;
		 overflow: scroll;
	}
	#content .centre-home div#cube IMG {
		 position: absolute;
	}
#content .centre-home .link_encart {
	position:absolute;
	bottom:10px;
	width:476px;
	text-align:center;
}

#content .animation_commerciale img {
	float:left;
}
#content .centre-home .encart_obligatoire {
	background:url('/img/background/bg_homepage_box.jpg') repeat-y 0 100%;
	width:476px;
	padding:0 0 5px;
	height:360px;
	position:relative;
}

/* PRODUIT OBLIGATOIRE 1 */
#content .centre-home .produit_obligatoire {
	float:left;
	width:460px;
	margin:0 5px 0 10px;
	line-height:120%;
}
#content .centre-home .produit_obligatoire *  {
	font-size:12px;
	color:#666;
} 

#content .centre-home .produit_obligatoire h3 {
	color:#7e7e7e;
	font-size:14px ;
}


#content .centre-home .produit_obligatoire h4 {
	color:#FFF;
	background:#f04b52;
	border: 1px #f46e75 solid;
	padding:5px 5px;
	text-align:left;
	position:relative;
	margin:0.8em 0 0.4em;
} 
#content .centre-home .produit_obligatoire h4 span.prix_final {

	color:#FFF;
	position:absolute;
	right:5px;
	top:5px;
} 

#content .centre-home .produit_obligatoire p {
	border: 1px #dcdcdc solid;
	padding:8px 8px;
	line-height:140%;
} 

#content .centre-home .produit_obligatoire img {
	margin:0 0 5px;
	vertical-align:middle;
}
#content .centre-home .produit_obligatoire strong {
	display:block;
	margin:0 0 5px;
} 

#content .centre-home .produit_obligatoire div  {
	float:none;
}
#content .centre-home .produit_obligatoire .prix_barre {
	color:#999;
	text-decoration:line-through;
	font-size:11px;
	margin:0 5px 0 0;
}
#content .centre-home .produit_obligatoire .prix_final {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	margin:0 5px;
}
#content .centre-home .produit_obligatoire div img {
	float:right;
	margin:10px 0 0;
}

/* PRODUIT OBLIGATOIRE 2 */
#content .centre-home .encart_obligatoire2 {
	width:220px;
	padding:0 0 5px;
	height:360px;
	margin:0;
	position:relative;
}

/****/
#content .centre-home .encart_obligatoire2 .produit_obligatoire {
	float:left;
	width:220px;
	margin:0 ;
	line-height:120%;
}
#content .centre-home .encart_obligatoire2 .produit_obligatoire *  {} 
#content .centre-home .encart_obligatoire2 .produit_obligatoire p {} 
#content .centre-home .encart_obligatoire2 .produit_obligatoire p span.prix_final {} 
#content .centre-home .encart_obligatoire2 .produit_obligatoire img {
	margin:0 5px 0 0;
	border:1px #999 solid;
}
#content .centre-home .encart_obligatoire2 .produit_obligatoire div  {}
#content .centre-home .encart_obligatoire2 .produit_obligatoire .prix_barre {
	color:#FFF;
	position:absolute;
	right:77px;
}
#content .centre-home .encart_obligatoire2 .produit_obligatoire .prix_final {
	top:auto;
}
#content .centre-home .encart_obligatoire2 .produit_obligatoire div img {
	border:0;
	margin:10px 0 0;
}



#content .centre-home .saviez_vous {
	text-align:center;
}
#content .centre-home .encart_obligatoire .clear {
	float:none;
	display:block;
}
#content .centre-home .encart_obligatoire .clear a {
	color:#f04b52;
	text-decoration:underline;
	font-size:12px;
}
#content .centre-home .saviez_vous p {
	background:url('/img/background/bg_saviez_vous.jpg') no-repeat 0 0;
	width:154px;
	height:203px;
	padding:60px 30px 0 30px;
	color:#777;
	font-size:11px;
	line-height:120%;
	text-align:left;
}


#content .centre-home .encart_conseil_home {
	background:url('/img/background/bg_homepage_box.jpg') repeat-y 0 100%;
	width:476px;
	height:365px;
	position:relative;
}
#content .centre-home .encart_conseil_home div {
	padding:5px;
}
#content .centre-home .encart_conseil_home div img {
	margin:3px 0 0 ;
}
#content .centre-home .encart_conseil_home div img.a-left {
	margin:0 5px 5px 0;
}
#content .centre-home .encart_conseil_home a {
	display:inline;
	text-align:center;
	font-size:12px;
	text-decoration:underline;
}


#content .centre {
	clear: both;
	padding-bottom: 15px;
}

#content .left {
	float: left;
	margin:0 0 0 15px;
	display:inline;
}


.left DIV {
 margin-bottom: 7px;
}

#content .coeur-home {
 float: right;
}

#content .coeur {
 border-left: 1px solid #dbdbdb;
 float: right;
 width: 710px;
 padding:0 0 0 10px;
}

.ariane {
 font-size: 10px;
 height: 18px;
}

.titre-contenu {
 border-bottom: 1px dotted #dbdbdb;
 margin-top: 25px;
}

.titre-contenu h1 {

}

.ariane P {
 float: left;
 margin: 0px;
 padding: 0px;
}
/* PRIX */
.a_partir_de {
	color:#666;
	font-size:12px;
}
.prix_barre {
	color:#999;
	text-decoration:line-through;
	font-size:10px;
}
.prix_final {
	color:#333;
	font-size:13px;
	font-weight:bold;
}

/*------------------------
Footer
-------------------------*/

#footer {
	border-width: 1px 0;
	width: 965px;
	height:92px;
	padding:0 12px;
	margin:0 auto;
	background:url('/img/background/bg_footer.png') no-repeat 0 0;
}

#footer ul {
 	float: left;
	line-height:120%;
}

#footer ul.societe {
	margin:5px 0 0 190px;
	padding:0 60px 0 0;
	display:inline;
}
#footer ul.service {
	margin:5px 0 0 0;
	padding:0 60px 0 60px;
	border-right:1px #FFF solid;
	border-left:1px #FFF solid;
}
#footer ul.aide {
	margin:5px 0 0 60px;
}

#footer ul li {
 	display:block;
	color:#668edc;
	font-size:11px;
}
#footer ul li a{
	color:#668edc
}
#footer ul li a:hover {
	color:#668edc;
	text-decoration:underline;
}

#footer ul li.footer_titre {
	text-transform:uppercase;
	color:#2f63c8;
	font-weight:bold;
	font-size:12px;
}

#credit_naxeo {
	position:absolute; 
	display:none; 
	background:#FFF; 
	top:50%; 
	left:50%; 
	width:300px; 
	height:250px; 
	margin:-150px 0 0 -150px; 
	text-align:right; 
	z-index: 9999;
}

.mentions {
	color:#FFF;
	width: 965px;
	padding:0 12px;
	margin:0 auto;
	font-size:11px;
	vertical-align:middle;

}
.mentions img {
	float:right;
	position:relative;
	top:-5px;
}



/* FORMULAIRE */

ul.formulaire {
	padding:			10px;
	margin:				10px;
}
ul.formulaire li {
	padding:			3px 0;
	clear:				left;
}
ul.formulaire label {
	float:				left;
	width:				200px;
	margin:				0 10px 0 0;
	text-align:			left;
}
ul.formulaire input {
	width:				200px;
	height:				16px;
	margin:				0 5px 0 0;
}
ul.formulaire input.short {	
	width:				100px;
}
ul.formulaire select {	
	width:				204px;
	height:				22px;
	margin:				0 4px 0 0;
}
ul.formulaire .input-checkbox,
ul.formulaire input[type=checkbox],
ul.formulaire .input-radio,
ul.formulaire input[type=radio] {
	width:				auto;
}
ul.formulaire li.date_naissance select {
	width:				63px;
}
ul.formulaire span {
	color:				#AAA;
	display:			block;
	font-size:			10px;
	font-style:			italic;
	margin:				0 0 0 210px;
}

/* Civilite */
ul.formulaire li.civilite .label_radio {
	float:				none; 
	width:				auto;
}
/* Date de naissance */
ul.formulaire li.naissance select {
	width:				63px;
}
/* Optin */
ul.formulaire li.optin label {
	width:				350px;
}

/* Mentions */
ul.formulaire li.mentions span {
	margin:				0;
	font-size:			11px;
}

/* Validation */
ul.formulaire li.validation input {
	margin:				0 0 0 210px;
	width:				auto;
	height:				auto;
}

		


