/* CSS Document */


#menu
{
   width: 142px; /* Très important : donner une taille au menu */
   height: 550px;
   float: left; /* Le menu flottera à gauche */
}

/* Le logo */

#menu img{
	filter:alpha(opacity=70); 
	opacity: 0.7; 
	-moz-opacity: 0.7;
}


.logo
{
   height: 113px;
   background-position:center;
   background-image: url("../images/logo.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

.espace_adh{
	background-color: #A70705;
	text-align:center;
	margin-top:8px;	
}

.espace_adh p{
	margin:0px;
}


.espace_adh_label
{
	font-size:20px;
}

.espace_adh label
{
	font-size:10px;
}

.espace_adh input
{
	width:65px;
	font-size:10px;
	margin-top:2px;
   	margin-bottom: 2px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

.titre_espace
{
   background-color: #A70705;
   margin-bottom: 2px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

.texte_bas_menu
{
	font-size: 11px;
	text-align:justify;
	font-style:italic;
}

.navigation {
    margin:0;
	margin-top:20px;
	padding:0;	
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
} 
	  

li{
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	padding:0px;
	margin:0px;
}

ul{
	padding:0;
	margin:0;
}

.navigation a, .navigation span { 
      display: block;
	  text-align:center;
	  margin-top:8px; /*Espacement entre les titre des menus*/
      text-decoration: none; 
      background-color: #A70705; 
      } 

.navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
      } 
.navigation .toggleSubMenu{
	margin-top:10px;
	margin-bottom:0px;
}
.navigation .subMenu{
	font-size:11px;
	color:#000000;
	 margin-top:0px;
	 padding: 0;
	 padding-bottom:1px;
	 padding-top:1px;      
     
      }
.navigation ul.subMenu a {
		color:#000000;
	  background-color: #999999;
	  text-align:center;
	  margin-top:10px; /*Espacement entre les titre des sous menus*/
      padding: 0px; 
      } 
