
/*-------------------------------------------------------------------------------------------------------------------------------------------------------
	CSS Document (Cascading Style Sheet)
	
	project:     SUBERVILLE
	released:    2009-04-07
	author:      Mathieu Bruzeaud
	email:       mathieu.bruzeaud@sisca.fr
	website:     http://www.suberville-electromenager.com
	info:
	
	Summary:
	
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	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%;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #605f5f;
	background: #fff url(../images/bg_repeat_accueil.jpg) repeat-x;
	margin:0;
	padding:0;
}

#all_accueil {
	width: 987px;
	height: 100%;
	margin-left: auto;
    margin-right: auto;	
}


	
/*-------------------------------------------------------------------------------------------------------------------------------------------------------
FIN GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#bg_logo_accueil {
	background: url(../images/bg_logo_accueil.jpg) no-repeat;
	width: 368px;
	height: 107px;
	float: left;
}



#logo_accueil {
	background: url(../images/logo_accueil.jpg) no-repeat;
	width: 229px;
	height: 107px;
	margin-left: auto;
    margin-right: auto;
}


#container_header_accueil {
	background: url(../images/container_header_accueil.jpg) no-repeat;
	width: 619px;
	height: 107px;
	float: left;
}

/*#bottom_slider {
	background: url(../images/bottom_slider.jpg) no-repeat;
	width: 987px;
	height: 68px;
	float: right;
}*/

#btn_acces {
	background: url(../images/btn_acces.jpg) no-repeat;
	width: 228px;
	height: 35px;
	float: left;
	margin-top: -20px; 
	margin-left: 340px;
}

.acces_pro {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #605f5f;
	font-weight: bold;
	font-variant:small-caps;
	line-height: 29px;	
	margin-left: 57px;
}

.txt_footer {
	width: 987px;
	height: 64px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #605f5f;
	font-weight:bolder;
	font-variant:small-caps;
}

#footer_accueil {
	background: url(../images/footer_accueil.jpg) no-repeat;
	width: 987px;
	height: 64px;
	float: left;
	margin-top: -10px; 
	text-align: center; 
	line-height:15px;
	padding-top: 10px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------
FIN HEADER
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#border {
	width: 940px;
	height: 302px;
	position: relative;
	float: left;
	left: 0px;
	top: -302px;
}

/* 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:987px; 
	height:383px;  
	position:relative;
	float: left;
	left: 0px;
	padding: 9px 0 0 34px;	
}


	#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 */