@charset "utf-8";
/* CSS Document */

/*********************************
******** GENERAL
*********************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}

#container{
	width: 980px;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	overflow: hidden;
}

/*********************************
******** HEADER
*********************************/
#header{
	height: 108px;
	padding: 30px 0px 0px 15px;
	margin: 0;
}

#header img{
	/*padding: 30px 0px 0px 15px;*/
	padding: 0;
	margin: 0;
	border-style: none;
}

#transparence{
	height: 138px;
	width: 980px;
	padding: 0;
	position: absolute;
	z-index: -1;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50); /* IE */
	background-image: url(img/fond_header.gif);
	background-repeat: repeat;
}

#header ul{
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-top: 12px;
	-padding-top: 16px; /*IE 6*/
}

#header li{
	list-style: none;
	float: left;
	padding: 15px 25px;
	margin: 0;

}

#header li.bordure{
	background-image: url(img/bordure_li.png);
	-background-image: url(img/bordure_li.gif); /*IE 6*/
	background-repeat: no-repeat;
	background-position: right bottom; 
}


#header li a{
	color: #ffeed4;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration:none;
}

/*********************************
******** CONTENU GAUCHE
*********************************/
#left_content{
	width: 490px;
	height: 512px;
	float:left;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

/**** sous navigation ****/
#sous_nav{
	margin: 0 auto;
	padding: 0;
	width: 490px;
	height: 22px;
	background-image: url(img/fond_sous_nav.gif);
	background-repeat: repeat-x;
	
}

#sous_nav ul{
	margin: 0 auto;
	padding: 0;
	visibility: hidden;
}

#sous_nav ul li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 2px 15px;
}

#sous_nav ul a{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

/**** liste produits ****/
a.nav_ref{
	margin: 7px 0;
	padding: 0;
	padding-left: 5px;
	width: 90px;
	height: 108px;
	float:left;
	display: block;
	text-decoration: none;
	text-align:center;
	color: #7a7a7a;
	font-size: 0.7em;
}

a.nav_ref img, a.nav_ref_lrg img{
	float: left;
	border: none;
}

a.nav_ref_lrg{
	margin: 7px 0;
	padding: 0;
	padding-left: 5px;
	width: 155px;
	/*height: 85px;*/
	float:left;
	display: block;
	text-decoration: none;
	text-align:center;
	color: #7a7a7a;
}

/*********************************
******** CONTENU DROIT
*********************************/
#right_content{
	width: 490px;
	height: 512px;
	float: right;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

.ref{
	visibility: hidden;
}

h1.titre_ref{
	margin: 0;
	padding: 0;
	width: 490px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4em;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.ref p{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
}

.ref strong{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.ref h2{
	margin: 0;
	padding: 0;
	width: 244px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4em;
}

.ref h2.marge20{
	margin-top: 20px;
}

.ref h2.marge42{
	margin-top: 42px;
}

.ref .fr{
	color: #666666;
	font-size: 0.9em;
}

.description_left{
	margin: 0;
	padding: 0;
	width: 244px;
	height: 169px;
	float: left;
}

.description_right{
	margin: 0;
	padding: 0;
	width: 244px;
	height: 169px;
	float: right;
}

.description_bottom{
	margin: 0;
	padding: 0;
	width: 489px;
	height: 320px;
	clear: both;
	color: #676767;
}

.description_bottom img.ref_img{
	/*float: right;*/
}

.description_bottom p{
	float: right;
	margin:0;
	padding-top: 80px;
	font-weight: bold;
	font-size: 1.4em;
}

.description_bottom .ctr_min{
	float: left;
	width: 140px;
	height: 320px;
}

.description_bottom  .ctr_min p{
	float:left;
	padding:0px; !important;
	width:70px;
	text-align:center;
	font-size:10px;
	color:#666;
	margin-bottom:4px
}

.description_bottom  .ctr_min_lrg{
	float: left;
	width: 150px;
	height: 320px;
}

.description_bottom  .ctr_min_lrg p{
	float:left;
	padding:0px !important;
	width:50px;
	text-align:center;
	font-size:10px;
	color:#666;
	margin-bottom:4px
}

.description_bottom  .ctr_min_col{
	float: left;
	width: 155px;
	height: 320px;
}
.description_bottom  .ctr_min_col p{
	float:left;
	width:35px;
	text-align:center;
	font-size:10px;
	color:#666;
	margin-bottom:4px;
	padding:8px 8px 0px 8px !important; 
}

.description_bottom img.ref_min{
	float: left;
	padding-top: 0px;
}

.description_bottom ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.description_bottom li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

/***** POUR LES CATEGORIES 'MASQUES' ET 'CASQUES' *****/
.ref p.pmasque2{
	border-left: 1px solid #f4a12b;
	height: 223px;
}

.ref p.pcasque2{
	border-left: 1px solid #b30015;
	height: auto;
}

.ref p.pmasque4{
	border-left: 1px solid #f4a12b;
	height: 129px;
}

.ref p.pmasque6{
	border-left: 1px solid #f4a12b;
	height: 36px;
}

.size0_9{
	font-size: 0.9em;
}

.description_masque{
	margin: 0;
	padding: 0;
	width: 489px;
	height: 164px;
	border-left: 1px solid #f4a12b;
	border-top: 1px solid #f4a12b;
}

.description_casque{
	margin: 0;
	padding: 0 0 0 50px;
	width: 489px;
	height: 164px;
	border-left: 1px solid #b30015;
	border-top: 1px solid #b30015;
}

.description_casque_3{
	margin: 0;
	padding: 20px 0 0 100px;
	width: 389px;
	height: 164px;
	border-left: 1px solid #b30015;
	border-top: 1px solid #b30015;
}

.description_masque img.ref_img, 
.description_casque img.ref_img, 
.description_masque2 img.ref_img, 
.description_casque2 img.ref_img,
.description_casque_3 img.ref_img{
	float:left;
}

.description_casque2{
	margin: 0;
	padding: 80px 0 0 130px;
	width: 489px;
	height: 490px;
	border-left: 1px solid #b30015;
	border-top: 1px solid #b30015;
}

.description_masque2{
	margin: 0;
	padding: 0;
	width: 489px;
	height: 490px;
	border-left: 1px solid #f4a12b;
	border-top: 1px solid #f4a12b;
}

.description_masque_left{
	margin: 0;
	padding: 0;
	width: 244px;
	height: 92px;
	border-left: 1px solid #f4a12b;
	border-top: 1px solid #f4a12b;
	float: left;
	overflow: hidden;
}

.description_casque_left{
	margin: 0;
	padding: 0 20px 0 0;
	width: 224px;
	/*height: 400px;*/
	height: 92px;
	border-left: 1px solid #b30015;
	border-top: 1px solid #b30015;
	float: left;
	overflow: hidden;

}

.description_masque_left p{
	margin: 0;
	padding: 0;
}

.description_masque_left img.ref_img{
	padding:16px;
	float:left;
}

.description_casque_left img.ref_img{
	padding:0 0 0 16px;
	float:left;
}