html, body {
 margin: 0;
 padding: 0px;
 font-size:12px;
 }
body {
 background-color: white; 
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 }
h1 {
 font-size: 200%; 
 color: navy; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 color: red; 
 padding-left: 15px;
 }
p,ul,li,td {
 color: black; 
 }
a:link {
 color: green;
 text-decoration: underline;
 }
a:visited {
 color: gray;
 }
a:active {
 color:red;
}
a:hover {
 color: red;
 text-decoration: none;
 cursor:  pointer;
}
.divVache {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#F2F2F2;
float: left; 
width:240px; 
height:70px;
margin:7px;
padding:5px;
}
.changeNom {

}

#overlay {
width:100%;
height:100%;
background-color:black;
opacity:0.50;
filter:alpha(opacity=50);
position:absolute;
padding:0px;
}
.menu {
	list-style-type:none outside none;
}
.menu li {
	display:inline;
}
.menu a {
	background:none repeat scroll 0 0 #009DE0;
	color:#ffffff;
	display:block;
	float:left;
	font-weight:bold;
	height:30px;
	padding-top:13px;
	text-decoration:none;
	width:100px;
}
.menu-active {
	text-decoration:underline !important;
	background-color:#000000 !important;
}
.menu a:hover {
	background-color:#000000 !important;
}