html, body {
font-family : Verdana, Arial, sans-serif;
background-color:  #4C0E16;
scrollbar-face-color: #EDC05F;
scrollbar-track-color: #FFF0C6;
height: 100%;
width: 100%;
border: none;
margin:0;
padding:0;
line-height: 1.4em;
}

a:link, a:visited { color:#C50000; text-decoration: none; font-weight: normal; font-size: 13px;}
a:hover {color:#660000; text-decoration: none; background: #FFDF4B; font-size: 13px;}

a.linktext:link, a.linktext:visited { color:#434343; text-decoration: none; font-weight: normal;}
a.linktext:hover {color:#4C0E16; text-decoration: none; background: #FFDE59;}

a.breadcrumb:link, a.breadcrumb:visited { color:#4C0E16; text-decoration: none; font-weight: normal;}
a.breadcrumb:hover {color:#660000; text-decoration: none; background: #FFDE59;}

a.linkimg:link, a.linkimg:visited { color:#6B0000; text-decoration: none; border: 0px;}
a.linkimg:hover {text-decoration: none; background: white; border: 0px;}

a.info {position: relative; color: #007823; text-decoration: none; font-weight: normal;}

a.info span {display: none; /* on masque l'infobulle */}

a.info:hover {
   background: #9FFFA2; /* correction d'un bug IE */
   z-index: 500; /* on dŽfinit une valeur pour l'ordre d'affichage */
   cursor : help;
   color : #660000;
}

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: 20px; /* on positionne notre infobulle */
   left: -120px;
   background: #FCFAFA;
   color: #000000;
   padding: 5px;
   border: 1px solid green;
   font-size: 12px;
   font-weight: normal;
}

img  {
border : none;
}

TD.liens {
font-size: 12px;
color: #4C0E16;
text-decoration:none;
text-align: right;
padding-top: 5px;
height: 35px;
}

TD.pages {
font-size: 13px;
color:#434343;
text-decoration:none;
line-height: 1.4em;
padding-left:50px;
padding-right:50px;
vertical-align: top;
}

TD.texte {
font-size: 13px;
color:#434343;
text-decoration:none;
line-height: 1.4em;
}

P.titre {
color : #4C0E16;
font-size: 24px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 40px;
text-align: center;
}

P.titre2 {
color : #434343;
font-size: 16px;
font-weight: bold;
margin-top: 3px;
margin-bottom: 30px;
text-align: center;
}

td.equipe {
font-size: 13px;
color:#434343;
text-decoration:none;
line-height: 1.4em;
text-align: justify;
border: 0px;
vertical-align: top;
}


td.footer {
font-size: 10px;
color:#F86309;
text-align: center;
height: 80px;
}

a.footer, a.footer:hover, a.footer:visited {
font-size: 10px;
color:#F86309;
}

td.tabul_top_left {
background-image: url("images/tabul/top_left.gif");
background-position: bottom right;
background-repeat: no-repeat;
}

td.tabul_top {
background-image: url("images/tabul/top.gif");
background-position: bottom;
background-repeat:  repeat-x;		
}

td.tabul_top_right {
background-image: url("images/tabul/top_right.gif");
background-position: bottom left;
background-repeat: no-repeat;
}

td.tabul {
background-color: #F9F9F9;
font-size: 13px;
text-align: center;
}

td.tabul_bot_left {
background-image: url("images/tabul/bot_left.gif");
background-position: top right;
background-repeat: no-repeat;
}

td.tabul_bot {
background-image: url("images/tabul/bot.gif");
background-position: top;
background-repeat:  repeat-x;		
}

td.tabul_bot_right {
background-image: url("images/tabul/bot_right.gif");
background-position: top left;
background-repeat: no-repeat;
}








