body
{
	background-image: url(Images/fond.jpg);
}

div
{
	text-align: justify;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px ; 
	color: #000066 ;
}

h6 
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: blue;
	background-color: #FFFFFF;
}

.pcentr
{
	position: relative;
	top: 100px;
	text-align: center;
}
.bentet
{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 15%;
	border: none;
	padding: 15px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px ; 
	color: #F0C7BD;
}

.bmenug
{
	position: absolute;
	left: 10%;
	top: 20%;
	width: 10%;
	background-color: #CD6835;
	background-image: url(Images/terre.JPG);
	padding: 10px;
	text-align: right;	
	font-size: 16px ;
	color:#FFFFFF;
}

.bconte
{ 
	position: absolute ;
	left: 25%;
	top: 20%;
	width : 50%;
	height: 75%;
	padding: 15px;
}

.bmenud
{ 
	position: absolute ;
	left: 80%;
	top: 20%;
	width: 10%;
	background-color: #CD6835;
	background-image: url(Images/terre.JPG);
	padding: 10px;
	text-align: left;	
	font-size: 13px;
}

.fmaj
{
	font-size: 10px;
	color: #FFFFFF;
}

fieldset
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px ; 
	padding : 7px;
}

legend
{
	color: #CD6835 ;
}

.table1
{
	border: solid thin;
	border-color: #000066;
	border-top-style: double;
	text-align: center;
}

.ftitre 
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #CD6835;
	text-decoration: underline;
}

.ftitme
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F0C7BD;
	text-decoration: none;
	text-align: center;
}

.fcitfn
{
	float: right;
	font-style: italic;
	color: #CD6835 ;
	font-size: 14px;
}

.fcoltr
{
	color: #CD6835 ;
}

.fcolsi
{
	color: #CD6835 ;
	font-size : 18px;
}

.fright
{
	text-align: right;
}

.fmid
{
	text-align: center;
}

.fbutton
{
	text-align: center;
}

.hightth
{

	border-style : none; 
	border-width : 1px; 
	border-color : #000000;
	background-color: #F0C7BD;
	text-align: center ; 
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 18px ;
	color: #CD6835 ;
}

th 
{ 
	border-style : none; 
	border-width : 1px; 
	border-color : #000000;
	background-color: #F0C7BD;
	text-align: center ; 
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 16px ;
	color: #FFFFFF ;
}

td 
{ 
	border-style : solid; 
	border-width : 1px; 
	border-color : #000066;
	text-align: center;
}

.tdg
{ 
	border-style : solid; 
	border-width : 1px; 
	border-color : #000066;
	text-align: justify;
	padding : 7px;
}

a.info {
   position: relative;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* On souligne le texte. */
}
a.info span {
   display: none; /* On masque l'infobulle. */
}
a.info:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */

   cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}
a.info:hover span {
   display: inline; /* On affiche l'infobulle. */
   position: absolute;

   white-space: nowrap; /* On change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non désiré. */

   top: 30px; /* On positionne notre infobulle. */
   left: -50px;

   background: white;

   color: #CD6835;
   padding: 3px;

   border: 1px solid #CD6835;
   border-left: 4px solid #CD6835;
}
	
