
body
	{
	text-align:center;
	margin:0; padding:0;
	font-family:arial,helvetica,sans-serif, trebuchet,times, ;
	background-color: white;
	font-size:14px;
	}
 


#colonne_a 
 {
	width:272px;
	float: left;
	margin-right: 50px;
	padding: 5px;
	background-color:white;
	}	
	
#colonne_b 
 {
	float: right;
	background-color:white;
	width:558px;
	margin: 0px;
	padding: 5px;
	}

#colonne_c
 {
	/*border-left:1px solid saddlebrown;*/
	float: left;
	background-color:white;
	width:328px;
	margin: 0px;
	padding: 5px;
	/*font-size: 14px; */
	}

#colone_d
 {
	/*border-left:1px solid saddlebrown;*/
	float: right;
	background-color:white;
	width:532px;
	margin: 0px;
	padding-left: 45px;
	/*font-size: 14px; */
	}


/* Titres ////////////////////////////////////////////////////////////////////////////////////////////////////*/	 

h1
	{
	border-bottom:2px solid black;
	letter-spacing:1px;
	color:black;
	font-size: 18px; 
	}

h2
	{
	letter-spacing:1px;
	border-bottom:2px solid black;
	font-size: 16px; 
	color:black;
	}	
			
/* LIENS ////////////////////////////////////////////////////////////////////////////////////////////////////*/	 

/*Liens classiques */
a:link { 
	font-family:helvetica,sans-serif;
	text-decoration: none; 
	font-size:14px;
	color: blue;
	font-weight: bold;
	}
a:visited { 
	font-family:helvetica,sans-serif;
	text-decoration: none; 
	font-size:14px;
	color: blue;
	font-weight: bold;
	}
a:hover, a:active { 
	font-family:helvetica,sans-serif;
	text-decoration: underline; 
	font-size:14px;
	color: blue;
	font-weight: bold;
	}




/* IMAGES  ////////////////////////////////////////////////////////////////////////////////////////////////////*/	 
	
img 
	{
    border : none;
    border : 0;
    }
	
.img_d
	{
    border : none;
    border : 0;
	float: right;
	margin:7px;/*Rajouter des marges regulières*/
    }
	
/* LISTES  ////////////////////////////////////////////////////////////////////////////////////////////////////*/	 

.ul
	{
    /*list-style-image: url(images/puce-jaune.gif);*/
    font-family:arial,helvetica,sans-serif;
	color: black;
	font-size: 14px; 
    }


/* PIED DE PAGE  ///////////////////////////////////////////////////////////////////////////////////////////////*/	 
 
 #pied_page
 {
	/*border:1px dashed black;*//*border:1px dashed black;*/
	float: left;
	/*width:1000px;
	text-align: center;*/
	/*background: url(images/1px_pied.gif) top left repeat-x;
	margin-top:0px;*/
	/*margin-bottom:45px;
	border : 1px solid saddlebrown;*/
 }

/* 
 #footer
 {
	float: left;
	width:1000px;
	position:relative; 
	text-align: center;
	top:-15px;
	font-size:12px;
	color: white;
	background-color: black;  
	padding-top:10px;
	padding-bottom:10px;
	}
 */
 
 #page_
 {	
 	width:900px;
	position:relative; /* Permet de coordonner les enfants par rapport à ce repère*/
	margin-left: auto;
	margin-right: auto;
	/*margin-top:50px;*/
	/*margin-bottom:50px;*/
	text-align: left;
	background-color: white;
 }