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

body#antpublic {
        margin: 0;
        padding: 0;
        color: #555555;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        min-width: 980px;
        text-align: center;
        background-color: #ededed;
        }

/* BLOC DE BASE */
div#level1 {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
		padding: 0px;
		color: #555555;
        width: 980px;
        text-align: left;
        }

div#level1Priv {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
		padding: 0px;
		color: #555555;
        width: 980px;
        text-align: left;
        }

/* HEADER */
#header {
        margin: 0;
        padding: 0px 0px 0px 0px;
        text-align: left;
        height: 166px;
        border: 0;
        }

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

/* MAIN DIV */
#main {
        clear: both;
        width: 100%;
        margin-top: 0px;
        }

#main2 {
        margin-top: 0px;
        }

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

#contentLeft {
        float: left;
        margin: 0;
        padding: 0;
        color: black;
        width: 285px;
        }

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

#contentRight {
        float: right;
        margin: 0;
        padding: 0; 
		color: black;
        background-color: #ffffff;
        width: 305px;
        }

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

div#contentMain {
        margin: 0px 305px 0px 285px;
        color: black;
        background-color: #ffffff;
        }

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

div#contentLeft .inner, td#contentLeftTabl .inner {
        margin: 0;
		padding: 45px 25px 10px 20px;
        text-align: left;
        }
        
div#contentRight .inner, td#contentRightTabl .inner {
        margin: 0;
		padding: 55px 20px 0px 20px;
        text-align: left;
        }

div#contentMain .inner, td#contentMain .inner {
        margin: 0;
        padding: 45px 20px 20px 20px;
        }

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

/* FOOTER */
#footer {
        clear: both;
        margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
        line-height: 18px;
        color: #ffffff;
        text-align: left;
        background-color: #b1b1b1;
        }
#footer a {
        color: #ffffff;
        text-decoration: none;
        }
#footer a:hover {
        color: #2651AD;
        text-decoration: underline;
        }

/* ---- BOXES ---- */

/* LEFT */
div.boxleft {                                                                                                /*boite de gauche*/
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 240px;
        }
div.boxendleft {                                                                                             /*boite de gauche*/
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
        width: 240px;
        }
div.boxleft h3 {
        margin:  0px 0px 0px 0px;
        padding: 5px 1px 5px 1px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        font-weight: bold;
        color: #333333;
        text-align: left;
        border-bottom: 2px solid #cbcbce;
        }         
div.boxleft p {
        margin: 0px;
        padding: 5px 1px 5px 1px;
        font-size: 70%;
        color: #555555;
		line-height: 1.3em;
        }
div.boxleft p.lm_text {
        margin: 0px;
        padding: 5px 1px 5px 1px;
        font-size: 70%;
        color: #555555;
        }
div.boxleft p.image {
        margin: 0px;
        padding: 6px 0px 3px 0px;
        font-size: 70%;
        color: #555555;
		text-align: center;
        }    
div.boxleft p a {
        font-weight: bold;
        color: #2651AD;
        text-decoration: underline;
        }
div.boxleft p a:hover {
        font-weight: bold;
        color: #222222;
        text-decoration: underline;
        }
div.boxleft p.lm_text a {
        font-weight: normal;
        color: #2651AD;
        text-decoration: underline;
        }
div.boxleft p.lm_text a:hover {
        font-weight: normal;
        color: #222222;
        text-decoration: underline;
        }
div.boxleft p.image a {
        font-weight: normal;
        color: #555555;
        text-decoration: underline;
        }
div.boxleft p.image a:hover {
        font-weight: normal;
        color: #972b15;
        text-decoration: underline;
        }
div.boxleft img {
		border: 0px;
        }
div.boxleft p.image img {
		border: 0px solid #ffffff;
        }
div.boxleft div {                                                                                         /*formulaire de saisie login et pass*/
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		color: #555555;
        }
/* necessaire pour IE si on veut controler la position */
div.boxleft div form {
        margin: 0px; /*position du formulaire*/
        padding: 5px 0px 5px 0px;
        }

/* RIGHT */
div.boxright {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 265px;
        }
div.boxendright {
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
        width: 265px;
        }
div.boxright h3 {                                                                                        /*titre de la colonne de droite*/
        margin:  0px 0px 0px 0px;
        padding: 5px 1px 5px 1px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        font-weight: bold;
        color: #333333;
        text-align: left;
        border-bottom: 2px solid #cbcbce;
        }
div.boxright p {
        margin: 0px;
        padding: 5px 1px 5px 1px;
        font-size: 70%;
        color: #555555;
		line-height: 1.3em;
        }
div.boxright p.lm_text {
        margin: 0px;
        padding: 5px 1px 5px 1px;
        font-size: 70%;
        color: #555555;
        }
div.boxright p.image {
        margin: 0px;
        padding: 6px 0px 3px 0px;
        font-size: 70%;
        color: #555555;
		text-align: center;
        }
