@charset "iso-8859-1";

/* =========== Structure générale ============= */
html { 
   width:900px; margin-left:auto; margin-right:auto;
}
body {
   margin: 0px; padding: 0px;
   background-color:#9F0028;
   color: #000000; font-size: 12px; font-family: Arial; text-align: justify; 
   scrollbar-face-color: #9F0028; /couleur barre                         
   scrollbar-shadow-color: #ffffff;
   scrollbar-highlight-color: #ffffff;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-darkshadow-color: #ffffff;
   scrollbar-track-color: #ffffff;
   scrollbar-arrow-color: #ffffff;
}
img { border:0px }

/* =========== Général ============= */
.accueil        { margin-top: 20px; margin-left: 28px; margin-right: 28px; text-align: justify; }
.corps          { margin-top: 0px; margin-left: 20px; margin-right: 20px; text-align: justify; }
.titre          { color: #9F0028; font-size: 18px; font-family: Arial; font-weight: normal; margin-top: 0px; margin-left: 20px; margin-right: 20px; text-align: justify; }
.mentions       { color: #FFB500; text-align: right; margin-top: 5px; margin-right: 12px; }
div#envoyer     { text-align:center; }
div#menu_outils { position:absolute; padding-right:50px; margin-top:210px; }

/* =========== Liens ============= */
A:link         { color: #000000; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: underline }
A:visited      { color: #000000; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: underline }
A:active       { color: #000000; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: underline }
A:hover        { color: #000000; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none }

/* =========== Pieces jointes ============= */
h2#piece_jointe_titre   { margin:0px; background-color:#9F0028; color:#FFFFFF; font-size:12px; height:20px; line-height:18px; font-weight:bold; text-indent:10px; padding:1px; margin-top:20px; margin-right:5px }
ul#piece_jointe         { margin:0px; padding:0px; list-style:none; margin-right:5px }
ul#piece_jointe li      { background-color:#F4F5F9; text-indent:10px; padding-top:3px; padding-bottom:3px; margin-top:1px }
ul#piece_jointe a       { font-size:11px; color:#000000; text-decoration:none }
ul#piece_jointe a:hover { text-decoration:underline }
