@charset "UTF-8";
/* CSS Document */

/* hack FF pour envlever pointillÃ©s autour des liens */

a {

	outline: none;

}

:focus {

	-moz-outline-style: none;

}

/* fin de hack */

/*  */
body {
		text-align: left;
		line-height: normal;
		background: #38393a ;
		}
		
		
img {border: none;}
		
#page {
		width: 1000px;
		margin: 0px auto;
		padding: 10 10;
		text-align: left;
		background : #38393a;
		}

/* partie haute de la page */		
#top{
   		background-color: #38393a;
		vertical-align: middle;
		width: 100%;
		height: 79px;
		border-bottom: solid 1px #95fdfe;
   		}
 
 /*  */ 		
#topright {
  		background-color: #38393a;
		float:left;
		padding-top: 45px;
		padding-left:540px;
  		}
 
 /*  */  
#topleft {
  
		background-color: #38393a;
		float:left;
		vertical-align: bottom;
		}
/* menu haut  */		
#topmenu {
		width:1000px;
		margin-top: 1px;
		border-bottom: solid 1px #95fdfe;
		float:left
		}
	
/* menu Ã  droite  */
#menuright{
	width:166px;
	body-background:#38393a;
	border-left: solid 1px #95fdfe;
	border-right: solid 1px #95fdfe;
	border-bottom: solid 1px #95fdfe;
	float: right;
	vertical-align:top;
	
		}		
	

/*partie oÃ¹ se trouvent les images  */	
div#content {
		width:830px;
		padding-top: 1px;
		float:left;
		text-align:left;
		}
		
	.container {
    padding:0px 0px 0px 0px;
}

#content p { width: 830px; margin-bottom: 524px; }



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 830px; margin: 0; padding: 0 0 12px 0; }

/* Easy Slider */

#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:775px;
		background:#fff;		
		margin-bottom:2em;
		}	
	



	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:775px;
		height:512px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		
		position:absolute;
		left:-30px;
		top:250px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:775px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/previous.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next.gif) no-repeat 0 0;	
		}	
		

