/******************************************/
/**				balises html			 **/
/******************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #6E6C6C;
	/*background-color: #D8D3CF;*/
	/* background-color: #E3E2E2; */
	text-align: center;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #949898;
	color:#666666; 
	/* color:#8E8888; */
	/* color:black; */
}
a:hover, a:active {
	text-decoration: none;
	color: #0073CE;
}

/******************************************/
/**		bloc d'éviter l'impression
		des éléments à imprimer			**/
/******************************************/
@media screen{
	.imprimer{display:none;} 
}


/******************************************/
/**				blocs de base			 **/
/******************************************/
#window {
	margin: 0;
	padding: 0;
	width: 974px;
	width: 1003px;
	height: 100%;
	text-align: center;
}
#mainContainer {
	position: relative;
	width: 1003px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
}

#mainContainer #header {
	position: relative;
	margin: 0 14px 0 14px;
	height: 98px;
	z-index: 600;
}

#mainContainer #bodyContainer {
	position: relative;
	margin: 0 0px 14px 14px;
	z-index: 100;
}

#mainContainer #footer {
	position: relative;
	margin: 0;
	z-index: 90;
	clear:both;
	overflow:hidden;
	width:100%;
}


/******************************************/
/**				bloc du header			 **/
/******************************************/
#header #logo {
	position: absolute;
	display: block;
	/* top: 14px; */
	left: 0px;
	
}
#header #textboxNewsletter, #header #textboxSearch {
	position: absolute;
	display: block;
	right: 0px;
	width: 160px;
	height: 24px;
	
	border: solid 1px #AEABAB;
	color: #AEABAB;
}
#header #textboxNewsletter {
	top: 18px;
}
#header #textboxSearch {
	top: 58px;
}
#header #textboxNewsletter form, #header #textboxSearch form {
	display: block;
	width: 160px;
	height: 24px;
	margin: 0;
	padding: 0;	
	border-width:0px;
}
#header .textbox {
	position: relative;
	display: inline;
	margin: 0 0 0 5px;
	top: 0px;
	#top: -3px;
	left: 0px;
	width: 118px;
	line-height: normal;
	background-color: #ffffff;
	color: #AEABAB;
	color:#666666; 
	border:none;
	border: 0;
	border-width:0px;
	/* _height: 22px; */
	_padding:0;
}


#header .submit {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 27px;
	height: 24px;
	background-color: white;
	border:none;
	border-left: solid 1px #AEABAB;
	_margin-bottom:-1px;
	color: #AEABAB;
	cursor: pointer;
}

#header .submithover, #header .submit:hover {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 27px;
	height: 24px;
	background-color: white;
	border:none;
	border-left: solid 1px #AEABAB;
	_margin-bottom:-1px;
	color: #0073CE;
	cursor: pointer;
}
#header input.textbox:active, #header input.submit:active{
/* 	border:none;
	border:0; */
	/* border:solid 1px black; */
}

#header #baseLine {
	position: absolute;
	top: 2px;
	left: 234px;
	width: 390px;
	font-size: 10px;
}
#header #menuClient {
	position: absolute;
	top: 71px;
	left: 208px;
	font-size: 12px;
}
#header #produitsPanier {
	position: absolute;
	top: 56px;
	right: 512px;
	font-size: 12px;
}

#header #produitsPanier.produitsHome {
	right: 560px;
}

#header #menu {
	position: absolute;
	float: left;
	top: 125px;
	left: 0px;
	height: 38px;
	width: 100%;
	background-color: #E3E2E2;
}

/******************************************/
/**				bloc du content			 **/
/******************************************/
#bodyContainer #teteDeGondole {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 0 0; 
}
#bodyContainer #ourFavorite {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 14px 0; 
	width: 932px;
}
#ourFavorite #title {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 16px;
	color: #0073CE;
	margin: 0 0 12px 0;
}
#ourFavorite #boutique {
	position: relative;
	width: 932px;
	float: left;
}
#ourFavorite #boutique #article {
	position: relative;
	float: left;
	text-align: center;
}

#ourFavorite #boutique #article .image {
	width: 100%;
}
#ourFavorite #boutique #article img {
	border: 1px solid #AEABAB;
}
#ourFavorite #boutique #article.normal {
	margin: 0px 40px 28px 0px;
}
#ourFavorite #boutique #article.last {
	margin: 0px 0px 28px 0px;
}
#ourFavorite #article p {
	margin: 4px 0 0 0;
}



#contenuDroite .lineGrey {
	height: 1px;
	width: 100%;
	
	/*background-color: #D3D2D2;*/
	background-color: #000000;
	/* margin: 0px 0px 14px 0px; */
	float: left;
}

#contenuDroite .vignetteSeparate {
	position: relative;
	float: left;
	text-align: center;
	width: 2px;
}
.vignetteSeparate .firstSeparation {
	position: relative;
	top: 24px;
	width: 1px;
	height: 236px;
	/*background-color: #E3E2E2;*/
	background-color: #000000;
}


/******************************************/
/**				bloc du footer			 **/
/******************************************/


#footer #barreIconsBleus
{
	width: 768px;
	width: auto;
	position: relative;
	height: 46px;
	line-height: 46px;
	border-top: solid 1px #B1B3B3;
	border-bottom: solid 1px #B1B3B3;
}

.vignette {
	position: relative;
	height: 44px;
	float: left;
	width: 254px;
	line-height: 46px; 
}

.vignette a{
	position:relative;
	display:block;
	cursor:pointer;
	/* height: 46px; */
	width:100%;
	color: #0073CE;
	vertical-align:middle;
}

.vignette a:hover div span.text,
.vignette a:active div span.text{
	color: #48AAF8;
	
}

.vignette a.vignetteGauche{
	text-align: left;
}

.vignette a.vignetteCenter{
	text-align: center;
}

.vignette a.vignetteDroite{
	text-align: right;
}

/* 
.vignette img {
	float:left; 
	margin: 1px 1px; 
} */

.vignette div{
	height:44px;
	line-height: 44px;
	vertical-align: middle;
	margin:0 auto;
	*padding: 10px 0 0 0; /* IE 7 hack */
	_padding: 12px 0 0 0; /* IE 6 hack */
	_height:30px;
	_line-height: 30px;
}
.vignette .text{
	color: #0073CE;
	font-size: 16px;
}

.vignette .vignetteGauche .text{
	background: transparent url('../_img/fabrication_bleu.gif') no-repeat center left;
	padding: 10px 0 10px 25px;
}

.vignette .vignetteCenter .text{
	background: transparent url('../_img/livraison_bleu.gif') no-repeat center left;
	padding: 10px 0 10px 51px;
}
.vignette .vignetteDroite .text{
	background: transparent url('../_img/paiement_bleu.gif') no-repeat center left;
	padding: 10px 0 10px 35px;
}

.vignette .text p, .vignette .text div {
	margin: 0;
	padding: 0;
}

#footer #tags {
	width: 768px;
	position: relative;
	float: left;
	color: #949898;
	
}

