@charset "iso-8859-1";
body{
   scrollbar-base-color:white;
   scrollbar-arrow-color:white;
   scrollbar-highlight-color:white;
   scrollbar-shadow-color:white;
   scrollbar-face-color:white;
   scrollbar-track-color:white;
}

/* style des liens */
.ref{
   visibility:hidden;
   position:absolute;
   z-index:0;
}

.mod{
   color:white;
   font-size:12px;
   text-decoration: none;
   font-weight:bold;
}

.seq{
   color:gray;
   font-size:11px;
   text-decoration:underline;
}

a{
   color:white;
   text-decoration:none;
}

a:hover{
   text-decoration:underline;
}

/* style de accueil.html */

.contour{
   width:800px;
   height:530px;
   position:absolute;
   z-index:1;
   top:50%;
   left:50%;
   margin-left:-400px;   
   margin-top:-265px;
   font-family:trebuchet,arial;
}

.menuGauche{
   font-size:11px;
   width:250px;
   height:300px;
   font-family:trebuchet,arial;
   text-align:center;
   vertical-align:top;   
   background-color:#12364F;
   border-left:1px solid #87ACBE;
}

.over{
   overflow:auto;/*scroll, hidden, visible*/
   width:190px;
   height:267px;
   color:#E6D7C8;
   margin-bottom:25px;
   scrollbar-base-color:#898787;
   scrollbar-arrow-color:#898787;
   scrollbar-highlight-color:#898787;
   scrollbar-shadow-color:#898787;
   scrollbar-face-color:#898787;
   scrollbar-track-color:#898787;
}

.zoneCentrale{
   color:#8D8E8F;
   height:300px;
   width:550px;
   vertical-align:middle;
   border-right:1px solid #87ACBE;
   text-align:justify;
   font-size:11px;
   background-color:white;
   background-image:url('../skin/graphisme/fondZoneCentrale.jpg');
}

.bandeau{
   color:black;
   background-image:url('../skin/graphisme/fondBandeau.gif');
   width:800px;
   height:140px;
}

.basPage{
   color:#AC0505;
   font-family:arial;
   font-size:11px;
   text-align:center;
   vertical-align:middle;
   width:800px;
   height:90px;
   background-image:url('../skin/graphisme/fondBasPage.gif');
}

/* style des titres */

h2{
   text-align:center;
   font-size:15px;
   font-family:verdana,arial;
   color:#12364F;
}

/* style de controle.html */

.controle{
   padding:10px;
   margin-top:50px;
}

/* style des formulaires d'administration */

.formulaire{
   width:400px;
   color:#12364F;
   font-size:11px;
   font-family:trebuchet,arial;
   text-align:left;
   font-size:11px;
   margin-top:0px;
}

textarea{
   border:1px solid #12364F;
}

select{
   border:1px solid #12364F;
}

input{
   border:1px solid #12364F;
}

.bouton{
   background-color:#87ACBE;
   border:1px solid #12364F;
   color:white;
}

.erreurForm{
   color:red;
   font-family:trebuchet,arial;
   font-size:10px;
   font-weight:bold;
   text-align:center;
}

.thForm{
   font-size:11px;
   font-family:trebuchet,arial;
   text-align:center;
   height:20px;
}

.tdForm{
   font-size:11px;
   font-family:trebuchet,arial;
   text-align:center;
}

