
/* ----------Définitions générales----------- */
body {
        margin: 0;
          padding: 0;
          background-color: rgb(221,221,221);
          color: white;
          background-image: url(../images/trameHeader.jpg);
        background-repeat:repeat-x;
          font-family: arial, helvetica, verdana, sans-serif;
        }

body#antpublic {
         margin: 0;
          padding: 0;
          background-color: rgb(109,0,5);/*couleur de l'arriere plan(balise <body>)*/
          color: rgb(54,54,54);
          /*background-image: url(img/bg.jpg);
          background-repeat: repeat-x;*/
          font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        min-width: 925px;
        text-align: center;
        }

/* Bloc de base */

div#level1 {
        background-color: rgb(255,255,255);
          color: black;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 925px;
          padding: 0px 0px 0px 0px;
        }

div#level1Priv {
        background-color: rgb(255,255,255);
          color: black;
          margin: 0px 40px 30px 40px;
          padding: 0px;
        text-align: left;
        }

/* Header */

#header {
        margin: 0;
        padding: 0;
          text-align: center;
        height: 201px;
        background-color: rgb(109,0,5);
        background-image: url(../images/trameHeader.jpg);
        background-repeat:repeat-x;
        }

.imgleft{
        float:none;  /* necessaire pour ie pour qu'il n'ajoute pas en-dessous un bord d'environ 2px */
        position: relative;
        padding: 0;
        border: 0;
        margin: 0;
        }

/* Fin Header */

/* Main div */

#main {
        clear:both;
          width: 100%;
          margin-top: 0px;
        /*background : rgb(34,39,139) url(../images/site-ctrightx_bg.gif) repeat top right;*/
          /*background-image: url(img/sidebarbg.gif);
          background-position: top right;
          background-repeat: repeat-y;*/
        }

#main2 {
          margin-top: 0px;
          /*background-image: url(../images/site-ctleft_bg.gif);
          background-position: bottom left;
          background-repeat: repeat-y;*/
        }

table#contentTable{
        /*background-color: rgb(255,0,0);*/
        margin: 0;
          padding: 0;
        border-collapse: collapse;
        width: 100%;
        }

#contentLeft {
          float: left;
          width: 160px;
          /*background-color: rgb(34,39,139);*/
          color: black;
          margin: 0;
          padding: 0;
        }

#contentLeftTabl {
          width: 160px;
          background-color: rgb(225,225,225);
          color: black;
          margin: 0px;
          padding: 0px 0px 0px 0px;
        vertical-align: top;   /*necessaire pour le td dans mode tableau */
        }

#contentLeft .inner,#contentLeftTabl .inner  {
        margin: 0;
   padding: 10px 0 0 0;
        text-align: left;
        }


#contentRight {
          float: right;
          width: 160px;
          background-color: rgb(221,221,221);
          color: white;
          margin: 0;
          padding: 0;
        }

#contentRightTabl {
          width: 160px;
          background-color: rgb(221,221,221);
          color: white;
          margin: 0;
          padding: 0px 0px 0px 0px;
        vertical-align: top;   /*necessaire pour le td dans mode tableau */
        }


#contentRight .inner,#contentRightTabl .inner  {
        margin: 0;
   padding: 10px 0 0 0;
        text-align: left;
        }

div#contentMain {
          margin: 0 120px 0 160px;
          color: black;
        }

td#contentMain {
          margin: 0 160px 0 160px;
          /*border-top: 1px solid #b9d2e3;*/
          /*background-color: red;*/
        padding:0px;
          color: black;
        vertical-align: top;  /*necessaire pour le td dans mode tableau */
        }

div#contentMain .inner {
          margin: 0;
          padding: 10px 20px 10px 40px;
        }

td#contentMain .inner {
          margin: 0;
          padding: 5px 15px 5px 15px;
        }

#clearone {
  clear: both;
  height: 1px;
}


/* Fin Main div */

/* Footer */

#footer {
        font-Size : 70%;
        color : rgb(54,54,54);
        text-align : center;
        vertical-align : middle;
        padding : 2px;
        height : 30px;
        /*width: 100%;*/
          border-top: 0px solid rgb(109,0,5);
          border-bottom: 0px solid rgb(109,0,5);
          margin-top: 0px;
          clear: both;
        background:url(../images/backgroundFooter.jpg) repeat-x top left;
        }

#footer a{
        color : rgb(54,54,54);
        text-decoration: underline;
        }

#footer a:hover {
        color : rgb(255,255,255);
        text-decoration: underline;
        }

/* Fin Footer */

/* Boxes */

div.boxleft {                                                                                                /*boite de gauche*/
        margin: 0px 0px 0px 0px;
        padding: 11px 0px 0px 0px;
        background:url(../images/boxArrondieTop.jpg) no-repeat top center;
        width: 160px;
        }

div.boxendleft {                                                                                                /*boite de gauche*/
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 11px 0px;
        background:url(../images/boxArrondieBottom.jpg) no-repeat bottom center;
        width: 160px;
        }

div.boxleft h3{
        margin:  0px 5px 0px 5px;
        font-size: 70%;
        font-weight: bold;
        color: rgb(255,255,255);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 0px 0px;
        padding: 0px 3px 1px 10px;
        border-bottom: 1px solid rgb(107,171,247);
        }

div.boxleft p{
        margin:0px;
        padding:5px 5px 5px 10px;
        font-size: 70%;
        color: rgb(255,255,255);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;
        }

div.boxleft p a{
        color: rgb(255,255,255);
        }

div.boxleft p a:hover{
        color: rgb(190,221,84);
        }


input.authincludeinput{                                                                         /*formulaire de recherche*/
        font-size : 10px;
        color : rgb(54,54,54);
        text-decoration : none;
        text-align : left;
        padding-top : 1px;
        padding-bottom : 1px;
        padding-right : 5px;
        padding-left : 0px;
        margin-left:0px;
        border : 1px solid rgb(190,221,84);
        }

