@charset "utf-8";
.titre {
	font-size: 14px;
	
}
.titre a{
	font-size: 14px;
	color:#000;
	
}
body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #e3f2e3;
	margin: 0px;
	
	
}
.gradient {
	background-image:url(image/degradie-centre-02.jpg);
	
	}
.copyright {
	font-size: 10px;
}
h2{
	font-size:14px;
	padding:0px;
	padding-top:5px;
	margin:0px;
	
	}
h1{
	font-size:14px;
	margin:0px;
	padding:0px;
	}
#im {
	float:left;
    padding-right: 10px;
}
#button {
	float:right;
    padding-right: 50px;
	padding-top:20px;
}
.rouge {
	font-weight: bold;
	color: #c33d25;
	padding-left: 10px;
    padding-right: 10px;
}
.vert {
	font-weight: bold;
	color: #517d43;
	padding-left: 10px;
	padding-right: 10px;
}
.blanc {
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 11px;
	padding-right: 10px;
}
a {
	color: #013aa2;
	text-decoration:none;
	}

a:hover {
	color: #0a7500;
	text-decoration:none;
	}
/*info bulle*/

a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
	z-index:30;

	
}
 
a.info span{
display: none;
z-index:30;
}
 
a.info:hover span{
	font-family: verdana;
	font-size: 11px;
	color: #737373;
	display:block;
	position:absolute;
	/*pour l'image*/
	top:-1em;
	left:8em;
	width:180px;
	height:50px;
	/*border:1px solid #000;*/
	/*background-color:#FFF;*/
    color:#000;
	text-align: center;
	font-weight:none;
	padding:5px;
	background-image: url(image/info-bulle2.png);
	padding-top: 20px;
	padding-left: 6px;
	background-repeat: no-repeat;
}
.tableinfobulle {
	width: 140px;
	
}
.tdtableinfobulle {
	vertical-align: top;
	height: 60px;	
}
