@charset "iso-8859-1";

/* =========== Structure générale ============= */
html { 
   margin:0px; padding:0px;   
}

body { 
   margin:0px; padding:0px;
   text-align:center;

   background-color:#261772;
   background-image:url(images/fond.gif);
   background-repeat:repeat-x;
   background-position:top;
}

* { color:#676767; font-family:"Trebuchet MS"; font-size:11px }

input, textarea, select { background-color:#ffffff }
select      { border:1px solid }
form        { margin:0px; padding:0px }
hr          { height:1px; padding:0; background-color:#000000; border:0 }
dfn         { font-style:normal }
img         { border:0px }

a       { color:#273178; text-decoration:none }
a:hover { color:#273178; text-decoration:underline }

a.noborder { text-decoration:none }
a.noborder:hover { text-decoration:none }

div#fonctions { text-align:right; margin-bottom:4px; }
img.icone     { border:0px }

div#ToolsHandle { display:block }
div#contenu { clear:both }

/* ================== Document =================== */
div#document  { background-color:#FFFFFF; width:743px; padding:20px; padding-bottom:5px; margin-top:2px; margin-left:auto; margin-right:auto } 

div#tete      { width:743px; margin-bottom:3px }
div#tete img  { border:0px }

div#corps     { display:inline-table; height:100%; margin-top:10px; background-image:url(images/fond_menu.gif); background-repeat:repeat-y; background-position:top left }
div#menu      { display:table-cell; width:172px; min-height:400px  }
div#menu h1   { margin:0px; padding:0px; font-size:14px; font-family:Trebuchet MS; color:#FFFFFF; width:100%; height:22px; line-height:22px; text-indent:10px; text-align:left; background-color:#A2A2A2 }

div#centre    { position:relative; display:table-cell; width:560px; padding-left:10px; text-align:left; background-color:#FFFFFF }
div#centre h1 { margin:0px; padding:0px; margin-bottom:3px; width:100%; height:22px; line-height:22px; font-size:14px; font-family:Trebuchet MS; color:#FFFFFF; text-indent:10px; background-color:#A2A2A2 }

/* ================== Menu haut =================== */
ul.menu_barre             { margin:0px; padding:0px; list-style:none; background-color:#CA9F1C; width:743px; height:26px; clear:both }
li.menu_bouton_left       { background-color:#CA9F1C; float:left; height:26px; border-right:1px solid #FFFFFF; color:#FFFFFF; font-family:Trebuchet MS; font-size: 10px; font-weight:bold; text-align:center; line-height:26px }
li.menu_bouton_right      { background-color:#CA9F1C; float:right; height:26px; border-left:1px solid #FFFFFF; color:#FFFFFF; font-family:Trebuchet MS; font-size: 10px; font-weight:bold; text-align:center; line-height:26px }
a.menu_bouton_texte       { color:#FFFFFF; text-decoration:none }
a.menu_bouton_texte:hover { color:#FFFFFF; text-decoration:none }

/* ================== Menu =================== */
div#menu ul     { margin:0px; padding:0px; list-style:none; padding-bottom:10px }
li.menu         { position:relative; left:-15px; padding-left:30px; padding-top:7px; padding-bottom:1px; text-align:left;   }
li.menu_select  { position:relative; left:-15px; padding-left:30px; padding-top:7px; padding-bottom:1px; text-align:left; }
li.ssmenu       { font-weight:normal; height:16px; line-height:16px; text-indent:10px; text-align:left; margin-top:3px; background-image:url(images/fleche.gif); background-repeat:no-repeat; background-position:center left }

a.menu          { color:#5F5F5F; font-size:15px; font-weight:bold; text-decoration:none }
a.menu:hover    { color:#5F5F5F; text-decoration:underline }
a.ssmenu        { color:#5F5F5F; font-size:14px; text-decoration:none }
a.ssmenu:hover  { color:#5F5F5F; text-decoration:underline }  

/* ================ Plan du site ============= */
div.plan_du_site_dossier  { font-weight:bold; font-size:14px; height:20px; padding-bottom:10px; padding-left:10px; background-image:url(images/fleche.gif); background-repeat:no-repeat; background-position:0px 5px }
div.plan_du_site_document { height:20px; padding-bottom:10px; padding-left:10px; background-image:url(images/fleche.gif); background-repeat:no-repeat; background-position:0px 5px }
a.plan_du_site_document   { font-size:12px }

/* =============== Copyright ================= */
span#copyright         { font-size:10px; color:#999999 }
span#copyright a       { font-size:10px; color:#999999; text-decoration:none }
span#copyright a:hover { font-size:10px; color:#999999; text-decoration:underline }