#tags .bloc {
	position: relative;
	float: left;
	text-align: center;
	width: 256px;
}


.bloc .text {
	position: relative;
	text-align: justify;
	margin: 0px 19px 14px 19px;
	font-size: 10px;
}

.bloc .textGauche {
	margin: 0px 19px 14px 0px;
}

.bloc .textDroite {
	margin: 0px 0px 14px 19px;
}

#footer #textline {
	padding: 0 0 10px 0; 
	width: 768px;
	position: relative;
	float: left;
}

#footer #links {
	padding: 0 0 14px 0; 
	width: 768px;
	position: relative;
	float: left;
	
}
#textline p, #links p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #949898;
	color:#666666; 
}


/******************************************/
/**			bloc du body container		 **/
/******************************************/
#bodyContainer #filAriane {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
	width: 100%;
	
}
#bodyContainer #triParListe {
	position: absolute;
	top: 18px;
	right: -18px;
	width: 420px;
	z-index: 500;
}
#bodyContainer #precedentSuivant {
	position: absolute;
	top: 18px;
	right: 1px;
	width: auto;
	z-index: 500;
}

#bodyContainer #menuGauche {
	position: relative;
	/* float: left; */
	top: 0px;
	left: 0px;
	width: 208px;
	height: auto;
	margin-bottom: 14px;
	
}
#bodyContainer #menuGauche.reduce {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	height: auto;
	margin-bottom: 14px;
}

#bodyContainer #contenuGauche {
	position: relative;
	width: 208px;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 400;
}

#bodyContainer #contenuDroite {
	position: relative;
	width: 768px;
	top: 0px;
	left: 0px;
	float: left;
	height: auto;
	z-index: 400;
}


#bodyContainer #content {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 778px;
	height: auto;
	min-height: 300px;
	_height: 300px;
	_width: 776px;
	z-index: 400;
	padding:0;
	/* margin-left: -8px; */
	margin: 0 0 20px -8px;
}

#bodyContainer #largeContent {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 932px;
	height: auto;
	margin-bottom: 14px;
}

.titreRubrique{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px 46px;
	
}

.iconRubrique{
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 400;
}

.soustitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

/******************************************/
/**				bloc homepage			 **/
/******************************************/
#largeContent #homepage {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}
#content #homepage {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#homepage #boutique {
	position: relative;
	width: 100%;
	/* float: left; */
	margin:0;
	padding: 0 0 0 0;
}

#homepage .carre{
	position:relative;
	zoom:1;
	color: #942B34;
	margin: 0 0px 0 7px;
	padding: 0 0 0 0; 
}


#homepage .carreHaut{
	position:relative;
	width: 778px;
	height: 190px;
	margin: 0;
	padding: 0; 
	/* background: transparent url('../_img/bienVus.jpg') no-repeat right 5px; */
}
#homepage .carreHaut .slogan{
	position:absolute;
	top: 0px;
	left:0;
	
	width:250px;
	margin:0;
	padding:0;
	
}
#homepage .carreHaut .slogan h1{
	font-size: 24px;
	color: #0073CE;
	margin:0;
	padding:0;
}
#homepage .carreHaut .slogan h2{
	
	margin-top: -10px;
	
	text-align:right;
	font-size: 22px;
	font-style:italic;
	color :#84A9C6;
	
}
#homepage .carreHaut #carrousel_homepage {
	position:relative;
	position:absolute;
	width:480px;
	height:190px;
	left:288px;
}

#homepage  .textSticker{
	position:absolute;
	top: 60px;
	left:0;
	width: 300px;
	height:130px;
	overflow:auto;
	
	/* float:left; */
}

#homepage  .textSticker p{
	/* height: 72px; */
	max-height: 100px;
	_height: 100px;
	overflow:auto;
	position: relative;
	text-align: justify;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #0073CE;
	margin: 0px 50px 0px 0px;	
}

#homepage .textSticker .enSavoirPlus{
	text-align:right;
	margin: 10px 25px 0px 0px;
	_margin-top: 8px;
}
#homepage .textSticker .enSavoirPlus a, #homepage .textSticker .enSavoirPlus a:link, 
#homepage .textSticker .enSavoirPlus a:visited 
{
	color: #0073CE;
	margin: 5px 25px 0px 0px;
	_margin-top: -0px;
	!margin-top: -0px;
	zoom:1 ;
	overflow:hidden;
	text-decoration: none;
	border-bottom: solid 1px #83C8FF;
}

#homepage .textSticker .enSavoirPlus a:active, #homepage .textSticker .enSavoirPlus a:hover {
	color: #83C8FF;
}

#homepage .carreBas{
	position:relative;
	width: 778px;
	height: 345px;
	/* border: solid 1px #8C1D26; */
	margin: 15px 0px 0 0px;
	padding: 0 0 0 0; 
}

#homepage  .kwicks{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 776px;
}

#homepage  .kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	
	float: left;
	width: 189px; /* elle contrôle la largeur de tout l'élément ( (cetWidth * num élément) + (num élément - 1 * width Spacing) )*/
	height: 343px;
	margin-right: 5px;
}

#homepage  .kwicks li .poignee{
	height:100%;
	width:100%;
}

#homepage .kwicks li .poignee a{
	display:block;
	height:100%;
	width:100%;
}

#homepage .kwicks li#bachesDePiscine{	
	background: url('../_img/tiroirPiscineGrand.jpg') no-repeat scroll 37px;
	border:solid 1px #56C3AC;
}
#homepage .kwicks li#bachesDePiscine div.poignee{	
	background: url('../_img/tiroirPiscine.gif') no-repeat scroll 0%;	
}

#homepage .kwicks li#voilesDOmbrage {
	background: url('../_img/tiroirOmbrageGrand.jpg') no-repeat scroll 37px;
	border:solid 1px #007061;
}
#homepage .kwicks li#voilesDOmbrage div.poignee{
	background: url('../_img/tiroirOmbrage.gif') no-repeat scroll 0%;
}

#homepage .kwicks li#bachesImprimees{
	background: url('../_img/tiroirImprimeesGrand.jpg') no-repeat scroll 37px;
	border:solid 1px #0073CE;
}
#homepage .kwicks li#bachesImprimees div.poignee{
	background: url('../_img/tiroirImprimees.gif') no-repeat scroll 0%;
}
#homepage .kwicks li#bachesPourRemorques {
	background: url('../_img/tiroirRemorquesGrand.jpg') no-repeat scroll 37px;
 	border-top:solid 1px #8C1C25;
	border-bottom:solid 1px #8C1C25;
}
#homepage .kwicks li#bachesPourRemorques  div.poignee{
	background: url('../_img/tiroirRemorques.gif') no-repeat scroll 0%;
}

#homepage .kwicks li#bachesPourRemorques.active{
	border-right:solid 1px #8C1C25;
	border-left:0;
}



