IMG { border:0px; }

/** marging : marge à l'ext du bloc ; padding : marge à l'int du bloc */

#bloc_general {

	/** Application des dimensions */
	width : 800px;
	height: auto;
	/** height : au depart 600 puis qd contenu "auto" ou qd bloc_contenu avec nb px */
	
	/** Position (pour centrer le site sur la page)*/
	margin-left : auto;
	margin-right : auto;
	
	background-color:#000000;		
}



#bloc_header_acc {
	
	/** Application des dimensions */
	width : 800px;
	height : 368px;	   
	
	
	/** Position, bien calé sur bloc général */
	margin :0px;
	padding:0px;
	
	/** Mise en forme */
	background-image:url(../img/img_acc.jpg);
	background-repeat:no-repeat;
}


#bloc_header_autres {		

	/** Application des dimensions */
	width : 800px;
	height : 256px;	   
	
	
	/** Position, bien calé sur bloc général */
	margin :0px;
	padding:0px;
}


#bloc_centre {

/** Application des dimensions */
	width:800px;
	max-width:800px;
	height :auto;
}  


DIV#bloc_menu {

/** Application des dimensions */
  padding:0;
  margin:0;
  list-style-type:none;
  width:800px;
  height :40px;
  float: left;
  
  background-image:url(../img/barre-menu.jpg);
  background-repeat:no-repeat;
}  

ul#menu {

padding:0;
margin:0;
list-style-type:none;
margin-left:95px;
}


ul#menu li { 

 float:left; /*pour IE*/
 border-left:0px solid black;/*marges à Gche de chq rbq*/
}


#bloc_contenu {

/** Application des dimensions */
	width:800px;
	min-height:400px;
	height :auto;

	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
	float: left;

	background:url(../img/fd-feuille.jpg) #EFEFEF no-repeat ;
}  


#bloc_contenu_1 {

/** Application des dimensions */
	width:200px;
	height:100px;
	
	float: left;

	background:url(../img/feuille.jpg) #EFEFEF no-repeat;
  border:0px solid red;
}

  
#bloc_contenu_2 {

/** Application des dimensions */
	width:600px;
	min-height:400px;
	height:auto;

	float:left;

	background-image:url(../img/arabesque.jpg);
	background-color:#efefef;
	background-repeat:no-repeat;
}
 

DIV#bloc_contenu2_contenu {

  position:relative;
  margin:0px;
  padding:0px;
  width:560px;
}

 
#bloc_contenu_3 {

/** Application des dimensions */
	width:600px;
	min-height:400px;
	height:,400px;

	float: left;

	background-image:url(../img/carte.jpg);
	background-color:#efefef;
	background-repeat:no-repeat;
}
  

DIV#contenu_footer {

  width:800px;
  height:300px;
}


#bloc_footer {

	/** Application des dimensions */
	float:left;
  	height : 30px;
	/** à rétablir qd #langues activé */
	/**width : 680px;*/
	width : 800px;

	background-color:#efefef;
}
	
	
	#langues {
	
	/** Application des dimensions */
	float:right;
	height : 30px;
	width : 120px;

	background-color:#efefef;	
}

	
#bloc_mentions {

	/** Application des dimensions */
	width : 500px;
	min-height : 850px;	
	height :auto;

	
	/** Position, bien calé sur bloc général */
	margin :0px;
	padding-left:20px;
	padding-right:20px;
	background-color:#efefef;
}
