body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
}
.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	padding-top:10px;
}
.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #474747;
	font-style: italic;
}
.courant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
.courantD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	text-align:right;
}
.courantM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	text-align: center;
}
.menu2 {
	font-size: 10px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
.menu2 a{
	font-size: 10px;
	color: #fff;
	text-decoration:none;
}
.menu2 a:hover{
	color: #fff;
	text-decoration:none;
}
.menu2 a:visited{
	color: #fff;
	text-decoration:none;
}
.menu2 a:active{
	color: #fff;
	text-decoration:none;
}
.motimportant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC2E2D;
	text-decoration: none;
}
a.motimportant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC2E2D;
	text-decoration: none;
}
.motimportant2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC2E2D;
}
.courantgras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	}
.courantgras a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.motimportantentre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #10B0DB;
}
a.motimportantentre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #10B0DB;
}
.fond-index {
	background-image:url(images/fond.jpg);
}
.fond-right {
	background-image: url(images/fond-right.jpg);
	background-repeat:no-repeat;
}
.fond-contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat:no-repeat;
}
.fond-tableau {
	background-image: url(images/fond-tableau.jpg);
	background-repeat:no-repeat;
}
.fond-left {
	background-image: url(images/fond-left.jpg);
	background-repeat:no-repeat;
}
.fond-menu2 {
	background-image: url(images/fond-menu2.jpg);
	background-repeat:no-repeat;
}
.texte-bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}
.mentions-legales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-position: center;
}
.mentions-legales a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	background-position: center;
}

.mentions-legales visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-position: center;
}

.mentions-legales hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center;
}

.mentions-legales active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-position: center;
}
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
    padding: 2px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    width:100px;
}

