/* CSS Document */

@import url(/css/commons.css);
@import url(/css/layout.css);
@import url(/css/onglets.css);
@import url(/css/blocs.css);

body {
	
	background-color: #FFFFFF;
	margin: 0px;
	/*background-image: url(../images/bg/bg-gradient-blanc.png);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

/* Easy Slider */

	#slider{}

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li {
		width:669px;
		height:399px;
		overflow:hidden; 
		}	
		
	#main #mainContainer #slider li:before {
		margin:0;
		padding:0;
		list-style:none;
		content: " ";

		}
	
	#prevBtn, #nextBtn{ 	
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	
	#nextBtn{ 
		left:696px;
		}
															
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}
			
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:5px 0;
		padding:0;
		height:20px;
		display:none; /* masque */
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#CCC;
		color:#333;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#666;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

 

