
/* ----------Définitions générales----------- */
body {
        margin: 0;
        padding: 0;
        background-color: #f2f5f6;
        color: #666666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }

body#antpublic {
        margin: 0;
        padding: 0;
		background: #f2f5f6 url(../images/trameHeader.jpg) repeat-x top center;
        color: #666666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        min-width: 950px;
        text-align: center;
        }

/* Bloc de base */

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

div#level1Priv {
        /*background-color: #ffffff;*/
        color: black;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 950px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        }

/* Header */

#header {
        margin: 0;
        padding: 0;
        text-align: center;
        height: 279px;
        }

.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: 260px;
        color: #666666;
        margin: 0;
        padding: 0;
        }

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

#contentLeft .inner,#contentLeftTabl .inner  {
        margin: 35px 0px 20px 0px;
		padding: 0px 0px 30px 0px;
        text-align: left;
		/*border-right: 1px solid #94c0d8;*/
        }

#contentRight {
        float: right;
        width: 230px;
        color: #666666;
        margin: 0;
        padding: 0;
        }

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

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

div#contentMain {
        margin: 0 260px 0 230px;
        color: #666666;
        }

td#contentMain {
        margin: 0 260px 0 230px;
        padding: 0px;
        color: #666666;
        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;
        }

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

/* Fin Main div */

/* Footer */

#footer {
        margin: 0px 10px 0px 10px;
		padding: 6px;
		font-Size: 70%;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        clear: both;
        background-color: #1b4e7a;
        }

#footer a{
        color: #ffffff;
        text-decoration: none;
        }

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

/* Fin Footer */

/* Boxes */

/* LEFT */
div.boxleft {                                                                                                /*boite de gauche*/
        margin: 0px 0px 0px 0px;
        padding: 13px 0px 0px 0px;
        width: 230px;
		background: url(../images/boxArrondieTop.gif) no-repeat top left;
        }
div.boxendleft {                                                                                                /*boite de gauche*/
        margin: 0px 0px 10px 25px;
        padding: 0px 0px 13px 0px;
        width: 230px;
		background: url(../images/boxArrondieBottom.gif) no-repeat bottom left;
        }
div.boxleft h3{
        margin: 0px 0px 0px 0px;
		padding: 0px 3px 5px 10px;
        font-size: 85%;
        font-weight: bold;
        color: #2f5e85;
		background: url(../images/backgroundBoxArrondie.gif) repeat-y 0px 0px;
        }
div.boxleft p{
        margin: 0px 0px 0px 0px;
        padding: 5px 3px 3px 10px;
        font-size: 70%;
        color: #666666;
        background: url(../images/backgroundBoxArrondie.gif) repeat-y 0px 0px;
        }
div.boxleft p.lm_text{
        display: block;
        margin: 0px;
        padding: 5px 3px 3px 10px;
        font-size: 70%;
        color: #666666;
        }
div.boxleft p a{
        color: #2f5e85;
		text-decoration: none;
        }
div.boxleft p a:hover{
        color: #2f5e85;
		text-decoration: underline;
        }
div.boxleft p img{
		border: 0px;
        }
div.boxleft div{                                                                                         /*formulaire de saisie login et pass */
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		background: url(../images/backgroundBoxArrondie.gif) repeat-y top left;
        color: #666666;
        }
/* necessaire pour IE si on veut controler la position */
div.boxleft div form{
        margin: 0px; /*position du formulaire*/
        padding: 0px;
        }

/* RIGHT */
div.boxright {                                                                                                /*boite de gauche*/
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 225px;
        }
div.boxendright {                                                                                                /*boite de gauche*/
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 16px 0px;
        width: 225px;
		background: url(../images/encart_foot.jpg) no-repeat bottom left;
        }
div.boxright h3{
        margin: 0px 0px 0px 0px;
		padding: 13px 8px 0px 8px;
		font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 110%;
        font-weight: normal;
        color: #ffffff;
		text-align: center;
		background: url(../images/encart_tit.jpg) no-repeat top left;
		height: 32px;
        }
