/*
------
BODY
-------
*/
body{
   width: 955px;
   margin: auto; 
}

.blanc {
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:12px;
   color: #ffffff;
}
.orange {
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:12px;
   color: #FFA100;
}


.texte {
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:12px;
   color: #000000;
}
/* 
----------
L'en-tête
----------
*/

#en_tete{
   width: 955px;
   height: 158px;
}


/*
--------
Le menu
--------
*/

#menu {
	width: 955px;
	background-color: #F9F9F9;
}


/* 
-------------------
Le corps de la page
-------------------
*/

#corps{
	width: 955px;
}

#corps p {
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:12px;
   color: #464646;
   text-align:justify;
   margin:10px;
}

#corps A:link {text-decoration: none; color: #464646; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 12px}
#corps A:visited {text-decoration: none; color: #464646; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 12px}
#corps A:active {text-decoration: none; color: #FFA100; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 12px}
#corps A:hover {text-decoration: underline; color: #FFA100; font-size: 12pX}

table, tr, td {
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:12px;
   color: #464646;
   text-align:justify;
}

.petit{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:10px;
   color: #464646;
}

a img {
	border:0;
}

/*
----------------
Le pied de page 
---------------
*/

#pied_de_page{
   	width: 955px;
}

#pied_de_page p {
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:10px;
   color: #464646;
   text-align:center;
}

.orange {
	color: #FFA100;
}

#pied_de_page A:link {text-decoration: none; color: #FFA100; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px}
#pied_de_page A:visited {text-decoration: none; color: #FFA100; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px}
#pied_de_page A:active {text-decoration: none; color: #FFA100; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px}
#pied_de_page A:hover {text-decoration: underline; color: #FFA100; font-size: 10pX}