input.authincludesubmit {                                                                        /*bouton rechercher*/
        font-weight : bold;
        font-size : 9px;
        /*font-style : italic;*/
        color : rgb(54,54,54);
        background-color : rgb(242,243,245);
        text-decoration : none;
        text-align : center;
        padding : 0px;
        border : 1px solid rgb(190,221,84);
        }

/*left or right depending on where die auth is located */

div.boxleft div{                                                                                         /*formulaire de saisie login et pass */
        margin:0px 0px 0px 0px;
        padding:5px 0px 0px 0px;
        font-size: 100%;
        color: rgb(255,255,255);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;
        }
/* necessaire pour IE si on veut controler la position */
div.boxleft div form{
        margin:0px; /*position du formulaire*/
        padding:0px;
        }


div.boxright {
        margin: 0px 0px 0px 0px;
        padding: 11px 0px 0px 0px;
        background:url(../images/boxArrondieTop.jpg) no-repeat top center;
        width: 160px;
        }

div.boxendright {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 11px 0px;
        background: url(../images/boxArrondieBottom.jpg) no-repeat bottom center;
        width: 160px;
        }

div.boxright div form{
        margin:0px 5px 0px 5px;
        padding:0px 0px 5px 5px;
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 0px 0px;
        }

div.boxright h3{                                                                                        /*titre de la colonne de droite */
        margin:  0px 5px 0px 5px;
        font-size: 70%;
        font-weight: bold;
        color: rgb(255,255,255);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 0px 0px;
        padding: 0px 3px 1px 10px;
        border-bottom: 1px solid rgb(107,171,247);
        }

div.boxright p{
        display: block;
        margin:0px;
        padding:3px 3px 3px 15px;
        font-size: 70%;
        color: rgb(255,255,255);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;
        }

div.boxright p.image{
        display: block;
        margin:0px;
        padding:3px 3px 3px 15px;
        font-size: 70%;
        color: rgb(54,54,54);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;

        }

div.boxright p a{
        color: rgb(190,221,84);
        text-decoration: underline;
        }

div.boxright p a:hover{
        color: rgb(255,255,255);
        text-decoration: underline;
        }

div.boxright p.image img{
        border: 1px solid rgb(190,221,84);
        margin:0px 15px 0px 10px;
        }

div.boxright p img.Bouton{
        border: 0px solid rgb(204,204,204);
        }

div.boxright p.lm_text{
        display: block;
        margin:0px;
        padding:3px 3px 3px 15px;
        font-size: 70%;
        color: rgb(255,255,255);
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;
        }

#newsTicker{
        position: relative;
        width:150px;
        height:35px;
        overflow: hidden;
        }
#newsScroller{
        position: absolute;
        position/**/: relative;
        height:35px;
        line-height: 35px;
        white-space: nowrap;
        }

#newsTickerVert{
        padding-top: 10px;
        position: relative;
        width:160px;
        height:100px;
        overflow: hidden;
        background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;                                /*couleur de fond du texte defilant*/
        }
#newsScrollerVert{
        position: absolute;
        position/**/: relative;
        width: 130px;
        padding:3px 5px 3px 15px;
        font-size: 70%;                                                                /*taille texte defilant*/
        color: rgb(255,255,255);                                                /*couleur de texte defilant*/
        }

div#newsScrollerVert a{
        color: rgb(54,54,54);
        }

div#newsScrollerVert p{
        display: block;
        font-size: 1em;
        /*background-color: rgb(184,184,184);*/
        background-image: none;
        padding: 3px 0px 3px 0px;
        }

span.infodefile {
        font-size: 1em;
        font-weight: bold;
}

/* Fin boxes */

/* site map style */
ul.antsitemap{
        list-style-type:none;
        list-style-position: outside;
        /*list-style-image: url(../images/site-bgmenus2.jpg);*/
        padding-top: 2px;
        margin-left:0px;
        color: rgb(109,0,5);
        /*background-color: rgb(0,0,0);*/
        text-align: left;
        }

ul.antsitemap li.map1{
        font-size: 80%;
          color: rgb(102,102,102);
          text-decoration:none;
        padding: 5px 0px;
        border-bottom: 1px dotted rgb(184,184,184);
        }
ul.antsitemap li.map1 a {
          color: rgb(109,0,5);
          text-decoration:none;
        }
ul.antsitemap li.map1 a:hover {
   color: rgb(54,54,54);
   text-decoration:none;
        }

ul.antsitemap li.map2{
        font-size: 70%;
          color: rgb(102,102,102);
          text-decoration:none;
        padding: 2px 0px;
        }
ul.antsitemap li.map2 a {
        font-weight: bold;
          color: rgb(109,0,5);
          text-decoration:none;
        }
ul.antsitemap li.map2 a:hover {
   color: rgb(54,54,54);
   text-decoration:none;
        }

ul.antsitemap li{
        font-size: 70%;
          color: rgb(102,102,102);
          text-decoration:none;
        }
ul.antsitemap li a {
          color: rgb(109,0,5);
          text-decoration:none;
        }
ul.antsitemap li a:hover {
   color: rgb(54,54,54);
   text-decoration:none;
        }

div.antspace{
        height: 20px;
}

/*
** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php
*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* new for IE7 not supporting before and after , but a simple break seams to be enough */

br.antclearfix{
        font-size: 1px;
        line-height: 0;
        height: 0;
        clear: both;
        }

/* printer styles*/
@media print{
        /*hide the left and right column when printing*/
        #contentLeftTabl, #contentRightTabl{display:none;}
        #contentMain{width:100%; float:none;}
}
/* end printer styles */