/*Design  par ZALINA Communication*/

div#container {
background-color: #fff;
padding-left: 5px;
padding-right:5px;
padding-top: 2px;
padding-bottom: 2px;
}

body
{
   width: 950px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 0px;   
   background-image: url("images/fond.png");
   background-color: #cdcdcd;
}


/* L'en-tête */
#en_tete
{
   width: 100%;
   height: 100%;
   background-image: url("images/.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}


/* Le corps de la page */
#corps
{
   margin-left: auto;
   height: 520px;
   margin-bottom: 0px;
   padding: 10px;
   background-image: url("images/fond.png");
   background-color: #ffffff;
   background-repeat: repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   overflow: auto;
   text-align: justify;
}




.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #383C09;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color: #383C09;
}
.texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #383C09;
}

.element_menu
{
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   margin-bottom: 5px;
   margin-top: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}


/* Quelques effets sur les menus */

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 0px;
   margin: 0px;
   margin-bottom: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}

.element_menu a
{
   color: #383C09;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
}

.element_menu a:hover
{
   background-color: ;
   color: #ff0000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
}

.element_menu a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #404C20;
	text-decoration: none;
}
	
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
   margin: 0px;
   padding: 0px;
   text-align: left;
   color: #ff0013;
   background-image: url("images/fond.png");
   background-color: #3c7faf;
   background-repeat: repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
}	
