@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #000000;
}

a{
    color: #0000FF;
    text-decoration: underline}


a:visited{
    color: #0000FF;
    text-decoration: underline}
	
a:hover {
    color: #0066FF;
    text-decoration: underline}

.texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texte_gras {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.transparent img{
 filter:
   alpha(opacity=80);
   -moz-opacity:0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;

}
.transparent:hover img{
 filter:alpha(opacity=100);
   -moz-opacity:1.0;
   -khtml-opacity: 1.0;
   opacity: 1.0;

}

.blanctransparent{
 filter:alpha(opacity=0);
   -moz-opacity:0.0;
   -khtml-opacity: 0.9;
   opacity: 0.0;

}

#menu {
	background: #93A9C7;
	list-style: none;
	margin: 2;
	padding:0;
	width: 146px;
	text-align: left;
}
#menu li {
    font-size:small;
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #93A9C7;
	border-bottom: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	color: white;
	display: block;
	margin: 0;
	padding: 3px 3px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #5D7E9D;
	color: white;
}                

.box {
   padding-left:34px;
}    





                    


