@charset "iso-8859-1";
body{
   background-color:white;
   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 du contour */

.contour{
   width:900px;
   height:530px;
   font-size:11px;
   margin-top:10px;
   font-family:trebuchet,arial;
}

/* style des liens */

.labelap{
   position:absolute;
   top:180px;
   left:220px;
   width:80px;
   height:80px;
   z-index:5;
}

.mod{
   color:#1234A7;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
}

.rub{
   color:green;
   font-size:10px;
   text-decoration:none;
   text-transform:lowercase;
}

.seq{
   color:#1234A7;
   font-size:10px;
   text-decoration: none;
   text-transform:lowercase;
}

a:hover{
   color:#1CC422;
   font-weight:bold;
   text-decoration:underline;
}

a{
   color:#183094;
   font-weight:bold;
   text-decoration:none;
}

/* style de accueil.html */

.bandeau{
   width:575px;
   height:205px;
   text-align:left;
   font-size:11px;
   background-image:url('../skin/graphisme/fondBandeau.jpg');
   background-repeat:no-repeat;
}

.menuGaucheH{
   width:325px;
   height:205px;
   text-align:left;
   font-size:11px;
   background-image:url('../skin/graphisme/fondMenuGaucheH.gif');
   background-repeat:no-repeat;
   vertical-align:top;
}

.menuGauche{
   position:absolute;
   top:30px;
   left:0px;
   font-size:10px;
   font-family:trebuchet,arial;
   text-transform:uppercase;
   z-index:3;
}

.menuGaucheB{
   width:325px;
   height:250px;
   text-align:left;
   font-size:11px;
   background-color:white;
}

.menuHaut{
   width:900px;
   height:25px;
   text-align:right;
   font-size:11px;
   font-family:trebuchet,arial;
   background-color:white;

}

.menuDroit{
   width:115px;
   text-align:left;
   font-size:11px;
   font-family:arial;
   color:gray;
   font-size:10px;
}

.zoneCentrale{
   width:575px;
   height:250px;
   color:black;
   font-size:11px;
   z-index:1;
   vertical-align:top;
   background-image:url('../skin/graphisme/fondZoneCentrale.gif');
}

.basPage{
   width:900px;
   height:50px;
   font-size:11px;
   text-align:left;
   font-family:trebuchet,arial;
   background-image:url('../skin/graphisme/fondBasPage.gif');
}

.speederlan{
   position:absolute;
   top:520px;
   left:15px;
   z-index:2;
   font-family:arial;
   font-size:10px;
   color:gray;
}

/* style des titres */

h2{
   text-align:left;
   color:black;
   font-size:11px;
   font-family:arial;
   font-weight:bold;
}

h3{
   text-align:center;
   font-weight:bold;
   font-size:11px;
   font-family:arial;
   padding:4px;
   color:#93A1AC;
}

/* style de controle.html */

.controle{
   position:relative;
   top:50px;
   margin:auto;
   padding:10px;
   font-size:11px;
}

/* style de recherche.html */

.recherche{
   text-align:left;
   font-size:12px;
   font-family:trebuchet,arial;
   border:1px solid black;
   position:relative;
   width:220px;
   top:5px;
   margin:auto;
   padding:5px;
   background-image:url('graphisme/fondRecherche.jpg');
}

/* style des formulaires d'administration */

.formulaire{
   width:450px;
   color:black;
   margin-top:10px;
   font-family:trebuchet,arial;
   text-align:left;
   font-size:11px;
}

textarea{
   border:1px solid #B5BDBF;
   font-size:11px;
}

.bouton{
   border:1px solid #B5BDBF;
   background-color:#D8E0E2;
   color:white;
   font-weight:bold;
   font-size:11px;
}

input{
   border:1px solid #B5BDBF;
   font-size:10px;
}

select{
   border:1px solid #B5BDBF;
   font-size:10px;
}

.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;
}