div.boxright p a {
        font-weight: bold;
        color: #2651AD;
        text-decoration: underline;
        }
div.boxright p a:hover {
        font-weight: bold;
        color: #222222;
        text-decoration: underline;
        }
div.boxright p.lm_text a {
        font-weight: normal;
        color: #2651AD;
        text-decoration: underline;
        }
div.boxright p.lm_text a:hover {
        font-weight: normal;
        color: #222222;
        text-decoration: underline;
        }
div.boxright p.image a {
        font-weight: normal;
        color: #2651AD;
        text-decoration: underline;
        }
div.boxright p.image a:hover {
        font-weight: normal;
        color: #222222;
        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;
        font-size: 100%;
		color: #555555;
        /*background: url(../images/bg_box.png) repeat-y top left;*/
        }
div.boxright div form {
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 5px 0px;
        }
div.boxright p img.Bouton {
        border: 0px;
        }
div.boxright input.authincludeinput {
        padding: 1px 5px 1px 3px;
		font-size: 10px;
        color: #555555;
        text-decoration: none;
        text-align: left;
        width: 106px;
        background-color: #f7f7f5;
        border: 1px solid #c0c0c0;
        }

/* TEXTE DEFILANT */
#newsTicker {
        position: relative;
        height: 35px;
        overflow: hidden;
        }
#newsScroller {
        position: absolute;
        position/**/: relative;
        height: 35px;
        line-height: 35px;
        white-space: nowrap;
        }
		
div.boxleft #newsTickerVert {
        padding-top: 10px;
        position: relative;
        height: 100px;
        overflow: hidden;
        }
div.boxleft #newsScrollerVert {
        position: absolute;
        position/**/: relative;
        padding: 5px 1px 5px 1px;
        font-size: 70%;                                                      /*taille texte defilant*/
        color: #555555;                                                      /*couleur de texte defilant*/
        }
div.boxright #newsTickerVert {
        padding-top: 10px;
        position: relative;
        height: 100px;
        overflow: hidden;
        }
div.boxright #newsScrollerVert {
        position: absolute;
        position/**/: relative;
        padding: 5px 0px 5px 0px;
        font-size: 70%;                                                      /*taille texte defilant*/
        color: #555555;                                                      /*couleur de texte defilant*/
        }
div#newsScrollerVert a {
        color: #555555;
        text-decoration: underline;
        }
div#newsScrollerVert a:hover {
        color: #555555;
        text-decoration: underline;
        }
div#newsScrollerVert p {
        display: block;
        padding: 3px 0px 3px 0px;
		font-size: 1em;
		background-image: none;
        }
span.infodefile {
        font-size: 1em;
        font-weight: bold;
		}

/* INPUT */
input.authincludeinput {
        margin-left: 0px;
        padding: 1px 5px 1px 3px;
		font-size: 10px;
        color: #555555;
        text-decoration: none;
        text-align: left;
        background-color: #f7f7f5;
        border: 1px solid #c0c0c0;
        }
input.authincludesubmit {
        padding: 2px 5px 2px 5px;
		font-weight: bold;
        font-size: 11px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        background: #555555;
		border-width: 1px;
		border-style: solid;
		border-color: #555555 #333333 #333333 #555555;
        cursor: pointer;
        }
input[type=submit]:hover, input[type=reset]:hover {						/* hover */
		background: #666666;
		border-width: 1px;
		border-style: solid;
		border-color: #666666 #444444 #444444 #666666;
        }

/* ---- FIN BOXES ---- */

/* SITE MAP STYLE */
ul.antsitemap {
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
		padding: 5px 10px 0px 20px;
        color: #444444;
        text-align: left;
        }
ul.antsitemap li.map1 {
        padding: 15px 0px 5px 0px;
		font-size: 80%;
        font-weight: bold;
        color: #444444;
        text-decoration: none;
        border-bottom: 1px dotted #a6a6a6;
        }
ul.antsitemap li.map1 a {
        font-weight: bold;
        color: #222222;
        text-decoration: none;
        }
ul.antsitemap li.map1 a:hover {
        color: #2651AD;
        text-decoration: underline;
        }
ul.antsitemap li.map2 {
        padding: 2px 0px 2px 8px;
		font-size: 70%;
        color: #444444;
        text-decoration: none;
        }
ul.antsitemap li.map2 a {
        color: #222222;
        text-decoration: none;
        }
ul.antsitemap li.map2 a:hover {
        color: #2651AD;
        text-decoration: underline;
        }
ul.antsitemap li {
        padding: 1px 0px 0px 24px;
		font-size: 70%;
        color: #444444;
        text-decoration: none;
        }
ul.antsitemap li a {
        color: #222222;
        text-decoration: none;
        }
ul.antsitemap li a:hover {
        color: #2651AD;
        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 */