/* Configuration générale de la page perso*/

/* mise au point des marges entre les boites et modification de la répartition entre article (conteneur) et rubrique (navigation) */

Body{
width: 1000px ;
margin-top: 1px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
} 

#entete { 
width: 1000px ;
height: 135px ;
margin: 0; 
background-image: url(rep_pics/new_banniere_final.png);  
} 

#page {    margin: 0; }  

#conteneur {padding-right:25px; width: 75%;}

#extra {width: 22%; }

#navigation{ background: #ced8e6; width: 22%; }


h1, h3
{			font-family: verdana, arial, sans-serif;
			color: #b52a32 ;
			margin-left: 6px ;
			padding-left: 5px ;

			
}

h2
{
		font-family: verdana, arial, sans-serif;		
		color: black ;
		border-bottom-color:#b52a32 ;
		border-left-color: :#b52a32 ;
}	

h4 
{
		font-family: verdana, arial, sans-serif;		
		color: #ffffff; 
			border-bottom-color:#b52a32 ;
		border-left-color: :#b52a32 ;
}	



a
		{
		/*text-decoration: underline; */
		color: #b52a32 ;
		}

a:hover
		{  color: teal ;  }

/* bleu   color: #9eb4db ;   */
/* #navigation,extra {background:#9eb4db ; } */
/* body{background-image: url(http://localhost/col69/colonne.png);background-repeat: no-repeat; 
background-position: 0cm 5cm ;} */

/* -------------------------------------------------------------------------- */	