/******************************************/
/**			bloc bache de remorque		 **/
/******************************************/
#largeContent #remorque {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}
#content #remorque {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#remorque #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	zoom: 1;
	overflow:hidden;
	
	z-index:300;
}

#remorque .titreRubrique{
	color: #942B34;
}

#remorque .carreGauche{
	position:relative;
	float:left;
	width: 398px;
	
/* 	height: 475px; */
	_height: 488px;
	/* !height: 498px; */
	min-height: 488px;
	
	_height: 513px;
	min-height: 513px;

	color: #942B34;
	border: solid 1px #8C1D26;
	border-top:none;
	margin: 0 14px 0 10px;
	_margin: 0 14px 0 5px;
	padding: 12px 0 0 0; 
	padding: 34px 0 0 0; 
	
	/* display:none; */
}

#remorque .carreDroite{
	position:relative; 
	float:left;
	width: 348px;
	_width: 344px;
	_height: 488px;
	!height: 498px;
	min-height: 488px;
	color: #942B34;
	border: solid 1px #8C1D26;
	margin: 0;
	padding: 12px 0 0 0; 
	
/* 	display:none; */
}

#remorque .baches_selection{
	position:absolute;
	top:33px;
	left:44px; 
	height: 30px;
	width:366px;
	z-index:999;
	
	top:0px;
	left:33px; 
	_left:38px; 
	clear:both;
	 zoom:1;
	overflow:hidden; 
}

#remorque .baches_selection div, #remorque .baches_selection a{
	display:block;
	float:left;
	z-index:9999;
}
#remorque .baches_selection .lien_basse, #remorque .baches_selection .lien_haute{
	width: 183px;
	height:30px;
}
#remorque .baches_selection .lien_basse{
	background: url('../_img/entete_basse_off.gif') no-repeat top left #fff;
}
#remorque .baches_selection .lien_basse.active, #remorque .baches_selection a.lien_basse:hover{
	background: url('../_img/entete_basse_on.gif') no-repeat bottom left #fff;
}
#remorque .baches_selection .lien_haute{
	background: url('../_img/entete_haute_off.gif') no-repeat top left #fff;
}
#remorque .baches_selection .lien_haute.active, #remorque .baches_selection a.lien_haute:hover{
	background: url('../_img/entete_haute_on.gif') no-repeat bottom left #fff;
}

#remorque .section{
	position:relative;
	clear:both;
	padding: 4px 0 0 0;
	/* padding:7px 0 0; */
	margin:4px 0 0 12px;
	/* margin:7px 0 0 12px; */
	/* overflow:auto; */
	_overflow:hidden;
	_zoom: 1;
	
	/* overflow:auto; */
}

#remorque .carreGauche .formulaire .section {
    margin-left: 35px;
}

#remorque .carreGauche .formulaire ul.radioCivilite {
    clear: both;
    margin: 0 auto;
    width: 280px;
}

#remorque .carreGauche ul.soussection {
    margin: 0 0 0;
}
#remorque .carreGauche .champ {
    width: 300px;
}

#remorque .soustitre{
	color: #942B34;
	margin:0 0 4px 0;
}

#remorque .soussection{
	float:left;
}

#remorque .carreGauche ul{
	list-style: none;
	width: 136px;
	padding: 0;
	margin:0 0 0 0;
}

#remorque .sousparagraph{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 0px 22px 8px 15px;
}

#remorque .carreGauche .label{
	height: 20px;
	text-align: left;
	float:left;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #942B34;
}

#remorque .carreGauche .champ {
    width: 300px;
}

#remorque .carreGauche .champ{
	height: 20px;
	line-height: 20px;
	width: 140px;
	margin: 0 0 12px 0;
} 

#remorque .carreGauche .champ input{
	height: 18px;
	width: 56px;
	border: solid 1px #B2B3B5;
	margin: 0 4px 0 4px;
	_margin: 0 4px 0 0px; 
	
	/* margin: 0 4px 0 8px;
    width: 180px;
	_margin: 0 4px 0 8px; */
}

#remorque .formulaire  .champ.boutons input, .formulaire  .champ.boutons button{
	position:absolute;
	right:35px;
	width: 120px;
}

#remorque .carreGauche .champ .label{
	
	height: 20px;
	width:45px;
	line-height: 22px;
	margin: 0 0 0 16px;
}
#remorque .carreGauche .champ label{
	width: 55px;
}

#remorque .formulaire  .champ.boutons{
	position:relative;
}

#remorque .carreGauche .section.display{
	margin:0px auto 14px 80px;
	width: 250px;
}

#remorque .carreGauche .successBlock,
#remorque .carreGauche .errorBlock{
	width: 165px;
}

#remorque.basse .carreGauche .imgMesures{
	margin-top: -14px;
	margin-bottom:10px;
	/* _margin-bottom:2px; */
	!margin-bottom:2px;
}
#remorque.basse .carreGauche .acierZingue{height: 90px;}

#remorque.basse .carreGauche .sous_phrase_noire{
	color: #000;
	margin-left:12px;
}

#remorque.basse .carreGauche .charnieres{
	left:90px;
	position:absolute;
	height:19px;
	top:0;
	!top: 3px;
	_top: 0;
}
#remorque.basse .carreGauche .charnieres li{
	float:left;
	margin-right:5px;
}

#remorque.basse .carreGauche .epaisseur{height:130px;}
#remorque.basse .carreGauche .epaisseur .champ{width:160px;}
#remorque.basse .carreGauche .epaisseur .label{width: 50px;}


#remorque.basse .carreGauche .epaisseur .emplacement{
	margin-left:3px;
}
#remorque.basse .carreGauche .epaisseur textarea{
	float:left;
	width:295px;
	height:75px;
	margin-left:70px;
	margin-top:-18px;
	width:290px;
}

#remorque.basse .carreGauche .ouvertures .option_ouverture{
	left:64px;
	position:absolute;
	top:1px;
}

#remorque.basse .carreGauche .ouvertures .sous_phrase{
	color:#000;
	margin-left:64px;
	margin-top:0;
	padding-top:0;
}



#remorque .carreGauche .imgMesures{
	margin-left: 12px;
	_margin-left: 9px;
}

#remorque .carreGauche .crochet{
	margin: 0 0 0 6px;
}

#remorque .carreGauche .acierZingue{
	height: 80px;
	margin: 0 90px 0 4px;
	margin:0 90px 0 13px;
}

#remorque .carreGauche .champignon{
	margin: 0 20px 0 0;
}

#remorque .carreGauche .imgAcierZingue{
	position:absolute;
	top: 44px;
	#top: 50px;
	left: 80px;
	z-index: 0;
}

#remorque .carreGauche .imgChampignon{
	position:absolute;
	top: 55px;
	#top: 65px;
	left: 240px;
}

#remorque .carreGauche .listeHorizontale {
	width:100%;
	position: relative;
	text-align: center;
	margin-left: 4px;
	!padding-bottom: 5px;
	zoom: 1;
}

