/* structure de base*/

body{
    margin:0;
    padding:0;
    background-color : #fff;
    background-color : #231E1C;
}

#conteneur{
	margin:auto;
    padding:0 ;
	width:990px;
	min-height : 600px;
	height : auto ;
	background-color : #fff;	
}
.header_admin,
header{
	margin:0;
    padding:0 ;
	width : 990px;
	height : 110px;
	background-image : url(../../photo/header_fond.jpg);
}

.header_admin{
	background-image : url(../../photo/header_fond_admin.jpg);	
}

nav{
	width:990px;
	min-height : 30px;
	background-color : #f5f5f5
}

section{
	float:left;
	width : 660px;
	min-height : 650px;
	height:auto;
	background-color : #fff;	
}

aside{
	float:right;
	width : 330px;
	min-height : 600px;
	height:auto;
	background-color : #fff;	
}
footer{
	clear : both;
	width : 990px;
	height : 26px;
	background-color : #f5f5f5 ;
}

section.admin{ /*pour les pages admin munies de grands tableaux */
	clear :left;
	width : 990px;
	min-height : 600px;

}

div.tab_admin{	
		min-height : 600px;
		height : auto;
}
