@charset 'utf-8';
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
.titre-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

a img {
	border-style:none;
}
h1 {
	font-size: 12px;
	color: #FF9900;
}
h2 {
	font-size: 14px;
	color: #FF9900;
}
h3 {
	font-size: 18px;
	color: #FF9900;
}

/* CSS sous-menu */
a.SOUS-MENU:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/menu/bouton-off.png);
	background-repeat: no-repeat;
	float: left;
}
a.SOUS-MENU:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/menu/bouton-off.png);
	background-repeat: no-repeat;
	width: 100px;
	line-height: 25px;
	float: left;
	
}
a.SOUS-MENU:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/menu/bouton-on.png);
	background-repeat: no-repeat;
	width: 100px;
	line-height: 25px;
	float: left;
}
a.SOUS-MENU:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/menu/bouton-on.png);
	background-repeat: no-repeat;
	width: 100px;
	line-height: 25px;
	float: left;
}
/* Fin CSS sous-menu */



.footer {
	font-size: 10px;
	border-top: 1;
	border-top-color: #000000;


}
.header-numero-info {
	background-repeat: no-repeat;
	background-position: center center;
}
.block-sous-menu {
	background-color: #FF9900;
	background-image: url(../images/menu/fond-sous-menu.png);
	background-repeat: repeat-x;
	text-align: center;

}
.block-menu-onglets {
	vertical-align: bottom;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	text-align: center;

}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.texte-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF9900;
	font-weight: bold;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	color: #FF0000;
}
a.info:hover{
	z-index:25;
	background-color:#FFFFCC
}
a.info span{
display: none
}
a.info:hover span{
 /*the span will display just on :hover state*/
display:inline;
position:absolute;
top:1em; left:1em; width:15em;
background-color:#ffff80; color:#ff0000;
text-align: center
}
.texte-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
