
/* ----------Définitions générales----------- */
body {
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        color: white;
        /*background-image: url(../images/trameHeader.gif);*/
        background-repeat: repeat-x;
        font-family: arial, helvetica, verdana, sans-serif;
        }

body#antpublic {
        margin: 0;
        padding: 0;
        background-color: #ffffff; /*couleur de l'arriere plan(balise <body>)*/
        color: #1d446b;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        min-width: 925px;
        text-align: center;
        }

/* Bloc de base */

div#level1 {
        background-color: #ffffff;
        color: black;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 925px;
        padding: 0px 0px 0px 0px;
        }

div#level1Priv {
        background-color: #ffffff;
        color: black;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 925px;
        padding: 0px 0px 0px 0px;
        }

/* Header */

#header {
        margin: 0;
        padding: 0;
        text-align: center;
        height: 187px;
        background-color: #e6edf2;
        }

.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;
        }

#main2 {
        margin-top: 0px;
       }

table#contentTable{
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        width: 100%;
        }

#contentLeft {
        float: left;
        width: 170px;
        color: #1d446b;
        margin: 0;
        padding: 0;
        }

#contentLeftTabl {
        width: 170px;
        color: #1d446b;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        vertical-align: top;   /*necessaire pour le td dans mode tableau */
        }

#contentLeft .inner,#contentLeftTabl .inner  {
        margin: 0;
        padding: 30px 0px 0px 0px;
        text-align: left;
        }

#contentRight {
        float: right;
        width: 170px;
        color: #1d446b;
        margin: 0;
        padding: 0;
        }

#contentRightTabl {
        width: 170px;
        color: #1d446b;
        margin: 0;
        padding: 0px 0px 0px 0px;
        vertical-align: top;   /*necessaire pour le td dans mode tableau */
        }

#contentRight .inner,#contentRightTabl .inner  {
        margin: 0;
        padding: 30px 0px 0px 0px;
        text-align: left;
        }

div#contentMain {
        margin: 0 170px 0 170px;
        color: #1d446b;
        }

td#contentMain {
        margin: 0 170px 0 170px;
        padding: 0px;
        color: #1d446b;
        vertical-align: top;  /*necessaire pour le td dans mode tableau */
        }

div#contentMain .inner {
        margin: 0;
        padding: 10px 20px 25px 20px;
        }

td#contentMain .inner {
        margin: 0;
        padding: 10px 20px 25px 20px;
        text-align: left;
        }

#clearone {
  clear: both;
  height: 1px;
}

/* Fin Main div */

/* Footer */

#footer {
        font-Size : 70%;
        color : #215384;
        text-align : left;
        vertical-align : middle;
        width: 921px;
        height : 30px;
        border-top: 1px dotted #94acc3;
        margin-top: 0px;
        padding : 10px 2px 5px 2px;
        clear: both;
        }

#footer a{
        color : #215384;
        text-decoration: underline;
        }

#footer a:hover {
        color : #3d83da;
        text-decoration: underline;
        }

/* Fin Footer */

/* Boxes */

input.authincludeinput{                                                                         /*formulaire de recherche*/
        font-size : 10px;
        color : #1d446b;
        background-color : #ffffff;
        text-decoration : none;
        text-align : left;
        padding-top : 1px;
        padding-bottom : 1px;
        padding-right : 2px;
        padding-left : 2px;
        margin-left: 0px;
        border : 1px solid #6997b8;
        }

input.authincludesubmit {                                                                        /*bouton rechercher*/
        font-weight : bold;
        font-size : 0.9em;
        color : #ffffff;
        background-color : #23aa64;
        text-decoration : none;
        text-align : center;
        padding : 5px 10px;
        border : 1px solid #23aa64;
        }

/*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 10px;
        font-size: 70%;
        color: #215384;
        }

div.boxleft {                                                                                                /*BOITE DE GAUCHE*/
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 160px;
        }

div.boxendleft {                                                                                        /*boite de gauche*/
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        width: 160px;
        }

/* necessaire pour IE si on veut controler la position */
div.boxleft div form{
        margin: 0px; /*position du formulaire*/
        padding: 0px;
        }

