
/* ----------Définitions générales----------- */
body {
        margin: 0;
        padding: 0;
        background-color: #000000;
		color: #000d17;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        }

body#antpublic {
        margin: 0;
        padding: 0;
		margin-top: 15px;
        background-color: #000000;
		color: #000d17;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-style: normal;
        min-width: 850px;
        text-align: center;
        }

/* Bloc de base */

div#level1 {
        background-color: #ffffff;
		color: black;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 850px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        }

div#level1Priv {
        background-color: #ffffff;
		color: black;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 850px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        }

/* Header */

#header {
        margin: 0;
        padding: 0;
        text-align: center;
        height: 212px;
        }

.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: 160px;
        color: black;
        margin: 0;
        padding: 0;
        }

#contentLeftTabl {
        width: 160px;
        color: black;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        vertical-align: top;   /*necessaire pour le td dans mode tableau */
		background-color: #ffffff;
		/*border-right: 1px solid rgb(221,221,221);*/
        }

#contentLeft .inner,#contentLeftTabl .inner  {
        margin: 0;
		padding: 10px 0px 20px 10px;
        text-align: left;
        }

#contentRight {
        float: right;
        width: 160px;
        color: white;
        margin: 0;
        padding: 0;
        }

#contentRightTabl {
        width: 160px;
        color: white;
        margin: 0;
        padding: 0px 0px 0px 0px;
        vertical-align: top;   /*necessaire pour le td dans mode tableau */
		background-color: #ffffff;
		/*border-left: 1px solid rgb(221,221,221);*/
        }

#contentRight .inner,#contentRightTabl .inner  {
        margin: 0;
		padding: 10px 10px 20px 0px;
        text-align: left;
        }

div#contentMain {
        margin: 0 160px 0 160px;
        color: black;
        }

td#contentMain {
        margin: 0 160px 0 160px;
        padding: 0px;
        color: black;
        vertical-align: top;  /*necessaire pour le td dans mode tableau */
		background-color: #ffffff;
        }

div#contentMain .inner {
        margin: 0;
        padding: 10px 10px 20px 18px;
        }

td#contentMain .inner {
        margin: 0;
        padding: 5px 10px 20px 18px;
        }

#clearone {
        clear: both;
        height: 1px;
}

/* Fin Main div */

/* Footer */

#footer {
        margin: 0px 0px 0px 0px;
		padding: 10px 10px 20px 10px;
		font-Size: 75%;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        clear: both;
        background-color: #000000;
        }

#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: 150px;
		background: url(../images/boxArrondieTop.gif) no-repeat top left;
        }
div.boxendleft {                                                                                                /*boite de gauche*/
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 13px 0px;
        width: 150px;
		background: url(../images/boxArrondieBottom.gif) no-repeat bottom left;
        }
div.boxleft h3{
        margin: 0px 0px 0px 0px;
		padding: 0px 6px 5px 10px;
        font-size: 85%;
        font-weight: bold;
        color: #000d17;
		background: url(../images/backgroundBoxArrondie.gif) repeat-y 0px 0px;
        }
div.boxleft p{
        margin: 0px 0px 0px 0px;
        padding: 5px 3px 3px 10px;
        font-size: 75%;
        color: #414b56;
        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: 75%;
        color: #414b56;
        }
div.boxleft p a{
        color: #414b56;
		text-decoration: none;
        }
div.boxleft p a:hover{
        color: #000d17;
		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: #414b56;
        }
/* 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: 13px 0px 0px 0px;
        width: 150px;
		background: url(../images/boxArrondieTop.gif) no-repeat top left;
        }
div.boxendright {                                                                                                /*boite de gauche*/
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 13px 0px;
        width: 150px;
		background: url(../images/boxArrondieBottom.gif) no-repeat bottom left;
        }
div.boxright h3{
        margin: 0px 0px 0px 0px;
		padding: 0px 6px 5px 10px;
        font-size: 85%;
        font-weight: bold;
        color: #000d17;
		background: url(../images/backgroundBoxArrondie.gif) repeat-y top left;
        }
div.boxright p{
        margin: 0px 0px 0px 0px;
        padding: 5px 3px 3px 10px;
        font-size: 75%;
        color: #414b56;
        background: url(../images/backgroundBoxArrondie.gif) repeat-y top left;
        }
div.boxright p.lm_text{
        display: block;
        margin: 0px;
        padding: 5px 3px 3px 10px;
        font-size: 75%;
        color: #414b56;
        }
div.boxright p a{
        color: #414b56;
		text-decoration: none;
        }
div.boxright p a:hover{
        color: #000d17;
		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: #414b56;
		background: url(../images/backgroundBoxArrondie.gif) 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 10px;
        }
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: 150px;
        height: 100px;
        overflow: hidden;
        background: url(../images/backgroundBoxArrondie.gif) repeat-y top left;                                /*couleur de fond du texte defilant*/
        }
#newsScrollerVert{
        position: absolute;
        position/**/: relative;
        width: 135px;
        padding: 3px 5px 3px 10px;
        font-size: 75%;                                                /*taille texte defilant*/
        color: #414b56;                                                /*couleur de texte defilant*/
        }
div#newsScrollerVert a{
        color: #000d17;
        }
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 : 11px;
        color : #222222;
        text-decoration : none;
        text-align : left;
        padding : 1px 5px 1px 3px;
		background-color: #ffffff;
        border : 1px solid #cbccce;
        }
input.authincludesubmit {                                                                        /*bouton rechercher*/
        font-weight : bold;
        font-size : 10px;
        color : #414b56;
        text-decoration : none;
        text-align : center;
        padding : 0px;
		background-color : #e0e0e0;
        border : 1px solid #999999;
		cursor : pointer;
        }
/* Fin boxes */

/* site map style */
ul.antsitemap{
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
		padding: 5px 10px 0px 20px;
        color: #000000;
        text-align: left;
        }
ul.antsitemap li.map1{
        font-size: 85%;
        color: #5c5c5c;
        text-decoration: none;
        padding: 15px 0px 5px 0px;
        border-bottom: 1px dotted #a6a6a6;
        }
ul.antsitemap li.map1 a {
        font-weight: bold;
		color: #000000;
        text-decoration: none;
        }
ul.antsitemap li.map1 a:hover {
        color: #000000;
        text-decoration: underline;
        }
ul.antsitemap li.map2{
        font-size: 75%;
        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: 75%;
        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 {
        display: block;
        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 */