/*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: 5px;
   margin-bottom: 0px;   
   background-image: url("images/fond.png");
   background-color: #ffffff;
}


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


/* Le menu */
#menu
{
   float: left;
   width: 150px;
   height: auto;
   background-image: url("images/fond.png");
   background-color: #ffffff;
   padding: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px
}

/* Le menu bis */
#menu_bis
{
   float: right;
   width: 20px;
   height: auto;
   background-image: url("images/fond.png");
   background-color: #f35712;
   padding: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px
}

/* Le corps de la page */
#corps
{
   width: 750px;
   margin-left: auto;
   
   margin-bottom: 0px;
   padding: 5px;
   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;
   
   text-align: justify;
   height: auto;
}




.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) */


#bas_de_page
{
   float: left;
   width: 950px;
   height: auto;
   background-image: url("images/motif.png");
   background-color: ##e2e2e2;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px
 }



.bas_de_page
{
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
}




.bas_de_page ul
{
   list-style-image: url("images/puce.png");
   padding: 5px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
   font-family: arial, "Arial", "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px
}

.bas_de_page a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #000000; /*couleur des liens  du menu G*/
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}


.bas_de_page a:hover   /*couleur du touché de liens dans le menus g */
{
   background-color: #; /*couleur de fond lors du touché de liens */
   text-decoration: underline; /*souligné lors du touché de liens */
   color: #C70025; /*couleur du texte lors du touché de liens */
   font-family: Verdana, "Arial", "Arial Black", "Times New Roman", Times, serif;
}


.souligne
{
text-decoration: underline;
}

a  /* Les liens ne seront plus soulignés */
{
   text-decoration:  /* "none", Les liens ne seront plus soulignés  au niveau de la baniere*/
   color: #737373; /* Les liens seront en gris au niveau des menus et du corps */
}

