@charset "UTF-8";
/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
}

body {
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	background-image:url(images/fond.png);
	background-color: #000;
	/* background : #000 (images/fond.png) top center ;
	
	background-position: top; */
}

/*  SITE
******************************************************************* */
 
#site {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px ;
	width : 843px;
	text-align : left;
	
}  

/*  HEADER
********************************************************************/
#header {
	height : 133px;
		width:842px;
		background-color:#FFF;
	padding-top: 0px;
	background-color:#FFF;

}
  
  /*  main
********************************************************************/
#main {
	width:842px;
	background-color:#069;
	float  : left;
}

#centre {
width:842px; /* 548-16 **/	
float  : left ;

background-color:#FFF;
overflow:auto;
border-width:0pt;
border-style:solid;


/* padding-top:20px ;
padding-right:20px;*/	


}


/*  gauche
********************************************************************/
   
#gauche {
height : 462px ;
width:251px;
float  : left ;
padding:0;
background:url(centre/images/centre_13.png);
background-color:#FFF;
 
}

/*  droit
********************************************************************/
   
#droit {
height : 462px ;
width:43px;
float  :left ;
padding:0;
background:url(centre/images/centre_15.png) no-repeat;
background-color:#FFF;
 
}



/*  CONTENU
********************************************************************/	
	
#contenu {
width : 548px ; /* 548-16 **/	
/*height : 462px ;*/
float  : left ;
background:url(centre/images/centre_14.png) no-repeat;
background-color:#FFF;
overflow:auto;
border-width:0pt;
border-style:solid;


/* padding-top:20px ;
padding-right:20px;*/	


}

   
   /*alignement 
************************************************************************/
.left {text-align: left ; }

.right {text-align: right ; }

.center{text-align: center ; }

.justify {text-align: justify ;}

  
   /*alignement 
************************************************************************/
.rouge {
	color:#F00}

.vert {
	color:#060 }

.bleu{
	color:#009}

.orange {
	color:#F60}

.parme {
	color:
	#969}
	
.violet {
	color:
	#606}

/*  FOOTER
*******************************************************************/ 
   
#footer { 
width : 842; 
height :95px;
float  : left ;
}

#footer h5 {
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-style: italic;
	padding-left:400px;
	padding-top:20px;
}

#footer p {
padding-left:400px;
}


/* Mention de copyright 
************************************************************************/
#copyright {
	margin: 8px 0 0 0;
	font-size: 8px;
	text-align: left;
}

/*formulaire
*************/
input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   background-color: #FFFF99;
}
 
label
{
   color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #FF9933;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}



.grise {
 border:1px solid black; 
 background-color:silver;
 }

.centretexte {
	text-align: center;
}