body /*site de Ninie*/
{

	background-color: #FBFAC0;
	font-family: Arial, Verdana, "Arial Black", serif;  
	text-align: center;
}

a:link {  color: #7D1F3A; text-decoration:none} /* lien non visité */
a:visited {  color:#7D1F3A; text-decoration:none} /* lien visité */
a:hover { color:#da2880; text-decoration:none} /* lien survolé */
a:active { color:#FBFBD7; text-decoration:none} /* lien sélectionné */

/*pour que les encadrés bleu de liens disparaissent*/
a img
{
border: none;
} 


h1 /* description des titres*/
{
   background-image: url("../img/titre/titre.jpg");
   background-repeat: no-repeat;
   width:500px;
   height: 40px;
  margin:0 auto 0 auto;	
   margin-right: 10px;
   margin-top: 10px;
   padding-top:10px;
   font-size: 24px; /* Titres de 19 pixels */
   color: #808080;
}

h2
{
   font-size: 20px; /* Titres de 20 pixels */
   color: #da2880;
   font-weight: bold;
   text-decoration: underline;
}

h3
{
  background-image: url("../img/commentaire/commentaire.jpg");
   background-repeat: no-repeat;
      width:500px;
   height: 10px;
}

p    /* description des paragraphes*/
{
   font-size: 16px; /* Paragraphes de 16 pixels */
   text-align: center;
   color:#7D1F3A;  
}

.souligne /*les textes qui seront soulignés*/
{
   text-decoration: underline;
}

.petit
{
    font-size: 12px;
}

.moyen
{
    font-size: 15px;
}

.grand
{
    font-size: 17px;
}

.gras
{
   font-weight: bold;
}

.bleu
{
    color: #5576d3; 
}

.rose
{
    color: #da2880; 
}

.vert
{
   color:#00D198;
}

.jaune
{
    color: #9B762F;
}

.piedpage
{
   color: #da2880;
   font-size: 14px;
   font-weight: bold;
}

.FontTitres {font-family: "comic sans ms", Arial, Verdana, Helvetica, sans-serif}

.MsgErreur {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
}

#global
{
  width: 800px;
  margin:0 auto 0 auto;	
}

#en_tete
{
width: 798px;
height: 122px;
background-image: url("../img/entete/entete.jpg");
background-repeat:no-repeat;
position: relative;
padding-bottom: 8px;
margin:0 auto 0 auto; 
}

#corps
{
width: 800px;

}

#menu
{
float:left;
background-image:url("../img/menu/menu.jpg");
background-repeat: no-repeat;
height: 390px;
width: 188px;
}

#menu ul
{
margin-top: 50px;
list-style-type: none ;
font-size: 18px;
}

#menu li
{
padding-top: 20px;
float:left;
width:120px;
}

#menu li a:hover
{
color: #FBFAC0;
}

#contenu
{
background-image:url("../img/corps/contenu.jpg");
background-repeat:repeat;
width: 600px;
float:right;
padding-bottom: 10px;
margin-bottom: 5px;

}

#texte
{
width: 540px;
margin:0 auto 0 auto;
}


#pied_de_page 
{
float: right;
	width:600px;
	  margin:0 auto 0 auto;
} 