#remorque .carreGauche .listeHorizontale .couleur{
	position:relative;
	float: left;
	width: 36px;
	height: 38px;
	border: solid 1px #8C1D26;
	margin: 4px;
	cursor:pointer;
	_cursor:hand;
}

#remorque .carreGauche .listeHorizontale .couleur .fleche{
	position: absolute;
	top: 31px;
	left: 5px;
	height:13px;
	width:25px;
	background: transparent url('../_img/flecheColoris.gif') no-repeat top left;
}


#remorque .carreGauche .sectionTotal{
	position:relative;
	padding:0;
	margin:0 0 10px 12px;
	overflow:auto;
	min-height: 80px;
	
	_height: 80px;
	
}

#remorque .carreGauche .sectionTotal .sectionTotalGauche{
	position:relative;
	overflow:visible;
	margin-top: 20px;
	width: 250px;
}

#remorque .carreGauche .sectionTotal span{
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#remorque .carreGauche .sectionTotal .sectionTotalDroite{
	position: absolute;
	right: 15px;
	top:0;
	width: 100px;
	padding:0;
	margin:4px 0 0px 12px;
	margin:7px 0 0 12px;
	!margin:7px 0 0px 12px;
}



/**/


#remorque .carreGauche .sectionTotal #prixAffiche{
	position: absolute;
	right:70px;
	font-size: 20px;
}

#remorque .carreGauche .sectionTotal .sectionTotalGauche .soustitrePort{
	line-height: 18px;
	font-size: 14px;
	margin:-4px 0 4px 0;
}

#remorque .carreGauche .sectionTotal .sectionTotalGauche .soustitreTtc{
	position:absolute;
	right:15px;
}
/**/


#remorque .carreGauche .boutonCommander{
	height: 30px;
	width: 100px;
	background-color:#8C1D26;
	border:0;
	color: white;
	margin: 0 0 10px 0;
	margin:0 0 8px 0;
}

#remorque .carreGauche .boutonReinitialiser{
	font-size: 11px;
	font-weight:bold;
	height: 30px;
	width: 100px;
	background-color:#B7BAB9;
	border:0;
	margin:0;
}

#remorque .carreDroite .sousparagraph{
	color: #949898;
	margin: 0px 22px 8px 0px;
	width:auto;
	min-height: 100px;
	_height: 100px;
}

#remorque .carreDroite .sectionImages{
	position: absolute;
	top: 160px;
	width: 348px;
	margin:0 0;
}

#remorque .carreDroite .sectionImages .listeVerticale{
	list-style: none;
	padding: 0;
	margin:0 0 0 10px;
}

#remorque .carreDroite .sectionImages .apercus{
	border: solid 1px #B1B3B3;
}

#remorque .carreDroite .sectionImages .listeVerticale .apercus{
	margin: 0 10px 10px 5px;
}

#remorque .carreDroite .sectionImages .sectionImageGrande{
	width:242px;
	margin-bottom: 20px;
}

#remorque .carreDroite .sectionImages .sectionImageGrande .sousparagraph{
	font-size:10px;
	margin: 4px 0 0 0;
}

/* #remorque .carreDroite .sectionImages .sectionImagesHorizontales{
	clear:both;
	height: 58px;
	border:solid 1px black;
}
 */
#remorque .carreDroite .sectionImages .listeHorizontale {
	width:290px;
	height:58px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#remorque .carreDroite .sectionImages .listeHorizontale li{
	float: left;
	margin: 0 5px 0 5px;
}

#remorque .carreDroite .sectionImages .fleche{
	/* height: 58px; */
	margin: 18px 5px 0px 5px;
}


#remorque .vignette {
	height: 46px;
	width:inherit;
	line-height: 46px; 
	margin: 30px 0 10px 0;
}

#remorque .vignette a{
	display:block;
	width:100%;
	height:46px;
	line-height: 46px;
	color: #0073CE;
	color: #83C8FF;
	vertical-align:middle;
	text-align: left;
}

#remorque div.vignette a:hover .text, #remorque .vignette a:active .text{
	color: #83C8FF;
}

#remorque .vignette img{
	float:left;
}

#remorque  .vignette .text{
	padding: 0 0 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#footerContainer{
	clear:both;
	overflow: auto;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#footerContainer .listeHorizontale{
	list-style: none;
	padding:0;
	margin: 7px 5px 0px 7px;
}

#footerContainer .listeHorizontale li{
	float: left;
	margin: 0 20px 0 0px;
}


/******************************************/
/**			bloc bache de piscine		 **/
/******************************************/
#largeContent #piscine {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}
#content #piscine {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#piscine #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin:0;
	zoom: 1;
	overflow:hidden;
}

#piscine .titreRubrique{
	color: #8b45a5;
}

#piscine .carreGauche{
	position:relative;
	float:left;
	width: 398px;
/* 	height: 475px; */
	_height: 463px;
	!min-height: 473px;
	min-height: 463px;
	/* _width: 390px; */
	color: #8b45a5;
	border: solid 1px #8b45a5;
	margin: 0 14px 0 10px;
	_margin: 0 14px 0 5px;
	padding: 12px 0 0 0; 
}

#piscine .carreDroite{
	position:relative; 
	float:left;
	width: 348px;
	/* _width: 330px; */
	_height: 463px;
	!min-height: 473px;
	min-height: 463px;
	color: #8b45a5;
	border: solid 1px #8b45a5;
	margin: 0;
	padding: 12px 0 0 0; 
}

#piscine .section{
	position:relative;
	clear:both;
	padding: 4px 0 0 0;
	margin:4px 0 0px 12px;
	overflow:auto;
	zoom: 1;
}

#piscine .carreGauche .section{
	margin:4px 0 22px 12px;
}

#piscine .soustitre{
	color: #8b45a5;
	margin:0 0 4px 0;
}

#piscine .soussection{
	float:left;
}

#piscine .carreGauche ul{
	list-style: none;
	width: 136px;
	padding: 0;
	margin:0;
}

#piscine .carreGauche ul.soussection{
	
	margin:20px 0 0 0;
}

#piscine .sousparagraph{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 0px 22px 8px 15px;
}

#piscine .carreGauche .label{
	height: 20px;
	text-align: left;
	float:left;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #942B34;
}

#piscine .carreGauche .champ{
	height: 20px;
	line-height: 20px;
	width: 140px;
	margin: 0 0 12px 0;
	color: #942B34;
}

#piscine .carreGauche .champ input{
	height: 18px;
	width: 56px;
	border: solid 1px #B2B3B5;
	margin: 0 4px 0 4px;
	_margin: 0 4px 0 0px;
}

#piscine .carreGauche .champ .label{
	height: 20px;
	width:45px;
	line-height: 22px;
	margin: 0 0 0 16px;
}

#piscine .carreGauche .imgMesures{
	
	margin: 5px 0 0 45px;
	_margin: 7px 0 0 42px;
}


#piscine .carreGauche .imgTexture {
	position:absolute;
	right:120px;
	!right:120px;
	_right: 118px;
	top: 178px;
	!top: 182px;
	z-index: 999;
}

