@import url(/css/style_pictonav.css);
@import url(/css/commun/zoomslide.css);
@import url(/css/commun/jquery.autocomplete.css);
@import url(/css/ui.selectmenu.css);
@import url(/css/jquery-ui.css);

/*
modif matthias : boxCoul -> box1Coul
boxCoul pour le conteneur general
modif matthias : ajout class info_bulle pour la fiche produit;
*/

/* CSS Document */
.info_bulle_produit{
    position:absolute;
    top:-95px;
    left:30px;
    width:514px;
    height:119px;
    background-image:url("../images/marquage-oublie.png");
    background-repeat:no-repeat;
    padding:15px 0 0 65px;
    color:white;
    display:none;
    text-decoration:none;
    z-index:100;
    opacity:0.95;
}

.menuGauche ul li ul.visible{
	display:block;
	visibility:visible;
}
.menuGauche ul li ul li ul.visible{
	display:block;
	visibility:visible;
}

.menuGauche ul li ul{
	display:none;
}
.menuGauche ul li ul li ul{
	display:none;
}



body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;

}


.corps {
	width:955px;
	margin:0px auto;
	/*position:relative;*/
}
.menuHaut{
	height:175px;
}

.hautG {
	float:left;
	width:205px;
	height:175px;
}
.hautD {
	float:left;
	width:750px;
	height:175px;
}
.logo {
 margin:7px 10px 0px 10px;
 border:0px;
}

.boxRecherche {
	display:block;
	margin:0px;
	margin-left:15px;
}
.inputRecherche{
 border:1px solid #82bed6;
 width:135px;

}

.t_rechProd{
	 font-weight:bold;
	 font-size:13px;
	 color:#666666;
}
.boxBan {
overflow:hidden;
	float:left;
	width:517px;
	height:82px;


}

.boxBan p{
	margin:0px;
	padding:0px;
}
.boxBan img{
	border:0px;
	margin:0px;
	padding:0px;
}
.boxLogin {
	background-image:url(../images/bg-box-login.gif);
	float:left;
	width:233px;
	height:82px;
	color:#FFFFFF;
}
.boxMenu {
overflow:hidden;
	float:left;
	width:534px;
	height:93px;
	background-image:url(../images/bg-menu-haut.jpg);
	background-repeat:no-repeat;

}
.boxMenu .menuHaut {
	text-align:center;
	height:26px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;

}
.espaceurMenuHaut{
height:5px;
}
.menuHaut a{
	color:#FFFFFF;
	text-decoration:none;
}
.menuHaut a:hover{
	text-decoration:underline;

}
.boxPanier {
	color:#000000;
	float:left;
	width:216px;
	height:93px;
	background-image:url(../images/bg-panier.gif);
	background-repeat:no-repeat;
}
.boxPanier a {
 color:#0000FF;
}
.panPrix {
	font-weight:bold;
}
.panArti {
	 text-align:right;
	 font-size:12px;
	 height:19px;
	 margin-top:8px;
	 font-weight:normal;
}
.panVoirPan {
	font-size:14px;
	text-align:right;
	margin-right:8px;
}
.formLogin {
 color:#FFFFFF;

 margin:0px;
}
.formLogin table{
 width:90%;
 text-align:right;
 font-size:11px;
 font-weight:bold;
 letter-spacing:-1px;
}
.formLogin input{
	width:90px;
}
.breadScram{
letter-spacing:-0.5px;
 font-size:12px;
 font-weight:bold;
 color:#999999;
 text-align:left;
 margin-top:10px;
}
.breadScram a{
 color:#999999;
 text-decoration:none;
}
.breadScramCourant {
color:#017eae;
}

/* MENU GAUCHE  */
.menuGauche {
	float:left;
	background-image:url(../images/bg-menu-gauche.jpg);
	background-repeat:no-repeat;
	width:214px;
	margin-bottom:10px;
}
.t_nosProds{
	margin-top:18px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-left:20px;
}

.menuGauche ul {
	width:187px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-top:10px;

}

.menuGauche li {
	list-style:none;
	line-height:30px;
	border-bottom:1px #e2e2e2 solid;
	margin:0;
	padding:0;
	margin-left:13px;
}

