/* ----------Définitions générales----------- */
body {
	margin: 0;
  	padding: 0;
  	background-color: rgb(135,142,151);
  	color: white;
  	/*background-image: url(img/bg.jpg);
  	background-repeat: repeat-x;*/
  	font: small Arial, Helvetica, Verdana, sans-serif;
	min-width: 1000px;
	text-align: center;  
	}

body#antpublic {  
    	margin: 0;
  	padding: 0;
  	background-color: rgb(135,142,151);
  	color: white;
  	/*background-image: url(img/bg.jpg);
  	background-repeat: repeat-x;*/
  	font: small Arial, Helvetica, Verdana, sans-serif;
	min-width: 1000px;
	text-align: center;
	}

/* Bloc de base */

div#level1 {
	background-color: rgb(255,255,255);
  	color: black;
  	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
  	padding: 0px;
	}

div#level1Priv {
	background-color: rgb(255,255,255);
  	color: black;
  	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
  	padding: 0px;
	}

/* Header */

#header {
	margin: 0;
  	padding: 0;
	background-color: #004266;
	height: 174px;
	border-bottom: 10px solid #1a1c21;
	}

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:right;
	padding-right: 0px;
	border: 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: 190px;
  	background: #004266 url(../images/layer1_menus2_bg.jpg) no-repeat bottom left;
  	color: black;
  	margin: 0;
  	padding: 0;
	vertical-align: top;   /*necessaire pour le td dans mode tableau */
	}

#contentLeft .inner,#contentLeftTabl .inner {
	padding: 10px 0;
	}

#contentRight {
  	float: right;
  	width: 120px;
  	background-color: rgb(34,39,139);
  	color: white;
  	margin: 0;
  	padding: 0;
	}

#contentRightTabl {
  	width: 120px;
	background: #91acbf url(../images/layer1_right_bg.gif) no-repeat bottom center;
  	color: white;
  	margin: 0;
  	padding: 0px 0px 110px 0px;
	vertical-align: top;   /*necessaire pour le td dans mode tableau */
	}

#contentRight .inner,#contentRightTabl .inner {
	padding: 10px;
	}

div#contentMain {
  	margin: 0 120px 0 190px;
	padding: 4px;
  	/*border-top: 1px solid #b9d2e3;*/
  	/*border-right: 1px solid #b9d2e3;
  	border-left: 1px solid #b9d2e3;*/
  	/*background-color: red;*/
  	color: black;
	}

td#contentMain {
  	margin: 0 120px 0 190px;
  	/*border-top: 1px solid #b9d2e3;*/
  	/*border-right: 1px solid #b9d2e3;
  	border-left: 1px solid #b9d2e3;*/
  	/*background-color: red;*/
	padding: 4px;
  	color: black;
	vertical-align: top;  /*necessaire pour le td dans mode tableau */
	text-align: left;
	}

div#contentMain .inner {
  	margin: 0;
  	padding: 10px 20px 10px 40px;
	background-color: rgb(255,255,255);
	height: 300px;
	}

td#contentMain .inner {
  	margin: 0;
	background-color: rgb(255,255,255);
  	padding: 5px 15px 5px 15px;
	/*height: 300px;*/
	}

#clearone {
  clear: both;
  height: 1px;
}


/* Fin Main div */

/* Footer */

#footer {
	font-Size : 85%;
	color : #ffffff;
	background-color : #001c30;
	text-align : center;
	vertical-align : middle;
	padding : 2px;
	height : 30px;
	/*width: 100%;*/
  	/*border-top: 1px solid rgb(0,0,0);
  	border-bottom: 1px solid rgb(0,0,0);*/
  	margin-top: 1px; /* prend la couleur definie dans level1*/
  	clear: both;
	}

#footer a{
	color : #ffffff;
	text-decoration: underline;
	}

#footer a:hover {
	color : #91acbf;
	text-decoration: underline;
	}

/* Fin Footer */

/* Boxes */

div.boxleft {
	margin: 25px 0 10px 0;
	padding: 0;
	}

div.boxleft h3{
	margin:0;
	font-size: 100%;
	color: rgb(255,255,255);
	background-color: #91acbf;
	padding: 3px;
	text-align: center;
	}

div.boxleft p{
	margin:0px;
	padding:3px;
	font-size: 85%;
	color: rgb(255,255,255);
	/*background-color: rgb(146,140,168);*/
	}

div.boxleft p a{
	color: rgb(228,127,0);
	}

div.boxleft p a:hover{
	color: rgb(255,255,255);
	}


div.boxleft div{
	margin:0px;
	padding:3px;
	font-size: 85%;
	color: rgb(255,255,255);
	/*background-color: rgb(228,127,0);*/
	}

input.authincludeinput{
	font-size : 10px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid rgb(203,204,206);
	}

input.authincludesubmit {
	font-weight : bold; 
	font-size : 10px;
	/*font-style : italic;*/
	color : rgb(34,39,139);
	background-color : rgb(242,243,245);
	text-decoration : none;
	text-align : center;
	padding : 0px;
	border : 1px solid rgb(203,204,206);
	}


div.boxright {
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: left;
	}

div.boxright h3{
	margin:0;
	font-size: 100%;
	font-weight: bold;
	color: rgb(255,255,255);
	/*background-color: rgb(228,127,0);*/
	padding: 3px;
	text-align: left;
	text-decoration: underline;
	}

div.boxright p{
	margin:0px;
	padding:3px;
	font-size: 90%;
	font-weight: bold;
	color: #001c30;
	/*background-color: rgb(194,188,212);*/
	/*background :  url(../images/layer1_bullets_ct3.gif) no-repeat top left;*/
	/*text-transform: uppercase;*/
	}

div.boxright p a {
	color: #001c30;
	text-decoration: none;
	padding-left: 0px;
	}

div.boxright p a:hover {
	color: #001c30;
	text-decoration: underline;
	padding-left: 0px;
	}

div.boxright p img{
	border: 1px solid rgb(255,255,255);
	}

/* Fin boxes *
/* site map style*/
ul.antsitemap{
	list-style-type:none;
	list-style-position: outside;
	/*list-style-image: url(../images/site-bgmenus2.jpg);*/
	padding-top: 2px;
	margin-left:0px;
	color: rgb(69,79,90);
	/*background-color: rgb(0,0,0);*/
	text-align: left;
	}

ul.antsitemap li a {
  	color: #005584;	
  	text-decoration:none;
	}	
ul.antsitemap li a:hover {
	color: rgb(69,79,90);
  	text-decoration:underline;
	}


/* 
** 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*/ 
	#sidebar-left, #sidebar-right{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}
/* end printer styles */

