/*STYLES DES GALERIES DANS LE MENU*/

.gal-on, .gal-off{
  font-size:0.9em;			
  letter-spacing:0.5%;
  margin-top:0.3em;				
  margin-bottom:0.3em;  
  list-style-type:none;
}


.gal-on{
  color : #EEEEEE;
}

	.gal-on a , .gal-on a:visited, .gal-on a:hover{
	  font-size:1em;	
	  color : #EEEEEE;		
	}
	

.gal-off{
  color : #999999;
}
	
	.gal-off a , .gal-off a:visited{
	  font-size:1em;
	  color : #AAAAAA;
	}
		
	 .gal-off a:hover{
	  color : #CCCCCC;
	}


/*STYLES DES RUBRIQUES DANS LE MENU*/
.rub-on , .rub-off{
  text-decoration:none;
	margin-bottom:0.3em;      
}

.rub-on , .rub-on  a, .rub-on a:visited{
  color:#8bc7ec;		
}
	
.rub-off , .rub-off a , .rub-off a:visited{
  color:#476d87;		
}	


.rub-off a:hover{
  color:#6699cc;
}				
					
			
.titre 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.6em;
letter-spacing:0.5%;
line-height:1.5em;
margin-bottom:0.5em;
color:#8bc7ec;
text-decoration:none;
}

.titre a, .titre a:visited
{
text-decoration:none;
color:#8bc7ec;
font-size:1em;
}	

.texte
{
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size:0.6em;
margin-bottom:1em;
letter-spacing:0.5%;
line-height:150%;
text-align:justify;
color:#BBBBBB;
}

.texte a
{
color:#BBBBBB;
}
	
.texte a:hover
{
color:#DDDDDD;

}

.itatexte, .itatexte a
{
font-style:italic;
line-height:1.4em;
font-size:10px;
}

.ptitexte, .ptitexte a
{
line-height:1.4em;
font-size:10px;
}


.leg-text
{
color : #666666;
font-size:0.45em;
}




/*STYLE DES FORMULAIRES DE LA PAGE ADMI*/
	.table-admi th
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border:0px black solid;
	background-color:#CCCCCC;
	padding:0.5em;
	padding-right:2em;
	}
	
	.table-admi td
	{
	border:1px;
	background-color:#DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:black;
	font-weight:normal;
	padding:0.5em;
	padding-right:2em;
	}
	
	.table-admi label
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:black;
	font-weight:bold;
	padding:0.5em;
	padding-right:2em;
	}	
	
	
		.submit
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
		height:2.5em;
		width:40em;
		padding:0.3em;
		background-color:#CCCCFF;	
		border: 1px white solid;
		}
		
		
		
		input[type="submit"]:hover
		{
		background-color:#6699FF;
		cursor: pointer;
		}
		
		div[type="submit"]:hover
		{
		background-color:#6699FF;
		cursor: pointer;
		}
		
		td input:hover, td select:hover
		{
		background-color:#CCCCFF;
		}		
		
	
		
	.text-line
	{		
	height:2.5em;
	width:40em;
	padding:0.3em;
	}
	
	.text-area
	{		
	height:10em;
	width:39em;
	text-align:left;
	}
	
		.text-line:hover 
		{
		background-color:#CCCCFF;
		}
		.text-line:focus
		{
		background-color:#6699FF;
		}
		
		.text-area:hover
		{
		background-color:#CCCCFF;
		}
		
		.text-area:focus
		{
		background-color:#6699FF;
		}
	
	
		.checkbox
		{
		height:1em;
		}