.menuGauche li a{
	text-decoration:none;
	font-size:14px;
	color:#017db0;
	font-weight:bold;
	letter-spacing:-1px;
	display:block;
	cursor:pointer;
	/*margin-left:5px;*/
}
.menuGauche li a:hover{
	color:#e58c09;
}

.menuGauche li ul {
	width:100%;
	margin:0;
	padding:0;
}

.menuGauche li ul li{
	border-bottom:none;
	line-height:14px;
	list-style:none;
}
.MenuGSelect {
	background-image:url(../images/menuG-on.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.MenuGSelect a{
	color:#e58c09;
}

.menuGauche li ul li a{
	font-size:12px;
	color:#000;
	letter-spacing:normal;
	margin-left:8px;
}
.menuGauche li ul li ul { width:100%;}
.menuGauche li ul li ul li a{
	font-weight:normal;
	margin-left:15px;
}
.menuGauche li ul li ul li a:hover, .menuGauche li ul li ul li a.actif{
	color:#017eae;
}

.boxNewlettre{
	width:187px;
	color:#FFFFFF;
	background-color:#017eae;
	padding:5px;
	margin-left:2px;
}
/* FIN MENU GAUCHE  */

/* STRUCTURE CENTRE SITE */
.corpsCentral {
	clear:both;
}
/* *> .corpsCentral{
!position:absolute;
!top:175px;
}*/

.centre {
	float:left;
	width:740px;

}
/* FIN STRUCTURE CENTRE SITE */


/* PIED PAGE  */
.piedPage {
	clear:both;
	height:100px;
}

.ssPied1 {
	height:30px;
	 clear:both;
}
.ssPied2 {
	background-color:#017db0;
	background-image:url(../images/bg-pied-page.jpg);
	height:100px;

}
.ssPied2 ul {
	float:left;
	width:750px;
	list-style-image:url(../images/dot-philactere.jpg);
	list-style-position:inside

}
.ssPied2 li {
	width:220px;
	float:left;

}
.ssPied2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}
.PiedDroit {
	 float:right;
	  margin-top:10px;
	  margin-right:10px;

}
/* FIN PIED PAGE  */

/* FICHE PRODUIT */
.tablProduit {

}
.formProduit{
 margin:0px;
}
.tablProdCelG {
	width:251px;
}
.tablProdCelD {

}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#474747;
	margin:0px;
}

.refProd{
	color:#999999;
	font-size:11px;
}
.tablQtePrix td {
	 text-align:center;
 	border:1px #000000 solid;
	border-collapse:collapse;
}

.qteCommande {
	width:60px;
	font-size:19px;
	font-weight:bold;
	color:#474747;
	text-align:center;
}
.qteTailles {
	width:50px;
	font-size:17px;
	font-weight:bold;
	color:#474747;
	text-align:center;
}
.tablPrix  {
	font-weight:bold;
}

.boxDescr {
	margin-top:10px;
}

.blocBleuTitre {
	width:487px;
	height:24px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#017eae;
	margin-top:10px;
	margin-bottom:10px;
	line-height:24px;
}





.boxColoris {

}

.boxCoul{
    margin:0px 3px;
    border:1px solid #999999;
    float:left;
}

.box1Coul{
	width:24px;
	height:24px;
	float:left;
}

.box2Coul{
	width:12px;
	height:24px;
	float:left;
}
.box3Coul{
	width:8px;
	height:24px;
	float:left;
}
.box4Coul{
	width:6px;
	height:24px;
	float:left;
}

.prixTotal {
	background-color:#474747;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
	width:226px;
	height:36px;
	font-size:18px;
	margin-top:15px;
}
.soitParProd{
margin-top:8px;
font-size:11px;
letter-spacing:-1px;
}
.parProdMarque {
 font-size:15px;
 font-weight:bold;
}


.marquPrixTot {
	background-color:#595959;
	color:#FFFFFF;

}
.prodPrixTot {
	background-color:#595959;
	color:#FFFFFF;
}
/* FIN FICHE PRODUIT */