#piscine .carreGauche .listeHorizontale {
	/* width:96%; */
	width:45%;
	position: relative;
	text-align: center;
	margin-left: 4px;
	overflow:hidden;
	!padding-bottom: 5px;
	zoom: 1;
}

#piscine .carreGauche .listeHorizontale .couleur{
	position:relative;
	float: left;
	width: 36px;
	height: 38px;
	border: solid 1px #8C1D26;
	margin: 4px;
	cursor:pointer;
	_cursor:hand;
}

#piscine .carreGauche .listeHorizontale .couleur .fleche{
	position: absolute;
	top: 31px;
	left: 5px;
	height:13px;
	width:25px;
	background: transparent url('../_img/flecheColoris.gif') no-repeat top left;
}

#piscine .carreGauche .section .sousparagraph.information{
	margin:0 5px 0 0;
	
}

#piscine .carreGauche .section.display{
	margin:4px 0 0px 12px;
}

#piscine .carreGauche .sectionTotal{
	position:relative;
	padding:0;
	margin:0 0 10px 12px;
	min-height: 80px;
	_height: 80px;
}

#piscine .carreGauche .sectionTotal .sectionTotalGauche{
	position:relative;
	overflow:visible;
	margin-top: 20px;
	width: 250px;
}

#piscine .carreGauche .sectionTotal span{
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}




/**/


#piscine .carreGauche .sectionTotal #prixAffiche{
	position: absolute;
	right:70px;
	font-size: 20px;
}

#piscine .carreGauche .sectionTotal .sectionTotalGauche .soustitrePort{
	line-height: 18px;
	font-size: 14px;
	margin:-4px 0 4px 0;
}

#piscine .carreGauche .sectionTotal .sectionTotalGauche .soustitreTtc{
	position:absolute;
	right:15px;
}

#piscine .carreGauche .sectionTotal .sectionTotalDroite{
	position: absolute;
	right: 15px;
	top:0;
	width: 100px;
	padding:0;
	margin:4px 0 0px 12px;
	!margin:0px 0 0px 12px;
}
/**/

#piscine .carreGauche .sectionTotal .sectionTotalDroite{
	position: absolute;
	right: 15px;
	top:0;
	width: 100px;
	padding:0;
	margin:4px 0 0px 12px;
}

#piscine .carreGauche .boutonCommander{
	height: 30px;
	width: 100px;
	background-color:#8b45a5;
	border:0;
	color: white;
	margin: 0 0 10px 0;
}

#piscine .carreGauche .boutonReinitialiser{
	font-size: 11px;
	font-weight:bold;
	height: 30px;
	width: 100px;
	background-color:#B7BAB9;
	border:0;
	margin:0;
}

#piscine .carreDroite .sousparagraph{
	color: #949898;
	margin: 0px 22px 8px 0px;
	width:auto;
	min-height: 90px;
	_height: 90px;
}

#piscine .carreDroite .sectionImages{
	position: absolute;
	top: 160px;
	width: 348px;
	margin:0 0;
}

#piscine .carreDroite .section{
	overflow:visible; 
}

#piscine .carreDroite .sectionImages .listeVerticale{
	list-style: none;
	padding: 0;
	margin:0 0 0 10px;
}

#piscine .carreDroite .sectionImages .apercus{
	border: solid 1px #B1B3B3;
}

#piscine .carreDroite .sectionImages .listeVerticale .apercus{
	margin: 0 10px 10px 5px;
}

#piscine .carreDroite .sectionImages .sectionImageGrande{
	width:242px;
	margin-bottom: 20px;
}

#piscine .carreDroite .sectionImages .sectionImageGrande .sousparagraph{
	font-size:10px;
	margin: 4px 0 0 0;
}

#piscine .carreDroite .sectionImages .listeHorizontale {
	width:290px;
	height:58px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#piscine .carreDroite .sectionImages .listeHorizontale li{
	float: left;
	margin: 0 5px 0 5px;
}

#piscine .carreDroite .sectionImages .fleche{
	/* height: 58px; */
	margin: 18px 5px 0px 5px;
}


#piscine .carreDroite div.vignette {
	height: 46px;
	width:inherit;
	line-height: 46px; 
	margin: 10px 0 20px 0;
	margin-bottom: 20px !important;
}

#piscine div.vignette a{
	display:block;
	width:100%;
	height:46px;
	line-height: 46px;
	color: #0073CE;
	color: #83C8FF;
	vertical-align:middle;
	text-align: left;
	margin-bottom: 20px !important;
}

#piscine div.vignette a:hover .text, #piscine .vignette a:active .text{
	color: #83C8FF;
}

#piscine .vignette img{
	float:left;
}

#piscine  .vignette .text{
	padding: 0 0 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#footerContainer{
	clear:both;
	overflow: auto;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#footerContainer .listeHorizontale{
	list-style: none;
	padding:0;
	margin: 7px 5px 0px 7px;
}

#footerContainer .listeHorizontale li{
	float: left;
	margin: 0 20px 0 0px;
}



/******************************************/
/**		bloc bache de voiles d'ombrage	 **/
/******************************************/
#largeContent #ombrage {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}
#content #ombrage {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#ombrage #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin:0;
	zoom: 1;
	overflow:hidden;
}

#ombrage .titreRubrique{
	color: #007061;
}

#ombrage .carreGauche{
	position:relative;
	float:left;
	width: 398px;
/* 	height: 475px; */
	_height: 463px;
	!min-height: 473px;
	min-height: 463px;
	/* _width: 390px; */
	color: #007061;
	border: solid 1px #007061;
	margin: 0 14px 0 10px;
	_margin: 0 14px 0 5px;
	padding: 12px 0 0 0; 
}

#ombrage .carreDroite{
	position:relative; 
	float:left;
	width: 348px;
	/* _width: 330px; */
	_height: 463px;
	!min-height: 473px;
	min-height: 463px;
	color: #007061;
	border: solid 1px #007061;
	margin: 0;
	padding: 12px 0 0 0; 
}

#ombrage .section{
	position:relative;
	clear:both;
	padding: 4px 0 0 0;
	margin:4px 0 0px 12px;
	overflow:auto;
	zoom: 1;
}

/* #ombrage .carreGauche .section{
	margin:4px 0 10px 12px;
} */

#ombrage .soustitre{
	color: #007061;
	margin:0 0 4px 0;
}

#ombrage .soussection{
	float:left;
}


/**/
#ombrage ul{
	list-style: none;
	/* width: 136px; */
	padding: 0;
	margin:0;
}

#ombrage ul.soussection{
	margin:2px 0 4px 0;
}


#ombrage .carreGauche ul{
	list-style: none;
	width: 136px;
	padding: 0;
	margin:0;
}

#ombrage .carreGauche ul.soussection{
	margin:0px 0 0 0;
}

#ombrage .sousparagraph{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 0px 22px 8px 15px;
}


