/* CSS LAYOUT */

body{
	background: url(../images_css/fond_footer.jpg) no-repeat bottom left #FFFFFF;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font: normal normal normal 12px Arial, sans-serif;
	padding-bottom: 40px;
}

html{
	
}

#bloc_global{
	background: url(../images_css/fond_header_495.gif) repeat-x top left;
	position: relative;

}

#bloc_980{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
	position: relative;

}

#menu{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#menu ul li{
	display: block;
	float: left;
	height: 103px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0 14px;
}

#menu  .separation{
	background: url(../images_css/menu_separation.gif) no-repeat bottom right #99d1a4;
}

#menu ul li img{
	display: block;
	margin-left: auto !important;
	margin-left: 0;
	margin-right: auto !important;
	margin-right: 0;
	margin-bottom: 14px;
}
	
#menu .actif{
	margin-bottom: 0;
	margin-top: 8px;
}


/* Easy Slider */

/* image replacement */
.graphic, #prevBtn, #nextBtn{
	/*margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;*/
    text-indent: -8000px;
}
    /* // image replacement */

	
#slider{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	border : 10px solid #FFFFFF;
	border-top: none;
	margin-bottom: 6px;
}

#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 880px;
	height: 290px;
	overflow: hidden;
}

#slider ul li img{
	/*border : 10px solid #FFFFFF;*/
}

#prevBtn, #nextBtn{ 
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 240px;
	left: 0px;
}	
		
#nextBtn{ 
	left: 954px;
	top: 240px;
}
														
#prevBtn a, #nextBtn a{  
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images_css/slide-fleche-gauche.gif) no-repeat 0 0;	
	outline: none;
}	

#nextBtn a{ 
	background: url(../images_css/slide-fleche-droite.gif) no-repeat 0 0;	
}												

/* // Easy Slider */

#accroche{
	padding-left: 38px;
	padding-top: 10px;
	color: #3b4d6d;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	margin-bottom: 6px;
}

#accroche p{
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	margin-top: 14px;
}


#texte_rollax p{
	margin: 6px 0;
}

#texte_axelle p, #texte_rollone p{
	margin: 8px 0;
}

.acces_rubrique{
	background-color: #B6B6B6;
	padding: 4px 8px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

/**********************************
	BLOC ROLLAX, AXELLE, ROLL'ONE
***********************************/

.bloc_325{
	width: 325px;
	float: left;
}

.bloc_325_header{
	margin: 1px 0;
	background-color: #DDDDDD;
	padding: 8px;
	height: 52px;
}

.titre_accroche{
	color: #FFFFFF;
	padding: 2px 8px;
}

.titre_accroche span{
	font-weight:bold;font-size:12px;float:right;font-style:italic;letter-spacing:1px;
}

.titre_accroche b{
	font-size: 18px;
}

.bloc_contenu_325{
	background-color: #DDDDDD;
	padding: 6px;
	color: #28255C;
}

.bloc_scroll{
	height: 174px;
	overflow: auto;
	text-align: justify;
}

.image_325{
	display: block;
	margin: 1px 0;
	border: 0;
}


/************************
 SOMMAIRE ROLLAX, AXELLE
*************************/
.sommaire {
	float: left;
	width: 325px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}

.sommaire ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.sommaire ul li a{
	margin: 0; 
	padding: 12px 10px;
	padding-right: 30px;
	background: url(../images_css/sommaire_fond.gif) repeat-x;
	width: 285px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	outline: none;
}

.sommaire ul li a.active {
	background: url(../images_css/sommaire_active.gif) no-repeat center right;
	cursor: default;
}


#container{
	float: right;
	width: 635px;
	text-align : justify;
	padding: 8px;
	padding-left: 0px;
}

/******************
    REVENDEURS
******************/

.coordonnees_revendeur{
	margin: 4px 0;
	font-size: 12px;
	color: #333333;
	margin-bottom: 20px;
}


/******************
      ACTUALITES
******************/
#titre_actualites{
	background-color: #BFBA6A;
	color: #FFFFFF;
	font-size: 18px;
	padding: 4px 12px;
	margin-top: 8px;
	text-align: right;
}	

#actu_1{
	width: 468px;
	border-right: #BFBA6A 1px solid;
	padding: 10px;
	float: left;
}

#actu_2{
	width: 470px;
	padding: 10px;
	float: right
}

.date{
	float: left;
	width: 35px;
	height: 35px;
	background: url(../images_css/icon_date.gif) no-repeat top left;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.actu_titre{
	font-weight: bold;
	font-size: 14px;
}

.actu_contenu{
	clear: both;
	text-align: justify;
}

.titre_pj{
	font-weight : bold;
	color : #666666;
	border-bottom : 1px dashed #999999;
	line-height : 24px;
	margin-top: 10px;
}



/******************
	FOOTER
******************/
#footer{
	background-color: #FF9B00;
	font-weight: bold;
	padding: 8px;
	text-align: right;
}

