    /* image replacement */
        .graphic, #header h1, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}
	.col{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.full{
		clear:both;	
		padding:1em 36px;
		}	
	#footer{
		clear:both;
		background:url(../images/bg_footer.gif) no-repeat 0 100%;
		height:80px;		
		padding:0 36px;
		font-size:12px;
		color:#fff;
		}		

/* //page setup */

/* header */

	/*#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:203px;
		height:110px;
		top:34px;
		left:36px;
		background:url(../images/bg_logo.gif) no-repeat 0 0;	
		}	*/			

/* // header */

/* content */
				
/*	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
	border:1px solid #e1e1e1;
	border-top:1px solid #e8e8e8e8;
	border-left:1px solid #e8e8e8e8;
	padding:5px;
	background-color: #093;
		}			*/	
			
	/* slider */

/*			#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev_2.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next_2.png) no-repeat 0 0;	
		}		*/							
	
	/* // slider */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .full a{
		font-weight:bold;
		text-decoration:underline;
		}		


	.full ul, .full li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.full li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}		

/* // content */

/* footer */

/*	#footer p{
		margin:0;	
		line-height:76px;		
		}	
	#footer a{
		color:#ccc;
		text-decoration:underline;	
		}	*/			

/* // footer */
			
			#boite_slider{
	position:relative;
	text-align:left;
	width:600px;
	background-color: #FFF;
	border: 2px solid #63C3D1;
	height: 400px;
	margin-top: 0;
	margin-left: 100px;
		}
		
		#content{
	position:relative;
		}	
		
		
		/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
	height:400px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn{
	display:block;
	width:50px;
	height:77px;
	position:absolute;
	left:-60px;
	top:180px;
		}	
	#nextBtn{
	left:610px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:77px;
		background:url(../images/btn_prev_2.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next_2.png) no-repeat 0 0;	
		}												