#ombrage .carreGauche .formulaire .section{
	margin-left:35px;
}

#ombrage .carreGauche .formulaire ul.radioCivilite{
	
	clear:both;
	width: 280px;
	margin:0px auto 0px auto;
}
#ombrage .carreGauche .formulaire li.champRadioCivilite{
	float:left; 
	overflow:auto;
	zoom:1;
	width: 90px; 
	
}
#ombrage .carreGauche .formulaire  .champRadioCivilite label{
	display:inline; 
	float:none;
	margin-left: 3px;
	
}

#ombrage .carreGauche .formulaire  .champRadioCivilite input{
	display:inline; 
	float:none;
	margin-left: 40px;
	
}
#ombrage .carreGauche .champ{
	width: 300px;
}

#ombrage .carreGauche .champ input{
	width: 180px;
	margin: 0 4px 0 8px;
	_margin: 0 4px 0 8px;
}

#ombrage .carreGauche .champ label{
	width:55px;
}

#ombrage .formulaire  .champ.boutons{
	position:relative;
}

#ombrage .formulaire  .champ.boutons input, .formulaire  .champ.boutons button{
	position:absolute;
	right:35px;
	width: 120px;
}

#ombrage .carreGauche .champ textarea{
	height: 80px;
}

#ombrage .carreGauche .sousparagraph{
	color: #949898;
	margin: 0;
	width:auto;
}

#ombrage .carreGauche .section.display{
	margin:0px auto 14px 80px;
	width: 250px;
}

#ombrage .carreGauche .successBlock,
#ombrage .carreGauche .errorBlock{
	width: 165px;
}


#ombrage .carreDroite .sousparagraph{
	color: #949898;
	margin: 0px 22px 8px 0px;
	width:auto;
	min-height: 90px;
	_height: 90px;
}

#ombrage .carreDroite .sectionImages{
	position: absolute;
	top: 160px;
	width: 348px;
	margin:0 0;
}

#ombrage .carreDroite .section{
	overflow:visible; 
}

#ombrage .carreDroite .sectionImages .listeVerticale{
	list-style: none;
	padding: 0;
	margin:0 0 0 10px;
}

#ombrage .carreDroite .sectionImages .apercus{
	border: solid 1px #B1B3B3;
}

#ombrage .carreDroite .sectionImages .listeVerticale .apercus{
	margin: 0 10px 10px 5px;
}

#ombrage .carreDroite .sectionImages .sectionImageGrande{
	width:242px;
	margin-bottom: 20px;
}

#ombrage .carreDroite .sectionImages .sectionImageGrande .sousparagraph{
	font-size:10px;
	margin: 4px 0 0 0;
}

#ombrage .carreDroite .sectionImages .listeHorizontale {
	width:290px;
	height:58px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#ombrage .carreDroite .sectionImages .listeHorizontale li{
	float: left;
	margin: 0 5px 0 5px;
}

#ombrage .carreDroite .sectionImages .fleche{
	/* height: 58px; */
	margin: 18px 5px 0px 5px;
}


#ombrage .vignette {
	height: 46px;
	width:inherit;
	line-height: 46px; 
	margin: 20px 0 10px 0;
}

#ombrage .vignette a{
	display:block;
	width:100%;
	height:46px;
	line-height: 46px;
	color: #0073CE;
	color: #83C8FF;
	vertical-align:middle;
	text-align: left;
}

#ombrage div.vignette a:hover .text, #ombrage .vignette a:active .text{
	color: #83C8FF;
}

#ombrage .vignette img{
	float:left;
}

#ombrage  .vignette .text{
	padding: 0 0 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#footerContainer{
	clear:both;
	overflow: auto;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#footerContainer .listeHorizontale{
	list-style: none;
	padding:0;
	margin: 7px 5px 0px 7px;
}

#footerContainer .listeHorizontale li{
	float: left;
	margin: 0 20px 0 0px;
}


/******************************************/
/**			bloc bâches imprimées		 **/
/******************************************/
#largeContent #imprimees {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}
#content #imprimees {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#imprimees #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin:0;
	zoom: 1;
	overflow:hidden;
}

#imprimees .titreRubrique{
	color: #0073CE;
}

#imprimees .carreGauche{
	position:relative;
	float:left;
	width: 398px;
/* 	height: 475px; */
	_height: 463px;
	!min-height: 473px;
	min-height: 463px;
	/* _width: 390px; */
	color: #0073CE;
	border: solid 1px #0073CE;
	margin: 0 14px 0 10px;
	_margin: 0 14px 0 5px;
	padding: 12px 0 0 0; 
}

#imprimees .carreDroite{
	position:relative; 
	float:left;
	width: 348px;
	/* _width: 330px; */
	_height: 463px;
	!min-height: 473px;
	min-height: 463px;
	color: #0073CE;
	border: solid 1px #0073CE;
	margin: 0;
	padding: 12px 0 0 0; 
}

#imprimees .section{
	position:relative;
	clear:both;
	padding: 4px 0 0 0;
	margin:4px 0 0px 12px;
	overflow:auto;
	zoom: 1;
}

#imprimees .carreGauche .section{
	overflow:hidden;
	margin:4px 0 6px 12px;
}

#imprimees .soustitre{
	color: #0073CE;
	margin:0 0 4px 0;
}

#imprimees .soussection{
	float:left;
}

#imprimees ul{
	list-style: none;
	/* width: 136px; */
	padding: 0;
	margin:0;
}

#imprimees ul.soussection{
	margin:2px 0 0 0;
}

#imprimees .carreGauche .sousparagraph{
	color: #949898;
	color:#666666; 
	margin: 0;
	width:auto;
}

#imprimees .carreGauche .descriptif{
	min-height: 80px;
	_height: 80px;
}

#imprimees .carreGauche .imgDescriptif{
	float:right;
	margin: 0 25px 0 4px;
}

#imprimees .carreGauche .vignette {
	height: 46px;
	width:inherit;
	line-height: 46px; 
	margin: 0 0 0px 0;
	clear:both;
}

#imprimees .carreGauche .vignette a{
	display:block;
	width:100%;
	height:46px;
	line-height: 46px;
	color: #83C8FF;
	vertical-align:middle;
	text-align: left;
}

#imprimees .carreGauche div.vignette a:hover .text, #imprimees .vignette a:active .text{
	color: #83C8FF;
}

#imprimees .carreGauche .vignette img{
	float:left;
}

#imprimees  .carreGauche .vignette .text{
	padding: 0 0 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}


#imprimees .carreGauche .champ{
	_width: 150px;
}

#imprimees .carreGauche .imgMesures{
	margin: 5px 0 0 42px;
	!margin: 5px 0 0 30px;
}

#imprimees .carreGauche .champ.radio{
	_width: auto; 
}

#imprimees .carreGauche .section .sousparagraph.information{
	margin:0;
}

#imprimees .carreGauche .uploadifyEnvelope{
	!height: 20px;
	width: 140px;
	margin-top: 8px;
	_margin-top: 6px;
	border:solid 1px #959595;
	cursor:pointer;
}

