
/***********/
/* Général */
/***********/

html
{	overflow: scroll;
	height: 100%;
	width: 100%;
}

body
{	width: 100%;
	margin: 0px;
	padding: 0px;

	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial;
	font-size: 12px;
	background-color: white;
} 

table
{	border: 0px;
	margin: 0px;
	padding: 0px;
}

td
{	font-family: Arial;
	font-size: 12px;

}  

em
{	font-style: italic;
}
	  
sup 
{	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

.hidden 
{	display: none;	
}

.droite
{	text-align: right;
}
 

#debug
{	position: absolute;
	top: 0px;
	left: 50px;
	font-weight: bold;
	color: red;
}

.spacer
{	height: 30px;
}
	   
#rechercher
{	display: none;
}

/********/
/* Page */ 		 
/********/
#page_wrapper
{	width: 950px;		  
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;		
	text-align: center;		 
}

#page_container
{	clear: both;
	float: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	 
}	

#page
{	clear: both;
	float: left;
	width: 950px;			
	margin: 0px;			  
	padding: 0px;
}
  	
#page_left 
{	float: left;
	width: 147px;
	min-height: 230px;
	_height: 230px;		 
}

#page_content
{	float: left;
	width: 764px;
	margin-left: 39px; 						 
	text-align: left;
}	  														  


#content
{	clear: both;
	float: left;
	width: 684px;
	margin-left: 40px;
	_margin-left: 20px;
	margin-top: 30px;				  
	min-height: 300px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}	

	
/**********/
/* Header */
/**********/   
#header
{	clear: both;
	float: left;
	width: 724px;
	height: 60px; 
}


h1
{	height: 21px;
	text-indent: -9999px; 
	background: url(../pictures/terre_bleue.jpg) no-repeat;
	margin-bottom: 41px;
	cursor: pointer;
}

h2
{	clear: both;
	float: left;
	width: 724px;
	margin: 0px;  
	text-transform: none;
	border: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;	  
	text-align: right;	 
	margin-top: 5px;
	line-height: 20px;
}  
		   
h3
{	clear: both;
	float: left;
	width: 724px;
	margin-bottom: 21px;
	font-family: Arial;
	font-size: 16px;	   
	font-style: normal;
	text-align: right;		
}  

						
/********/
/* Menu */
/********/

#menu
{	font-family: Arial;
	font-size: 12px;
	font-weight: bold;				
}
				  
#menu li
{	margin-bottom: 13px;
}

#menu a
{	text-decoration: none;
	color: #000000;	 
	background: url(../pictures/puce_defaut.jpg) no-repeat 0px 2px;
	padding-left: 14px; 
}
  
#menu a:hover
{	text-decoration: none;
	color: #999999;
}

#menu .active a
{	color: #999999;
}





#debug
{	height: 20px;
	font-weight: bold;
	color: red;
}