div.boxleft h3{                                                                                                /*titre de colonne gauche */
        margin:  0px 0px 0px 0px;
        font-size: 70%;
        font-weight: bold;
        color: #ffffff;
        background: #245785 url(../images/box_title_background.jpg) no-repeat top left;
        text-align: center;
        vertical-align: center;
        padding: 10px 3px 10px 3px;
        }

div.boxleft p{
        margin: 0px;
        padding: 6px 5px 6px 15px;
        font-size: 70%;
        color: #215384;
        background-color: #edf5ff;
        }

div.boxleft p a{
        color: #4a9bff;
        text-decoration: underline;
        }

div.boxleft p a:hover{
        color: #3d83da;
        text-decoration: underline;
        }

div.boxright {                                                                                                /*BOITE DE DROITE*/
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 160px;
        }

div.boxendright {                                                                                        /*boite de droite*/
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        width: 160px;
        }

div.boxright div form{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 15px;
        background-color: #edf5ff;
        }

div.boxright h3{                                                                                        /*titre de colonne droite */
        margin: 0px 0px 0px 0px;
        font-size: 70%;
        font-weight: bold;
        color: #ffffff;
        background: #245785 url(../images/box_title_background.jpg) no-repeat top left;
        text-align: center;
        vertical-align: center;
        padding: 10px 3px 10px 3px;
        }

div.boxright p{
        display: block;
        margin: 0px;
        padding: 5px 5px 10px 15px;
        font-size: 70%;
        color: #215384;
        background-color: #edf5ff;
        }

div.boxright p.image{
        display: block;
        margin: 0px;
        padding: 3px 3px 3px 15px;
        font-size: 70%;
        color: #215384;
        background-color: #edf5ff;
        }

div.boxright p a{
        color: #4a9bff;
        text-decoration: underline;
        }

div.boxright p a:hover{
        color: #3d83da;
        text-decoration: underline;
        }

div.boxright p.image img{
        border: 1px solid #215384;;
        margin: 0px 15px 0px 10px;
        }

div.boxright p img.Bouton{
        border: 0px;
        }

div.boxright p.lm_text{
        display: block;
        margin: 0px;
        padding: 10px 15px 10px 15px;
        font-size: 70%;
        color: #215384;
        background-color: #edf5ff;
        }

#newsTicker{
        position: relative;
        width: 160px;
        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-color: #edf5ff;                /*couleur de fond du texte defilant*/
        }

#newsScrollerVert{
        position: absolute;
        position/**/: relative;
        width: 130px;
        padding: 10px 5px 10px 15px;
        font-size: 70%;                                        /*taille texte defilant*/
        color: #215384;                                        /*couleur de texte defilant*/
        }

div#newsScrollerVert a{
        color: #4a9bff;
        }

div#newsScrollerVert p{
        display: block;
        font-size: 1em;
        /*background-color: rgb(184,184,184);*/
        background-image: none;
        padding: 5px 0px 5px 0px;
        }

span.infodefile {
        font-size: 1em;
        font-weight: bold;
}

/* Fin boxes */

/* site map style */

ul.antsitemap{
        list-style-type: none;
        padding-top: 2px;
        margin-left: 0px;
        color: #4a9bff;
        text-align: left;
        }

ul.antsitemap li.map1{
        font-size: 80%;
        color: #245785;
        text-decoration: none;
        padding: 5px 0px;
        border-bottom: 1px dotted #94acc3;
        }
ul.antsitemap li.map1 a {
		font-weight: bold;
        color: #1d446b;
        text-decoration:none;
        }
ul.antsitemap li.map1 a:hover {
   		color: #3d83da;
   		text-decoration: none;
        }

ul.antsitemap li.map2{
        font-size: 70%;
        color: #245785;
        text-decoration: none;
        padding: 2px 5px;
        }
ul.antsitemap li.map2 a {
        font-weight: bold;
        color: #215384;
        text-decoration:none;
        }
ul.antsitemap li.map2 a:hover {
  		color: #3d83da;
   		text-decoration:none;
        }

ul.antsitemap li{
        font-size: 70%;
        color: #245785;
        text-decoration: none;
		padding: 0px 5px;
        }
ul.antsitemap li a {
        color: #215384;
        text-decoration:none;
        }
ul.antsitemap li a:hover {
		color: #3d83da;
		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 */