#imprimees .carreGauche .sectionTotal{
	position:relative;
	padding:0;
	margin:20px 0 0px 12px;
	min-height: 60px;
	_height: 58px;
	overflow:visible;
	zoom: 1;
	
}

#imprimees .carreGauche .sectionTotal .sectionTotalGauche{
	position:relative;
	overflow:visible;
	width: 250px;
}

#imprimees .carreGauche .sectionTotal #prixAffiche{
	position: absolute;
	right:70px;
	font-size: 20px;
}

#imprimees .carreGauche .sectionTotal .sectionTotalGauche .soustitrePort{
	line-height: 18px;
	font-size: 14px;
	margin:-4px 0 4px 0;
}

#imprimees .carreGauche .sectionTotal .sectionTotalGauche .soustitreTtc{
	position:absolute;
	right:15px;
}

#imprimees .carreGauche .sectionTotal span{
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #0073CE;
	margin: 0;
}

#imprimees .carreGauche .sectionTotal .sectionTotalDroite{
	position: absolute;
	height: 80px;
	right: 15px;
	top: 0px;
	!top: -10px;
	width: 120px;
	padding:0;
	margin:4px 0 0px 12px;
}

#imprimees .carreGauche button.boutonCommander{
	
	height:43px;	
	_height:43px; 
	width: 120px;
	line-height: 16px;
	background: #8C1D26 url('../_img/fondBoutonDevis.gif') repeat-x top left ;
	border:solid 1px #641D23;
	color: white;
	margin: 0 0 0px 0;
	overflow:visible;
}

#imprimees .carreDroite ul.soussection{
}

#imprimees .carreDroite .champ{
	width: 300px;
	position:relative;
}

#imprimees .carreDroite .champ input{
	width: 180px;
	margin: 0 4px 0 8px;
	_margin: 0 4px 0 8px;
}

#imprimees .carreDroite .champ label{
	width:55px;
}

#imprimees .formulaire  .champ.boutons{
	position:relative;
}

#imprimees .formulaire  .champ.boutons input, .formulaire  .champ.boutons button{
	position:absolute;
	right:35px;
	width: 120px;
}

#imprimees .carreDroite .champ textarea{
	height: 80px;
}

#imprimees .carreDroite  .soussection.queue {
	margin:0;
}

#imprimees .carreDroite .sousparagraph{
	color: #949898;
	margin: 0;
	width:auto;
}

#imprimees .carreDroite .section.display{
	margin:0px auto 14px 80px;
	width: 250px;
}

#imprimees .carreDroite .successBlock,
#imprimees .carreDroite .errorBlock{
	width: 155px;
}

#footerContainer{
	clear:both;
	overflow: auto;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#footerContainer .listeHorizontale{
	list-style: none;
	padding:0;
	margin: 7px 5px 0px 7px;
}

#footerContainer .listeHorizontale li{
	float: left;
	margin: 0 20px 0 0px;
}


/******************************************/
/**		bloc recherche (résultats)		 **/
/******************************************/
#content #pictureShop{
	margin-left: 9px;
	width: 768px;
	overflow:hidden;
	zoom: 1;
}
#content #pictureShop .article {
	/* position: relative; */
	float: left;
	top: 0px;
	/* left: 19px; */
	padding: 10px 10px 4px 0px; 
	height: 190px;
	width: 122px;
	
	float: none;
	height: auto;
	width:auto;
}

#boutique span.title {
	display: block;
	text-decoration: none;
	width: 100%;
	background: #ffffff url('../_img/pouceRubriquePanier.gif') no-repeat top left;
	padding: 4px 0 8px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #8C1C25;
}
#boutique .article h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #0073DE;
}

#boutique .article h1{
	margin: 3px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #8B45A5;
}

#boutique .article p{
	
}

#boutique .article .ressorti{
	/* font-weight: bold; */
	font-size:12px;
	color: #8B45A5;
	background-color:#D0E8FC;
}



/******************************************/
/**			bloc demande devis			 **/
/******************************************/

#content #demandeDevis {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#demandeDevis #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin:0;
	zoom: 1;
	overflow:hidden;
}

#demandeDevis ul{
	list-style: none;
	/* width: 136px; */
	padding: 0;
	margin:0;
}

#demandeDevis .formulaire .section{
	margin-left:35px;
}

#demandeDevis .formulaire ul.radioCivilite{
	
	clear:both;
	width: 280px;
	margin:0px auto 0px 0px;
	overflow:auto;
	zoom: 1;
}
#demandeDevis .formulaire li.champRadioCivilite{
	float:left; 
	overflow:auto;
	zoom:1;
	width: 90px; 
	
}
#demandeDevis   .formulaire  .champRadioCivilite label{
	display:inline; 
	float:none;
	margin-left: 3px;
	
}
#demandeDevis   .formulaire  .champRadioCivilite input{
	display:inline; 
	float:none;
	margin-left: 40px;
	
}
#demandeDevis   .champ{
	width: 300px;
}

#demandeDevis   .champ input{
	width: 180px;
	margin: 0 4px 0 8px;
	_margin: 0 4px 0 8px;
}

#demandeDevis   .champ label{
	width:55px;
}

#demandeDevis .formulaire  .champ.boutons{
	position:relative;
}

#demandeDevis .formulaire  .champ.boutons input, .formulaire  .champ.boutons button{
	position:absolute;
	right:35px;
	width: 120px;
}

#demandeDevis   .champ textarea{
	
	height: 80px;
	!margin:0 0 0 45px;
}

#demandeDevis .section.display{
	width: 182px;
	margin: 0 0 8px 80px;
	_padding: 0 0 0px 48px;
}



/******************************************/
/**			bloc send to a friend		 **/
/******************************************/

#content #sendToAFriend {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}

#sendToAFriend #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin:0;
	zoom: 1;
	overflow:hidden;
}

#sendToAFriend ul{
	list-style: none;
	/* width: 136px; */
	padding: 0;
	margin:0;
}

#sendToAFriend .formulaire .section{
	margin-left:35px;
}

#sendToAFriend .formulaire ul.soussection{
	margin:20px auto 0px 0px;
}

#sendToAFriend   .champ{
	width: 430px;
}

#sendToAFriend   .champ input{
	width: 180px;
	margin: 0 4px 0 8px;
	_margin: 0 4px 0 8px;
}

#sendToAFriend   .champ label{
	width:100px;
}

#sendToAFriend .formulaire  .champ.boutons{
	position:relative;
}

#sendToAFriend .formulaire  .champ.boutons input, .formulaire  .champ.boutons button{
	position:absolute;
	right:35px;
	width: 120px;
}

#sendToAFriend   .champ textarea{
	
	height: 80px;
	!margin:0 0 0 45px;
}

/******************************************/
/**			bloc articles (edito)		 **/
/******************************************/
#largeContent #article {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}

#content #article {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding:0;	
}

