
/* ----------Définitions générales----------- */
body {
	margin: 0;
  	padding: 0;
  	background-color: rgb(255,255,255);
  	color: white;
  	font: small Arial, Helvetica, Verdana, sans-serif;
	min-width: 875px;
	text-align: center;  
	}

body#antpublic {
    margin: 0;
  	padding: 0;
  	background-color: rgb(255,255,255);
  	color: white;
  	font: small Arial, Helvetica, Verdana, sans-serif;
	min-width: 875px;
	text-align: center;
	}

/* Bloc de base */

div#level1 {
	background-color: rgb(52,64,80);
  	color: black;
  	/*margin: 10px 40px 30px 40px;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
  	padding: 0;
	}

div#level1Priv {
	background-color: rgb(52,64,80);
  	color: black;
  	/*margin: 10px 40px 30px 40px;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
  	padding: 0;
	}

/* Header */

#header {
	margin: 0;
  	padding: 0;
	background-color: rgb(255,255,255); 
	/*background :  rgb(255,255,255) url(../images/layer1_header_bg.jpg) no-repeat top left;*/
	height: 250px;
	/*border-bottom: 1px solid rgb(255,255,255);*/
	}

p.headerp{
	/*background-color: red;*/
	margin: 0px;  /* problème margin:0 avec IE il faut absolument specifier le height*/
	padding: 15px 0 0 0;
	height: 30px;
	}

.header1 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 1.4em;
	color : rgb(255,255,255);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 30px;
	/*background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;*/
	/*height :  20px;*/
	}

.imgleft{
	float:left;  /* 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 {
  	width: 100%;
  	margin-top: 0px;
	/*background-color: rgb(255,255,255);*/
	/*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(75,83,125);
  	color: black;
  	margin: 0;
  	padding: 0;
	}

#contentLeftTabl {
  	width: 170px;
	background: rgb(255,255,255) url(../images/layer1_bgmenus.jpg) repeat-y top left;
  	color: black;
  	margin: 0;
  	padding: 0;
	vertical-align: top;   /*necessaire pour le td dans mode tableau */
	/*border-right: 4px solid rgb(255,255,255);*/
	}

#contentLeft .inner,#contentLeftTabl .inner  {
	margin: 0;
   	padding: 0;
	}

#contentRight {
  	float: right;
  	width: 120px;
  	background-color: rgb(255,0,0);
  	color: white;
  	margin: 0;
  	padding: 0;
	}

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

#contentRight .inner,#contentRightTabl .inner  {
    padding: 10px;
    }

div#contentMain {
  	margin: 0 120px 0 160px;
	padding: 4px;
  	color: black;
	}

td#contentMain {
  	margin: 0 120px 0 160px;
  	/*border-top: 1px solid #b9d2e3;*/
  	/*border-right: 1px solid #b9d2e3;
  	border-left: 1px solid #b9d2e3;*/
  	/*background-color: red;*/
	padding: 4px;
  	color: white;
	vertical-align: top;  /*necessaire pour le td dans mode tableau */
	text-align: left;
	background: rgb(52,64,80) url(../images/layer1_borddroit.jpg) repeat-y top right;
	}

div#contentMain .inner {
  	margin: 0;
  	padding: 10px 20px 10px 40px;
	background-color: rgb(255,255,255);
	height: 300px;
	}

td#contentMain .inner {
  	margin: 0;
  	padding: 5px 30px 5px 30px;
	}

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

/* Fin Main div */

/* Footer */

#footer2 {
	background: url(../images/layer1_borddroit.jpg) repeat-y top right;
	padding: 0;
  	margin: 0;
	}

#footer {
	font-Size: 85%;
	color: rgb(255,255,255);
	background: url(../images/layer1_bgmenus.jpg) repeat-y top left;
	text-align: right;
	vertical-align: top;
	padding: 15px 30px 5px 30px;
	height: 20px;
  	margin-top: 0px;
  	clear: both;
	}

#footer a{
	color: rgb(204,204,204);
	text-decoration: underline;
	}

#footer a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
	}

/* Fin Footer */

/* Boxes */

div.boxleft {                                                                                                /*boite de gauche*/
	margin: 25px 20px 10px 20px;
	padding: 0;
	}

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

div.boxleft h3{
	margin: 0;
	font-size: 100%;
	color: rgb(255,255,255);
	background-color: rgb(65,74,86);
	padding: 3px;
	text-align: center;
	}

div.boxleft p{
	margin: 0px;
	padding: 3px;
	font-size: 85%;
	color: rgb(255,255,255);
	background-color: rgb(113,119,128);
	}

div.boxleft p a{
	color: rgb(204,204,204);
	}

div.boxleft p a:hover{
	color: rgb(255,255,255);
	}

input.authincludeinput{
	font-size : 10px;
	color : rgb(0,58,118);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid rgb(0,58,118);
	}

input.authincludesubmit {
	font-weight : bold; 
	font-size : 9px;
	color : rgb(0,58,118);
	background-color : rgb(242,243,245);
	text-decoration : none;
	text-align : center;
	padding : 0px;
	border : 1px solid rgb(0,58,118);
	}

/*left or right depending on where die auth is located */

div.boxleft div{
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	color: rgb(255,255,255);
	}
/* 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-color: rgb(65,74,86);                                /*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-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;
    margin: 0px;
    padding: 5px 10px 0px 20px;
    color: rgb(154,154,154);
    text-align: left;
    }
ul.antsitemap li.map1 {
    color: rgb(154,154,154);
    text-decoration: none;
    padding: 15px 0px 5px 0px;
    }
ul.antsitemap li.map1 a {
    font-weight: bold;
    color: rgb(204,204,204);
    text-decoration: none;
    }
ul.antsitemap li.map1 a:hover {
    color: rgb(255,255,255);
    text-decoration: underline;
    }
ul.antsitemap li.map2 {
    color: rgb(154,154,154);
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    }
ul.antsitemap li.map2 a {
    color: rgb(204,204,204);
    text-decoration: none;
    }
ul.antsitemap li.map2 a:hover {
    color: rgb(255,255,255);
    text-decoration: underline;
    }
ul.antsitemap li {
    color: rgb(154,154,154);
    text-decoration: none;
    padding: 1px 0px 0px 0px;
    }
ul.antsitemap li a {
    color: rgb(204,204,204);
    text-decoration: none;
    }
ul.antsitemap li a:hover {
    color: rgb(255,255,255);
    text-decoration: underline;
    }

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