/* CSS Document */
html, body{
	height:100%;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#262938;
	background-image:url(../imagesX/bgHeader.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

.container{
	min-height:100%;
	height: 100%;
}

.header{
	padding: 47px 47px 0 47px;
}

.sousMenu, .sousMenu a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.sousMenu a:hover{
	color:#9eb45b;
}

.contenu{
	 padding: 0px 47px 8px 47px;
	 background-image:url(../imagesX/bgHeaderVert.jpg);
	 background-repeat:repeat-x;
	 background-position:top;
	 background-color:#FFFFFF;
}

.suiteNouvelles, .suiteNouvelles:visited{
	font-family:Arial, Helvetica, sans-serif; 
	color:#af0d05; 
	font-size:13px;
	text-decoration:none;
}

.suiteNouvelles:hover{
	text-decoration:underline;
}

.footerBG{
	width: 100%;
	background-color: #262938;
    height: 29px;
}

.footerC{
	color: #FFFFFF;
	padding: 0 47px 0 47px;
}

.materielExpo{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

/************** PRODUIT **********************/
.titreProduit{
    background-image:url(../images/name_box.png);
	background-repeat:no-repeat;
	width:250px;
	height:30px;
	text-align:left;
	padding:7px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.smallThumbVert{
	background-image:url(../images/thumb_box_vert.png);
	background-repeat:no-repeat;
	width:120px;
	height:103px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.smallThumbVertEmpty{
	background-image:url(../images/thumb_box_vert_empty.png);
	background-repeat:no-repeat;
	width:120px;
	height:103px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.smallThumbHor{
	background-image:url(../images/thumb_box_hor.png);
	background-repeat:no-repeat;
	width:124px;
	height:83px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.smallThumbHorEmpty{
	background-image:url(../images/thumb_box_hor_empty.png);
	background-repeat:no-repeat;
	width:124px;
	height:83px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.medThumbHor{
	background-image:url(../images/med_box_hor.png);
	background-repeat:no-repeat;
	width:200px;
	height:134px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.medThumbHorEmpty{
	background-image:url(../images/med_box_hor_empty.png);
	background-repeat:no-repeat;
	width:200px;
	height:134px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.medThumbVert{
	background-image:url(../images/med_box_vert.png);
	background-repeat:no-repeat;
	width:200px;
	height:134px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.medThumbVertEmpty{
	background-image:url(../images/med_box_vert_empty.png);
	background-repeat:no-repeat;
	width:200px;
	height:134px;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

.normalProduit{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5c5c5c;
	text-align:left;
}
/*********************************************/

.titreMenu, .titreMenu a{
	color:#ffffff;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}

.titreMenu{
	background-color: #212331;
	padding-left: 14px;
}

.titreMenu:hover{
	background-color: #54647c;
}

.titreSousMenu, .titreSousMenu a{
	color:#212331;
	background-color: #ffffff;
	background-repeat:repeat-x;
	font-weight: bold;
	font-size:11px;
	text-decoration:none;
}

.titreSousMenu{
	padding-left: 14px;
}

.titreSousMenu:hover{
	background-image:url(imagesX/bgSousMenu_hover.jpg);
	background-repeat:repeat-x;
}

.titreSousMenu a:hover{
	color:#9aab57;
}

.separationSousMenu{
	 background-color:#e3e8d5;
}

.nomProduit a{
	color:#212331;
	text-decoration:none;
}

.nomProduit a:hover{
	color:#9aab57;
	text-decoration:underline;
}

.plan a{
	color:#000000;
	text-decoration:none;
}

.plan a:hover{
	color:#5c8038;
	text-decoration:underline;
}

.tableauMedias a{
	color:#000000;
	text-decoration:none;
}

.tableauMedias a:hover{
	color:#5c8038;
	text-decoration:underline;
}

.tableauMedias img{
	border:2;
	border-color:#5c8038;
	text-decoration:underline;
}

.tableauVideos a{
	color:#000000;
	text-decoration:none;
}

.tableauVideos a:hover{
	color:#5c8038;
	text-decoration:underline;
}

.tableauVideos img{
	border:0;
}

.footer a, .footer a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer a:hover{
	color:#97ae5e;
	text-decoration:underline;
}