#article #boutique {
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
	margin:0;
	
}

#article .carreGauche{
	position:relative;
	float:left;
	/* width: 398px; */
	width: 336px;
	height: 475px;
	height: auto;
	color: #949898;
	color:#666666; 
	margin: 0 14px 0 7px;
	_margin: 0 14px 0 4px;
	padding: 0 0 0 0; 
}

#article .carreDroite{
	position:relative; 
	float:left;
	/* width: 348px; */
	width: 410px;
	_width: 300px;
	height: 430px;
	
	/* height: 530px; */ /* rétoucher aprés réparer la visionneuse */
	
	color: #942B34;
	/* border: solid 1px #8C1D26; */ 
	margin: 0;
	padding:0;
}

#article .rubrique{
	background: #ffffff url('../_img/pouceRubrique.gif') no-repeat top left;
	padding: 0 0 8px 30px;
	color: #942B34;
}

#article .titreRubrique{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #0073CE;
}

#article .soustitreRubrique{
	margin: 3px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #8B45A5;
}

#article .section{
	/* position:relative; */
	clear:both;
	padding: 4px 0 0 0;
	margin:4px 0 0 0px;
}

#article .soustitre{
	color: #942B34;
	margin:0 0 4px 0;
}

#article .soussection{
	float:left;
}

#article .sousparagraph, #article .sousparagraph p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #8B45A5;
	margin: 0px 22px 20px 0px;
	padding:0;
}

#article p{
	font-weight: normal;
	color: #949898;
	margin:15px 0 15px 0;
}

#article .vignette {
	height: 46px;
	width:auto;
	line-height: 46px; 
	margin: 10px 0 0 0;
}

#article .vignette a{
	display:block;
	width:100%;
	height:46px;
	line-height: 46px;
	color: #0073CE;
	vertical-align:middle;
	text-align: left;
}

#article div.vignette a:hover .text, #article .vignette a:active .text{
	color: #83C8FF;
}

#article .vignette img{
	float:left;
}

#article  .vignette .text{
	padding: 0 0 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#article .carreDroite .sousparagraph{
	line-height: 12px;
	color: #949898;
	margin: 0px 22px 8px 0px;
	width:auto;
}

#article .carreDroite .sectionImages{
	/* position: absolute;
	top: 0px;
	width: 348px; */
	margin:0;
	padding:0;
}

#article .carreDroite .sectionImages .sectionImagesSuperieur{
	overflow: auto;
	width: 100%;
	border: solid 1px #B1B3B3;
	background-color: #ECE8E8;
	padding: 10px 0 0 0;
}

#article .carreDroite .sectionImages .listeVerticale{
	list-style: none;
	padding: 0;
	margin:0 0 0 10px;
}

#article .carreDroite .sectionImages .apercus{
	border: solid 1px #666763;
}

#article .carreDroite .sectionImages .listeVerticale .apercus{
	margin: 0 10px 10px 5px;
}

#article .carreDroite .sectionImages .sectionImageGrande{
	width:242px;
}

#article .carreDroite .sectionImages .sectionImageGrande .sousparagraph{
	font-size:10px;
	margin: 4px 0 20px 0;
}

#article .carreDroite .sectionImages .sectionImagesHorizontales{
	
 	clear:both;
	height: 58px; 
	/* border:solid 1px black; */
	margin: 15px 0 0 0;
}

#article .carreDroite .sectionImages .listeHorizontale {
	width:360px;
	height:58px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#article .carreDroite .sectionImages .listeHorizontale li{
	float: left;
	margin: 0 5px 0 5px;
}

#article .carreDroite .sectionImages .fleche{
	/* height: 58px; */
	margin: 18px 5px 0px 5px;
}


/******************************************/
/**		bloc "vous aimerez aussi"		 **/
/******************************************/
#content #youMightAlsoLike {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	#padding-bottom: 14px;
}
#youMightAlsoLike #title {
	position: relative;
	float: left;
	width: 738px;
	font-size: 16px;
	color: #0073CE;
	margin: 0 0 14px 0;
}
#youMightAlsoLike #boutique {
	position: relative;
	width: 738px;
	float: left;
}
#youMightAlsoLike #boutique #article {
	position: relative;
	float: left;
	text-align: center;
}

#youMightAlsoLike #boutique #article .image {
	width: 100%;
}
#youMightAlsoLike #boutique #article .image img {
	border: 1px solid #AEABAB;
}

#youMightAlsoLike #boutique #article.normal {
	margin: 0px 25px 30px 0px;
}
#youMightAlsoLike #boutique #article.last {
	margin: 0px 0px 30px 1px;
}
#youMightAlsoLike #article p {
	margin: 4px 0 0 0;
}

/******************************************/
/**				bloc boutique			 **/
/******************************************/
#largeContent #remorque {
	position: relative;
	float: left;
	top: 0px;
	left: 19px;
}
#content #remorque {
	position: relative;
	width:100%;
	float: left;
	top: 0px;
	left: 0px;
}
#remorque #visuel {
	position: relative;
	float: left;
	width: 275px;
	height: 340px;
	font-size: 16px;
	color: #0073CE;
}
#remorque #boutique {
	position: relative;
	width: 100%;
	float: left;
}
#remorque #boutique #article {
	position: relative;
	float: left;
	text-align: center;
}

#remorque #boutique #article .image {
	width: 100%;
}
#remorque #boutique #article img {
	border: 1px solid #AEABAB;
}

#remorque #boutique #article.normal {
	margin: 0px 32px 25px 0px;
}
#remorque #boutique #article.last {
	margin: 0px 0px 25px 2px;
}
#remorque #article div.texte_gondole p {
	margin: 0 0 0 0;
}
#remorque #article p {
	margin: 4px 0 0 0;
}
#remorque #article div.texte_gondole {
	margin: -5px 0 0 0;
	#margin: -4px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	height: 340px;
}
#remorque #article a {
	display: block;
	cursor: pointer;
}

#remorque #pagination {
	position: relative;
	display: block;
	width: 740px;
	float: left;
	text-align: right;
	padding: 0 0 25px 0px;
}



/******************************************/
/**			bloc des produits vus		 **/
/******************************************/
#produits_vus{
	width:132px;
	font-size:11px;
	margin:16px 0px 0px 13px;
	position: relative;
	float: left;
	clear: both;
}

#produits_vus h2{
	height:26px;
	font-size:12px;
	line-height:2em;
	font-weight: normal;
	text-align:left;
	margin-bottom:8px;
	width:132px;
}
#produits_vus div a{
	float:left;
	margin:0px 2px 6px 2px;
	padding: 1px;
	text-align:center;
	border:1px solid #E4E4E4;
}

/******************************************/
/**			bloc voir commande		 	**/
/******************************************/

table.tab_list td.commande_petit_texte{
	padding-left:20px;
	font-style: italic;
}

.container_btn_payer{
	position:relative; 
	text-align:right; 
	height:17px;
}

.btn_payer{
	position:absolute; 
	right:0;
}
