html,body{

   /*min-height:100%;*/
   margin:0px;

}

body{
   font-family:  verdana, lucida, arial, helvetica, sans-serif;
   background-color:#2f4365;
}


#overall{

   /*min-height: 100%;*/


    

}

/* #################################### LIENS ###################################*/

a:active,a:link,a:visited{
   color:#000;
   text-decoration:underline;
}
a:hover{
   color:#000;
   text-decoration:none;
}

.arrowlinks a:visited,.arrowlinks a:link,.arrowlinks a:active{
   background-image:url(images/redarrow.gif);
   background-repeat:no-repeat;
   background-position:left center;
   padding-left:10px;
   line-height:20px;
   font-size:8pt;
   color:#000;
   text-decoration:underline;
}
.arrowlinks a:hover{
   background-image:url(images/redarrow.gif);
   background-repeat:no-repeat;
   background-position:left center;
   font-size:8pt;
   color:#000;
   text-decoration:none;
}
/* ######################################### ENTETE ##############################*/


#frameHaut{

   float:left;
   position:relative; 
   width:100%;
   height:110px;
   background-color:#fff;
   background-image:url(images/entete_bg_02.jpg);
   background-repeat:repeat-x;
   background-position:bottom left;

}

#entete{
   /*margin:0 auto;*/
   position:relative;
   width: 900px;	
   height:110px;
   background-color:#ffffff;
   background:url(images/entete_bg_01.jpg) left no-repeat #fff;
   background-position:bottom left;

}


/* ##################################### PAGE / CONTENU ##############################*/




#page{

   float:left;
   position:relative;
   width: 100%;
   margin-top:0px;
   background-color:#2f4365;
   font-size:10pt;
}


#page h3{
   background-image:url(images/dot01.gif);
   background-repeat:no-repeat;
   background-position:center left ;
   padding-left : 20px;
   color:#dfdfdf;
}

#barre-titre{

   border:1px dotted #fff;
   font-size:12pt;
   font-weight:bold;
   
}






/* ############################# TABARRONDI ################################# */

.tabarrondi{

   border:1px solid #162039;
}

.tabarrondi .titres{
   background-color:#dfdfdf;
   
}


.tabarrondi td{
   
   border:1px dotted #fff;

}

.messagetable{

   width:75%;
   margin:0 auto;
   padding:5px;
   border:1px solid #fff /*#93cf2b*/;
   background-color:#a2aeba;
   font-size:10pt;
   text-align:center;
}





