body {
		/* background:#fff url(images/bg_body.gif) repeat-x; */
		/* font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif; */
		/* color:#333; */
/* 		line-height:180%;*/

		/* text-align:center;
		height:1000px; */
	}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img
	{

	}
	pre{
		/* display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px; */
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
/* 		margin:0 auto;
		position:relative;
		text-align:left;*/
		width:680px; 
		padding-top:25px;
		}	
	#header{
/* 		height:80px;
		background:#5DC9E1;
		color:#fff; */
		}				
	#content{
		position:relative;
		background:#dbd5c9;	
		}			

/* 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:696px;
		height:241px; */
		width:680px;
		height:100%;		/*  600px  100%  */
		/* overflow:hidden; */
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		/* width:30px;
		height:77px; */
		width:18px;
		height:25px;
		position:absolute;
		/* left:-30px;
		top:71px; */
		left:-23px;
		top:312px;
		}	
	#nextBtn{ 
		/* left:696px; */
		left:685px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		/* width:30px;
		height:77px; */
		width:18px;
		height:25px;
		/* background:url(../images/Fleche_g.gif) no-repeat 0 0;	 	
		z-index:3;*/
		background:url(../images/FlecheGauche.png) no-repeat 0 0;
		}	
	#nextBtn a{ 
		/* background:url(../images/Fleche_d.gif) no-repeat 0 0;		 
		z-index:3;*/
		background:url(../images/FlecheDroite.png) no-repeat 0 0;	
		}												
	.texte_photo
	{
		/* font-family: 'Berthold', Arial, Trebuchet MS, Helvetica, Sans-Serif;
		font-size: 16px;
		color:#686868; */ 
		font-family: Verdana, Arial, Trebuchet MS, Helvetica, Sans-Serif;
		font-size: 10pt;
		text-align: left;
		color: #323232;
		line-height: 1.5em;

		background:#dbd5c9;
		height:100%;
		width:798px;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	
.texte_photo_intro
	{
		/*color:#FCA12A;
		font-family: 'BertholdBold', Arial, Trebuchet MS, Helvetica, Sans-Serif;
		font-size: 17px;*/
		font-family: 'Neuropol', Verdana, serif;
		font-size: 22px;	
		color: #323232;
		text-align:center;
		padding-top:14px;
		
	}
/* // Easy Slider */