@charset "utf-8";
/* CSS Document */

body  {
    margin: 0;
    padding: 0;
	border: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #333;
}
	
a {
    color: #663300;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h2 {
   font-size: 1.5em;	
   font-weight: bold;
   margin: 0;
   padding: 0; 
}
/*----------------------------   FORMULAIRES  -----------------------------------*/
input, select,textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
}
p.resultat {
   text-align: center;
}
p.resultat a {
   padding: 25px 0;
   font-weight: bold;
   display: block;
}
/*----------------------------   MENU  HAUT  -----------------------------------*/
div#menu_hautpage a {
	font-size: 14px;	
	font-weight: bold; 
	color: #d72d27;
	text-decoration: none;
}
div#menu_hautpage a:hover {
	text-decoration: underline;
}
/*----------------------------   INFOS MEMBRE  -----------------------------------*/
div#infos_membre form.conn_membre {
   font-size: 9px;
}
div#infos_membre ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 700px;
}
div#infos_membre form.conn_membre {
   margin: 0;    /* IE6 */
}
div#infos_membre ul li {
   float: left;
   margin: 0;
}
div#infos_membre ul li.gras {
   font-weight: bold;
}
div#infos_membre ul li#oubli_passe {
   padding: 3px 0 0 5px;
}
div#infos_membre ul li#inscription {
   padding: 2px 20px 0 0;
   float: right;
}
div#infos_membre ul li#infos_connecte{
   padding-top: 4px;
}
div#infos_membre ul li#espace {
   padding: 3px 0 0 30px;
}
div#infos_membre ul li#deconnexion {
   padding: 2px 0 0 0;
   float: right;
}
div#infos_membre input {
}
div#infos_membre input.bouton_connexion {
}
/*----------------------------  MODULE CONTENU  ---------------------------------*/
h1 {
   margin: 0;
   background-image: url(../images/structure/barre_titre.gif);
   height: 37px;
   /*font-family: Trebuchet MS;*/
   font-size: 2.1em;
   font-weight: bold;
   padding: 18px 0 0 20px;
}
div#texte_contenu {
    margin: 0;
	padding: 10px;
    border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	overflow: hidden;
}
div#bas_contenu {
    background: url(../images/structure/contenu_bas.gif) no-repeat;
	height: 19px;
}

/*----------------------------   MODULE MENU DROITE   ---------------------------*/
div.module_menu h2 {
    background: url(../images/structure/module_menu_haut.gif) no-repeat;
	width: 180px;
	height: 28px;
	margin: 0;
	padding: 13px 0 0 20px;
	color: #FFFFFF;
	font-size: 1.5em;
}
div.module_menu div.contenu_menu {
	width: 198px;
	margin: 0;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
div.module_menu div.bas_menu {
	background: url(../images/structure/module_menu_bas.gif) no-repeat;
	width: 200px;
	height: 17px;
	margin-bottom: 10px;
}
div.module_menu ul.menu {
	list-style: none;
	margin: 0 15px;
	border-bottom: 1px solid #d1d5e1;
	padding: 15px 0 0 0;	
}
div.module_menu ul.menu li {
   border-top: 1px solid #d1d5e1;
   padding: 6px 0 6px 18px;
   background: url(../images/visuels/fleche_rouge.gif) no-repeat 3px 11px;
}
div.module_menu a {
   text-decoration: none;
   color: #000000; 
}
div.module_menu a:hover {
   color: #444444;
}


div.module_menu div#recherche_tab {
   margin: 0 15px;
   padding: 10px 0 0;
}
div.module_menu div#recherche_tab form {
   margin: 0; /* IE6 */
}
/*----------------------------   MODULE PAGE   ---------------------------*/
div.module_page{
   margin: 20px 0 0 0;
   padding: 0;
}
div.module_page h2
{
    background: url(../images/structure/barre_soustitre.gif) no-repeat;
	height: 27px;
	margin: 0;
	padding: 8px 0 0 10px;
    font-family: Trebuchet MS;
	font-size: 1.5em;
	font-weight: bold;
}

/*----------------------------  MODULE BARRE TITRE GRIS ARRONDI   --------*/
div.bloc_barre_titre_gris {
   margin: 0 0 20px;
}
div.bloc_barre_titre_gris div.hg {
   float: left;
   background: url(../images/structure/soustitre_gauche.gif) no-repeat;
   height: 35px;
   width: 10px;
}
div.bloc_barre_titre_gris div.hc {
   float: left;
   background: url(../images/structure/soustitre_centre.gif) repeat-x; /*#d4d4d4*/ 
   height: 27px;
   padding-top: 8px;
}
div.bloc_barre_titre_gris div.hc h2 {
   font-size: 1.3em;
}
div.bloc_barre_titre_gris div.hc h2.center {
   text-align: center;
}
div.bloc_barre_titre_gris div.hd {
   float: left;
   background: url(../images/structure/soustitre_droit.gif) no-repeat;
   height: 35px;
   width: 10px;
}
div.cadre_barre_titre_gris {
   clear: left;
   padding: 5px;
}

/*----------------------------  BARRE NAVIGATION   -----------------------*/

div.barre_liens {
    background-color: #1f9418;
	padding: 3px 5px;
}
div.barre_liens a {
	padding: 0 10px 0 0;
	color: #ffffff;
	text-decoration: none;
}
div.barre_liens a:hover {
    text-decoration: underline;
}

