* {
	margin:0;
	font-family:arial, Times;
}
a{
	text-decoration:none;
	color:black;
}
a:visited{
	color:black;
}
body{
	background-color:#d4d1d1;
}
ul{
	padding:0;}
#conteneur{
	margin: 5px auto auto auto;
	width:1000px;
	background-color:#f2f2f2;
	overflow:hidden;
}
/*-----------------HEADER-----------------*/
.header{

}
.header .titre{
		background: linear-gradient( #3a3a3a, #252525);
		height:62px;
		padding:8px 0 0 0;
	}
.header .titre h1,
.header .titre h2 {
	text-transform:uppercase;
	color:white;
	margin:auto;	
	font-size:32px;
	text-align:center;
	font-weight:normal;

}
.header .titre h2{
	font-size:13px;
}
.Divlogo{
	width:100%;
	padding:0 50px;
	height:72px;
	margin-top:15px;
}
.trait-horizon{
	background-color:#2b2b2b;
	width:327px;
	height:2px;
	float:left;
	margin-top:28px;
}
.Divlogo img{
	float:left;
	padding:0 37px;
}
.Divlogo img:hover{
	opacity:0.8;
}
/*-----------------FIN HEADER-----------------*/
#content{
	padding:0 20px;
}
#content-left{
	padding:10px;
}
/*-----------------COL LEFT-----------------*/
.col-left .trait-horizon{
	background-color: #DFDFDF;
	width: 100%;
	height: 1px;
	margin-top: 0px;
	margin-bottom:15px;
}
.col-left{
	width:728px;
	padding:0 15px 0 0;
	float:left;
}
.col-left #onglet-contenu{
	background-color:white;
	margin:15px 0;
	padding:10px 30px;
}
.col-left #onglet-contenu h3,
.col-left #onglet-contenu h4{
	font-size:14px;
	padding:5px 0;
}
.col-left #onglet-contenu img{
	padding:10px;
}
.col-left #onglet-contenu li{
	padding-left:5px;
}
.col-left #onglet-contenu li:first-child{
	padding-top:5px;
}
.col-left #onglet-contenu li:last-child{
	padding-bottom:5px;
}
.col-left #onglet-contenu ul{
	list-style-position:inside;
}
.col-left #onglet-contenu p,
.col-left #onglet-contenu li{
	font-size:13px;
}
.col-left #onglet-contenu a
{
	color:#F57705;
	font-weight:bold;
}
.col-left #onglet-contenu a:hover
{
	text-decoration:underline;
}
.col-left #onglet-contenu .onglet{
	display:inline-block;
	list-style-type:none;
	padding:15px 5px 15px 5px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.col-left #onglet-contenu .onglet a {
	color:black;
}
.col-left #onglet-contenu .onglet a:hover {
	color:black;
	text-decoration:underline;
}
.col-left #onglet-contenu .onglet:before{
	content:'|';
	margin-right:5px;
}
.col-left #onglet-contenu .onglet:first-child{
	padding-left:0;
}
.col-left #onglet-contenu .onglet:first-child:before{
	display:none;
}
.col-left #onglet-contenu .onglet:hover{	
}
.col-left #onglet-contenu{
	padding:10px 30px;
}
table{
	border-collapse: collapse;
}
table tr:nth-child(2n+2){
	background-color: #F7F2E0;
}
table td{
	padding: 0px 8px;
}