div.boxright p{
        margin: 0px 0px 0px 0px;
        padding: 5px 8px 8px 25px;
        font-size: 70%;
        color: #1b4e7a;
        background: url(../images/encart_bg.jpg) repeat-y top left;
        }
div.boxright p.lm_text{
        display: block;
        margin: 0px;
        padding: 8px 8px 3px 25px;
        font-size: 70%;
        color: #1b4e7a;
        }
div.boxright p a{
		margin: 0px;
        padding: 3px 8px 3px 20px;
		color: #1b4e7a;
		font-weight: bold;
		text-decoration: none;
		background: url(../images/puce_more.gif) no-repeat 0px 4px;
        }
div.boxright p a:hover{
        margin: 0px;
        padding: 3px 8px 3px 20px;
		color: #1b4e7a;
		text-decoration: underline;
        }
div.boxright p img{
		border: 0px;
        }
div.boxright div{                                                                                         /*formulaire de saisie login et pass */
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #666666;
		background: url(../images/encart_bg.jpg) repeat-y top left;
        }
/* necessaire pour IE si on veut controler la position */
div.boxright div form{
        margin: 0px; /*position du formulaire*/
        padding: 5px 0px 3px 25px;
        }
div.boxright p img.Bouton{
        border: 0px;
        }

/* TEXTE DEFILANT */
#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: 220px;
        height: 100px;
        overflow: hidden;
        background: url(../images/encart_bg.jpg) repeat-y top left;                                /*couleur de fond du texte defilant*/
        }
#newsScrollerVert{
        position: absolute;
        position/**/: relative;
        width: 185px;
        padding: 3px 8px 3px 25px;
        font-size: 70%;                                                /*taille texte defilant*/
        color: #1b4e7a;                                                /*couleur de texte defilant*/
        }
div#newsScrollerVert a{
        color: #1b4e7a;
        }
div#newsScrollerVert p{
        display: block;
        font-size: 1em;
        background-image: none;
        padding: 3px 0px 3px 0px;
        }
span.infodefile {
        font-size: 1em;
        font-weight: bold;
}

/* INPUT */
input.authincludeinput{                                                                         /*formulaire de recherche*/
        font-size : 10px;
        color : #222222;
        text-decoration : none;
        text-align : left;
        padding : 1px 5px 1px 3px;
		background-color: #ffffff;
        border : 1px solid #94c0d8;
        }
input.authincludesubmit {                                                                        /*bouton rechercher*/
        font-weight : bold;
        font-size : 9px;
        color : #356894;
        text-decoration : none;
        text-align : center;
        padding : 0px;
		background-color : #ffffff;
        border : 1px solid #2b88b5;
        }
/* Fin boxes */

/* site map style */
ul.antsitemap{
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
		padding: 5px 10px 0px 20px;
        color: rgb(109,0,5);
        text-align: left;
        }
ul.antsitemap li.map1{
        font-size: 80%;
        color: #5c5c5c;
        text-decoration: none;
        padding: 15px 0px 5px 0px;
        border-bottom: 1px dotted #a6a6a6;
        }
ul.antsitemap li.map1 a {
        font-weight: bold;
		color: #1b4e7a;
        text-decoration: none;
        }
ul.antsitemap li.map1 a:hover {
        color: #666666;
        text-decoration: underline;
        }
ul.antsitemap li.map2{
        font-size: 70%;
        color: #5c5c5c;
        text-decoration: none;
        padding: 2px 0px;
        }
ul.antsitemap li.map2 a {
        font-weight: bold;
        color: #666666;
        text-decoration: none;
        }
ul.antsitemap li.map2 a:hover {
        color: #666666;
        text-decoration: underline;
        }
ul.antsitemap li{
        font-size: 70%;
        color: #5c5c5c;
        text-decoration: none;
        }
ul.antsitemap li a {
        color: #666666;
        text-decoration: none;
        }
ul.antsitemap li a:hover {
        color: #666666;
        text-decoration: underline;
        }

div.antspace{
        height: 20px;
}

hr {
        color: #b1b1b1;
		background-color: #b1b1b1;
		height: 1px;
		border: 0;
        }

/*
** 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 */