/*************************************************
 * Synops˛ CSS                                   *
 * Made by Stanisoft.net for JBX, 2007           *
 * Released in a Creative Commons BY-SA License. *
 *************************************************/

body{
   padding: 0px;
   margin: 0px;
   font-size: 9pt;
   font-family: Verdana, Arial, sans-serif;
}

#sHeader .sSup{
   display: none;
}

#sHeader{
   width: 100%;
}

#sTopMenu, #sSubMenu{
   padding-left: 5%;
   padding-right: 5%;
   width: 90%;
   padding-top: 0px;
}

#sHeader .sSub {
   position: absolute;
}

/* Sourceforge : #33415D */

#sTopMenu{
   background-image: url(/img/sTopMenu.png);
   height: 40px;
}

#sSubMenu{
   background-image: url(/img/sSubMenu.png);
   height: 26px;
   font-size: 10px;
   margin-bottom: 0px;
}

#sTopMenu .sTitre, #sSubMenu .sTitre{
   position: absolute;
}

#sTopMenu a{
   color: white;
}

#sSubMenu a{
   color: black;
}

#sTopMenu ul, #sSubMenu ul{
   position: absolute;
   right: 5%;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin-top: 0px
}

#sTopMenu ul{
   top: 0px;
   margin-right: -5px;
}

#sTopMenu .sTitre img{
   border: none;
}

#sSubMenu .sTitre{
   padding-top: 0.5em;
}

#sTopMenu li{
   float: left;
   /*padding: 1em 15px 1em 15px;*/
   margin: 0;
   /*border-left: 1px solid #253044;
   border-right: 1px solid #3C4D6E;*/
   border-left: 1px solid #3B180A;
   border-right: 1px solid #7F3416;
   padding: 0;
}

#sTopMenu li:hover      { background-image: url(/img/sHover1.png); }
#sTopMenu li a          { padding: 1em 15px 1em 15px; display: block; text-decoration: none; clear: none; }
#sTopMenu li a:hover    { text-decoration: underline; }

#sSubMenu li{
   float: left;
   padding: 0.5em 10px 0.5em 10px;
   margin: 0;
}

#sTopMenu li.der, #sSubMenu li.der{
   border-right: none;
}

#sTopMenu li.prem, #sSubMenu li.prem{
   border-left: none;
}

#sContent, #sFooter{
   padding-left: 5%;
   padding-right: 5%;
   width: 90%;
}

#sFooter{
   color: grey;
   margin-bottom: 3em;
   width: 50%;
   margin-top: 3em;
   clear: both;
}

#sFooter p{
   font-size: 10px;
   margin-bottom: 0.1em;
   margin-top: 0.1em;
   padding-bottom: 0em;
}

#sContent {
   font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
   font-size: 10pt;
   margin-top: 0px;
   padding-top: 10px;
   background-image : url(/img/sContent/Princ2.png);
   background-position: top;
   background-repeat: repeat-x;
   min-height: 335px;
}