/*-----------------FIN COL LEFT-----------------*/
.footer{
	width:100%;
	display:block;
	background: linear-gradient( #3a3a3a, #252525);
	height:177px;
	width:728px;
	margin-top:15px;
}
.footer ul{
	list-style-type:none;
}
.footer ul li{
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align: top;
}
.footer ul li a{
	color:white;
	font-size:13px;
	padding:120px 0px 0 0;
	color:white;
	width:178px;
	height:55px;
	display:block;
	text-align:center;
	margin:auto;
}
.footer ul li a span{
	font-size:10px;
}
.footer ul li a:hover{
	opacity:0.8;
}
.footer ul li:after{
	width:1px;
	height:100px;
	background-color:white;
	display:block;
	content:'';
	float:right;
	margin:-145px 0 0 0;
}
.footer ul li:last-child:after{
	display:none;
}
.footer ul li:first-child a{
	background-image: url('../img/carross-suivi-Commande.png');
	background-repeat:no-repeat;
	background-position: center 45px;
	margin:auto;
}
.footer ul li:nth-child(2) a{
	background-image: url('../img/carross-paiement-secur.png');
	background-repeat:no-repeat;
	background-position: center 45px;
}
.footer ul li:nth-child(3) a{
	background-image: url('../img/carross-livraison-rapide.png');
	background-repeat:no-repeat;
	background-position: center 45px;
}
.footer ul li:nth-child(4) a{
	background-image: url('../img/carross-facebook.png');
	background-repeat:no-repeat;
	background-position: center 45px;
}
/*-----------------COL RIGHT-----------------*/
.col-right{
	float:right;
}
.col-right .bloc_carross{
	width:206px;
	background-color:white;
	height:157px;
	content:'';
	display:block;
	
}
.col-right .bloc_carross:hover{
	opacity:0.8;}
.col-right .bloc_carross .title,
.col-right .prodPhares .title{
	text-transform:uppercase;
	color:white;
	background: linear-gradient( #ff9500, #ff7a02);
	display:block;
	width:100%;
	padding:6px 0;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.col-right .bloc_carross .tel{
	font-size:27px;
	color:#272727;
	font-weight:bold;
	padding:5px 0 0 0;
	text-transform:uppercase;
	margin:auto;	
	text-align:center;
	
}
.col-right .bloc_carross .condtel{
	font-size:13px;
	color:#272727;
	text-align:right;
	padding:0 15px 8px 0;
	font-weight:bold;
	text-transform:uppercase;
	margin:auto;
	line-height:6px;	
}
.col-right .bloc_carross img{
	margin:auto;
	text-align:center;
	display:block;
}
.col-right .prodPhares{
	margin-top:15px;
	width:206px;
	background-color:white;
	content:'';
	display:block;
}
.col-right .prodPhares a{
	display:block;
	color:black;
}
.col-right .prodPhares a:hover{
	opacity:0.8;
}
.col-right .prodPhares a .prod_marque{
	font-size:14px;
	font-weight:normal;
	display:block;
	text-align:center;
	padding:8px 0 4px 0;
}
.col-right .prodPhares a .prod_sstitre{
	color:black;
	font-size:13px;
	text-transform:normal;
	text-align:center;
	display:block;
}
.col-right .prodPhares a img{
	margin: auto;
	display: block;
	padding: 5px 0;
	width: 84px;			
}
.col-right .prodPhares a .prod_desc{
	font-size:12px;
	font-weight:normal;
	display:block;
	text-align:center;
}	
.col-right .prodPhares a .prod_ref{
	font-size:12px;
	font-weight:normal;
	display:block;
	text-align:center;
}
.col-right .prodPhares a .prod_ref:before{
	content:'Réf : ';
}
.col-right .prodPhares a .prod_prix{
	font-size:20px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:5px 0 3px 0;
}
.col-right .prodPhares a:after{
	display:block;
	width:85%;
	height:1px;
	content:'';
	margin:auto;
	color:white;
	border-color:orange;
	border:1px solid orange;
	border-left:0px;
	border-right:0px;
	margin-top:10px;
}
.col-right .prodPhares a:last-child:after{
	display:none;}
/**************NUAGE TAG-----------------*/
.nuageTag{
	padding:10px;
	clear: both;
	
}
.nuageTag span{
	padding:0 5px;
	font-weight:bold;
	font-size:9px;
	text-transform:capitalize;
}
.nuageTag span:first-child:before{
	content:'';
}
.nuageTag span:before{
	content:'|';
	margin-right:10px;
}