/*-------------------------------------------------------------------------------------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none; 
}

html, body {
	width:100%;
	height:100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------
FIN RESET
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000 url(../images/2560x1600.jpg) repeat-x 50% 0%;
	margin:0;
	padding:0;
}
#bgrepeat {
	background: url(../images/CG_accueil_Sidv2_05.jpg) repeat-x ;
	width: 100%;
	float: left;
}
	
	
#all {
	width: 1019px;
	margin-left: auto;
    margin-right: auto;
}

#middle {
	background: #f0e9d5 url(../images/repeat.jpg) repeat-y;
	width: 1019px;
	height: 100%;
	float: left;
}

#header {
	background: #f0e9d5 url(../images/header.jpg) no-repeat;
	width: 1019px;
	height: 152px;
	float: left;
}

#gallery {
	background: #f0e9d5 url(../images/gallery.jpg) no-repeat;
	width: 936px;
	height: 358px;
	margin-left: auto;
    margin-right: auto;
}

#bg_footer {
	background: url(../images/bg_footer.jpg) repeat-x;
	width: 100%;
	height: 327px;
	clear: both;
	position: relative;
	display: block;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 1019px;
	height: 327px;
	margin-left: auto;
    margin-right: auto;
}

#logo {
	width: 155px;
	height: 150px;
	position: relative;
	float: left;
	margin: 25px 0px 0 107px;
}

#btn_enter {
	background: url(../images/btn_enter.jpg) no-repeat;
	width: 206px;
	height: 46px;
	float: left;
	margin-left: 40%;
	
}

/* Easy Slider */

img{border:none;}
	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

#album {
	background: url(../images/bg_slider_accueil2.jpg) no-repeat;
	width:917px; 
	height:295px;  
	position:relative;
	float: left;
	left: 0px;
	padding: 34px 0 0 10px;	
}


	#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:917px;
		height:295px;
		overflow:hidden; 
		}	
								

/* // Easy Slider */

#txt_footer {
	width: 1019px;
	height: 30px;
	position: relative;
	float: left;
}

.copyright {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	font-weight: bold;
	line-height: 35px;
	float: left;
	margin-top: 0px;
	padding-left: 40px;
}	

.adress {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	font-weight: bold;
	line-height: 35px;
	float: right;
	margin-top: 0px;
	padding-right: 45px;
}	
