/* *************SLIDER HOME CONFIGURATION********************* */

/* [ Boite Générale */
#HomeSlider {
	font-family: "Trebuchet MS";
	/*position:absolute;
	left: 166px;
	top: 206px;*/
	font-size: 12px;
}
/* Boite Générale ] */

/* [ Menu */
#HomeSlider div.buttons {
	width:950px;
	font-family:"Trebuchet MS";
	text-align:center;
	background-color:#000;
	margin: 0 auto;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	height: 25px; /*hauteur de la barre de menu*/
}

#HomeSlider #HomeSliderMenu span,
#HomeSlider div.buttons span, 
#HomeSlider div.buttons span a:link,
#HomeSlider div.buttons span a:visited {
/*GESTION DU STYLE DU MENU*/
	color:#FFF;
	cursor:pointer;
	font-size: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	line-height: 25px;
}
#HomeSlider #HomeSliderMenu span.active, #HomeSlider #HomeSliderMenu span:hover{
	color:#fff; /*couleur de texte des liens du menu*/
	background-color: #00CCFF; /*couleur du fond au survol*/
}



/*
#HomeSlider #HomeSliderMenu span.TestL{
	background-image: url(../../left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#HomeSlider #HomeSliderMenu span.TestL a:link,
#HomeSlider #HomeSliderMenu span.TestL a:visited
{
	background-image: url(../../right.gif);
	background-position: right top;
}

/* Menu ] */

/* Intérieur */

#HomeSlider div.HomeSliderMask{
margin:0 auto;
padding:0;
	position:relative;
	width:950px;
	height:321px;
	overflow:hidden;
	background-color: #000;
	/*border: 1px solid #E9E9E9;*/
}

#HomeSliderBox{
	position:absolute;
}

#HomeSliderBox div.Item{
	width:950px;
	height:321px;
	float:left;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: left top;
}


#HomeSliderBox div div{
	width:auto;
	height:auto;
	float:none;
	background-color: transparent;
	margin-top: auto;
}


/****[ Contenu ***/
#HomeSliderBox h3{
	font-size: 21px;
	margin-bottom: 10px;
	color: #077EB6;
	margin-left: 5px;
	margin-right: 5px;
}

#HomeSliderBox p{
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

#HomeSliderBox table tr td,
#HomeSliderBox table tr td
{
	height: 316px;
	vertical-align: middle;
}

#HomeSliderBox div.HomeSlideRight,
#HomeSliderBox div.HomeSlideLeft
{
	width: 417px;
	/*border:1px solid red;*/
}


/*** [Gabarit Droite ****/
#HomeSliderBox div.HomeSlideRight{
	/*float: right;*/
	padding-left:515px;
	padding-right:15px;
}

#HomeSliderBox div.HomeSlideRight p{
	
}
/*** Gabarit Droite] ****/

/*** [Gabarit Gauche ****/
#HomeSliderBox div.HomeSlideLeft{
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}
#HomeSliderBox div.HomeSlideLeft p{
	
}
/*** Gabarit Droite] ****/




/**** Contenu ] ***/



#HomeSliderBox ul, #HomeSliderBox ul li{
	font-size:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Verdana;
}
/*
#HomeSliderBox h3, #HomeSliderBox p{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
*/
#HomeSliderBox p{
	text-indent:0px;
}

