/* Style sheet commune à toutes les pages */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
   color: #FF0000;
   background-color: #3C749A;
   background-attachment: fixed;
   background-image: none;
   background-repeat: no-repeat;
   
   scrollbar-face-color: #6699CC; /*barre*/
   scrollbar-shadow-color: #000000; /*sombre du relief des boutons*/
   scrollbar-highlight-color: #FFFFFF; /*claire du relief des boutons*/
   scrollbar-3dlight-color: #CC9900; /*ombrage de la barre*/
   scrollbar-darkshadow-color: #993300; /*contour de la barre*/
   scrollbar-track-color: #3C749A; /*arrière plan de la barre*/
   scrollbar-arrow-color: #AC2819; /*flèches navigation*/
	}

p {
	margin: 10px 10px 10px 10px;
	text-align: justify;
	text-indent: 1cm;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12;
   color: #333399
	}

h1{}
h2{}
h3 {
	margin: 10px 10px 10px 10px;
	text-align: center;
   font-family: Tahoma, Geneva, Arial;
   font-size: medium;
   color: #333399
	}

a:link {
   color: #336699;
   background: none;
   text-decoration: none
   }
a:visited {
   color: #336699;
   background: none;
   text-decoration: none
   }
a:hover {
   color: #CCCCCC;
   background: none;
   text-decoration: underline
   }
a:active {
   color: #0000FF;
   background: none;
   text-decoration: underline
   }

a.darkUnderline:link {
   color: #333399;
   background: none;
   text-decoration: underline
   }
a.darkUnderline:visited {
   color: #333399;
   background: none;
   text-decoration: underline
   }
a.darkUnderline:hover {
   color: #CCCCCC;
   background: none;
   text-decoration: underline
   }
a.darkUnderline:active {
   color: #0000FF;
   background: none;
   text-decoration: underline
   }
   
/* style pour le menu*/
.divPopStyleClass { 
   position:absolute; 
   VISIBILITY: hidden; 
   z-index:1;
   }
#divContainerId {
   position:absolute; 
   width:0; 
   height:0; 
   z-index:0; 
   background:yellow;
   }
#divMainId {
   position:absolute; 
   top:0px; 
   left:0px; 
   z-index:0;
   }

table.menuContainer {
   background-color: #FFFFFF;
   border-color: #EEEEEE;
   border-collapse: separate;
   border-width: 2;
   border-style: groove;
   }
td.menuContainer {
   text-align=left;
   background-color: #3333CC;
   border-color: #CCCCCC;
   border-style: groove;
   border-width: 2;
   }
   
table.menuBackground {
   background-color: #CCCCCC;
   border-width: 0;
   }
   
td.menu {
   text-align=left;
   background-color: #3333CC;
   /*border-color: #CCCCCC;
   border-style: groove;
   border-width: 2;*/
   }
td.menuOver {
   text-align=left;
   background-color: #000000;
   cursor:"hand";
   /*border-color: #CCCCCC;
   border-style: groove;
   border-width: 2;*/
   }

a.menu:link {
   font-family: Tahoma, Geneva, Arial;
   text-transform: capitalize;
   font-size: 12;
   font-weight: bold;
   color: #FECE59;
   background: none;
   text-decoration: none
   }
a.menu:visited {
   font-family: Tahoma, Geneva, Arial;
   text-transform: capitalize;
   font-size: 12;
   font-weight: bold;
   color: #FECE59;
   background: none;
   text-decoration: none
   }
a.menu:hover {
   font-family: Tahoma, Geneva, Arial;
   text-transform: uppercase;
   font-size: 12;
   font-weight: normal;
   color: #AA2919;
   background: none;
   text-decoration: underline
   }
a.menu:active {
   font-family: Tahoma, Geneva, Arial;
   text-transform: uppercase;
   font-size: 12;
   font-weight: normal;
   color: #0033EE;
   background: #555555;
   text-decoration: underline
   }

/* style pour les icônes*/
table.ico {
/*   background-color: #FFFFFF;
   border-color: #EEEEEE;
   border-collapse: separate;
   border-width: 5;
   border-style: groove; */
   }
td.ico {
   text-align=center;
   text-vertical-align=center;
   background-color: #6699CC;
   border-color: #CCCCCC;
   border-style: groove;
   border-width: 3;
   }

a.ico:link {
   font-family: Tahoma, Geneva, Arial;
   text-transform: capitalize;
   font-size: larger;
   font-weight: bold;
   color: #4477AA;
   background: none;
   text-decoration: none
   }
a.ico:visited {
   font-family: Tahoma, Geneva, Arial;
   text-transform: capitalize;
   font-size: larger;
   font-weight: bold;
   color: #336699;
   background: none;
   text-decoration: none
   }
a.ico:hover {
   font-family: Tahoma, Geneva, Arial;
   text-transform: uppercase;
   font-size: larger;
   font-weight: normal;
   color: #336699;
   background: #01969F;
   text-decoration: underline
   }
a.ico:active {
   font-family: Tahoma, Geneva, Arial;
   text-transform: uppercase;
   font-size: larger;
   font-weight: normal;
   color: #0033EE;
   background: #555555;
   text-decoration: underline
   }