/* VOIR AUSSI */
.boxVoirAussi {

}
/* FIN VOIR AUSSI */

/* DET MENU */

.boxListProd {
 height:160px;
 width:150px;
 float:left;
 margin:0px 5px 10px 5px;
 text-align:center;
}
.boxListProd a{
    text-decoration:none;
}

.boxListProdHome {
 height:160px;
 width:119px;
 float:left;
 margin:0px 10px 10px 0px;
 text-align:center;
}
.boxListProdHome a{
    text-decoration:none;
}
.boxListProd .imgProd{
 height:110px;
}
.txtAPartirDe{
 font-size:10px;
 color:#999;
}
.aPartirBarre {
    text-decoration:line-through;
    color:#e48b21;
}
.aPartir{
    color:#017eae;
	font-weight:bold;
	clear:both;
}
.zoneTitre {
	height:28px;
	overflow:hidden;
}
.multipages {

}

/* HOME */
.boxEnHome {
    background-image:url(../images/bgbox-home-G.gif);
    background-position:right;
    background-repeat:no-repeat;
    width:418px;
    height:370px;
    float:left;
}
.titreBlancFondBleu {
    background-image:url(../images/bg-titre-bleu-degra.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-align:left;
    color:#FFFFFF;
    font-size:15px;
    font-weight:bold;
    background-color:#017db0;
}
.boxNouveautes {
    background-image:url(../images/bgbox-home-D.gif);
    background-position:left;
    background-repeat:no-repeat;
    width:295px;
    height:370px;
    float:left;
    margin-left:10px;
}

.imgProduit50 {
    width:50px;
    height:50px;
    border:#333333 solid 1px;
    background-position:center;
    background-repeat:no-repeat;
}
.boxNouveautes a {
    text-decoration:none;
    color:#000000;
}

.boxDegraHorizont {
    background-image:url(../images/bg-degra-horizont.jpg);
    background-position:top;
    background-repeat:no-repeat;
}

.boxEnHomeBasG {
	background-position:right;
	background-image:url(../images/bg-degra-horizont.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:418px;
	height:400px;
	float:left;

}
.boxEnHomeBasD {
	width:295px;
	height:370px;
	float:left;
	margin-left:10px;
}
.boxCarteFrance{
	border:#000000 1px solid;
	height:180px;
}
.inputCP{
 border:1px solid #82bed6;
 width:60px;
 margin-right:10px;
}

.boxVip{
	margin-top:20px;
	height:180px;
	border:#000000 1px solid;
}
/* FIN HOME */

/* multipages */
a.pageSuivante {
	background-image:url(/images/page-suivant.gif);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	color:#666666;
	text-align:center;
	display:block;
	float:left;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	font-size:11px;
}
a:hover.pageSuivante {
	background-image:url(/images/page-suivant-A.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.pageSuivanteA {
	background-image:url(/images/page-suivant-A.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	width:17px;
	height:17px;
	display:block;
	float:left;
	margin-left:2px; margin-right:2px;
	text-align:center;
}
.pageSuiv { font-size:12px; color:#666666;}
/* fin multipages */

a.lienTmplMenu { display:block; background-image:url(/images/btn-liste-rubrique.jpg); width:227px; height:41px; float:left; margin:0px 3px; color:#ffffff; font-weight:bold; line-height:40px; text-decoration:none; background-repeat:no-repeat; text-align:center; font-size:13px; text-transform:uppercase; margin-top:10px;}
a.lienTmplMenu:hover  { background-image:url(/images/btn-liste-rubrique-a.jpg); }

div.sousMenu {}
div.sousMenu a { text-decoration:none; color:#017db0;}
div.sousMenu a:hover { color:#e58c09; }
div.sousMenu a.actif { font-weight:bold; color:#e58c09; }

#tabJointure table{
	width:100%;
	margin: 10px 0 0 0;
	border:1px solid #007eb0;
	border-collapse:collapse;
}

#tabJointure table td,#tabJointure table tr,#tabJointure table th{
	border-collapse:collapse;
	border:1px solid #007eb0;
	padding:5px;
}
#tabJointure table th{
	background-color:#5e95ab;
}