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

/* style du contour */

.contour{
   width:900px;
   margin-top:0px;
   height:550px;
   font-size:11px;
   font-family:trebuchet,arial;
   z-index:0;
}

/* style des liens */

.mod{
   color:#BC270B;
   font-weight:bold;
   font-size:11px;
   text-decoration:none;
}

.seq{
   color:#AA9FA3;
   font-size:10px;
   text-decoration: none;
}

a:hover{
   color:white;
   text-decoration: underline;
}

a{
   color:#BC270B;
   text-decoration:none;
}

.menuTd{
   vertical-align:middle;
   text-align:center;
   border-left:1px solid white;
   border-bottom:1px solid white;
}

.sommaire{
   width:70%;
   text-align:left;
   font-size:11px;
   z-index:2;
   margin-top:0px;
   font-family:arial,trebuchet;
   border-top:1px solid #BC270B;
   border-right:1px solid #BC270B;
}

#sommaire td {
   border-left:1px solid #AAAAAA;
   border-bottom:1px solid #AAAAAA;
   margin:0;
   padding:0;
   }

#sommaire td a:hover{
   background-color:#BC270B;
   color:white;
   }

#sommaire td a {
   display:block;
   text-decoration:none;
   color:white;
   }

#menuHaut td {
   margin:0;
   padding:0;
   }

#menuHaut td a:hover{
   background-color:#BC270B;
   color:white;
   text-decoration:underline;
   }

#menuHaut td a {
   display:block;
   text-decoration:none;
   border-right:1px solid black;
   border-top:1px solid black;
   border-bottom:1px solid black;
   padding:2px;
   background-color:#363535;
   color:#BC270B;
   }

#menuGauche td a:hover{
   color:white;
   text-decoration:underline;
   }

#menuGauche td a {
   display:block;
   text-decoration:none;
   font-size:11px;
   color:white;
   }

/* style de accueil.html */

.menuGauche{
   width:150px;
   height:360px;
   text-align:left;
   font-size:11px;
   vertical-align:middle;
   background-image:url('http://www.pailler-competition.com/skin/graphisme/fondMenuGauche.gif');
   border:none;
   color:#AEADAD;
}

.menuHaut{
   width:900px;
   text-align:left;
   font-size:11px;
   z-index:2;
   font-family:arial,trebuchet;
   height:30px;
   background-repeat:no-repeat;
   vertical-align:bottom;
   background-image:url('http://www.pailler-competition.com/skin/graphisme/fondMenuHaut.gif');
}

.textDefilant{
   font-size:10px;
   font-family:arial;
   width:100%;
   height:25px;
   text-align:left;
}

.bandeau{
   width:900px;
   height:110px;
   font-size:11px;
   z-index:2;
   font-family:arial,trebuchet;
   vertical-align:top;
   background-image:url('http://www.pailler-competition.com/skin/graphisme/fondBandeau.gif');
}

.menuDroit{
   width:180px;
   height:360px;
   font-size:11px;
   z-index:2;
   font-family:arial,trebuchet;
   vertical-align:top;
   background-image:url('http://www.pailler-competition.com/skin/graphisme/fondMenuDroit.gif');
   background-color:#1F1F1F;
   background-repeat:no-repeat;
   background-position:right bottom;
}

.liens{
   position:absolute;
   top:380px;
   left:135px;
   font-size:11px;
   font-family:trebuchet,arial;
   text-align:left;
   z-index:2;
}

.zoneCentrale{
   width:570px;
   height:360px;
   color:black;
   font-size:11px;
   vertical-align:top;
   background-image:url('http://www.pailler-competition.com/skin/graphisme/fondZoneCentrale.gif');
   background-repeat:no-repeat;
   background-position:right bottom;
}

.basPage{
   color:black;
   width:900px;
   height:50px;
   font-size:11px;
   text-align:center;
   vertical-align:bottom;
   background-image:url('http://www.pailler-competition.com/skin/graphisme/fondBasPage.gif');
}

/* style des titres */

h2{
   text-align:center;
   font-size:14px;
   font-weight:bold;
   font-family:arial;
   text-transform:uppercase;
   margin-top:10px;
   color:#AA9FA3;
}

h3{
   text-align:center;
   font-weight:bold;
   text-decoration:underline;
   font-size:12px;
   margin-top:0px;
   margin-bottom:0px;
   font-family:trebuchet,arial;
}

.admin{
   font-size:11px;
   position:absolute;
   font-weight:bold;
   top:580px;
   left:60px;
}

/* style de controle.html */

.controle{
   margin-top:100px;
   text-align:center;
   padding:10px;
   font-size:11px;
}

/* style des formulaires d'administration */

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

select{
   border:1px solid #BC270B;
}

.boutonForm{
   background-color:#BC270B;
   border-bottom:1px solid black;
   border-right:1px solid black;
   color:white;
}

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

input{
   border:1px solid #BC270B;
   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;
}

th{
   color:#AA9FA3;
}