/* BASE.CSS */
* {
	margin: 0;
}

html, body {
        margin: 0;
        padding: 0;
        height: 100%;
}

body {
	background-color: #27455A;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
}

p, div#contenu ul{
	margin:0 10px 10px 0;
}

a{
	display:block;
	color: #0A0A5B;
}

.lien_simple {
display:inline;}

.rouge {color:#A42B2B;}

.adeco {padding:10px;}

.mailtodeco {padding-bottom:15px;}

.maildocuments {display:inline;}

a:visited, .lien_simple a:visited {
	text-decoration: none;
	color:#000066;
}
a:hover, .lien_simple a:hover {
	text-decoration: none;
	color:#fff;
}

h2 span { visibility: hidden; font-size: 1px; }

p, div#contenu ul, .textegauche, .textedroit{ 
	font-size: 93%; 
	line-height: 1.8em; 
	color: #222;
}

div#contenu li {
list-style-type: none;}

h3, h4, h5, h6 {
	color: #222; 
	margin: 0; 
	padding: 5px 55px 10px 110px; 
	letter-spacing: 1px; 
}

h5 {font-size:93%;}

h3 .petit {font-size:70%;}

h5 .petit {
	font-size:90%;
	color:#000066;
}

h5 .petitnoir {
	font-size:90%;
}


.espace {margin-bottom:25px;}

.espace2 {margin-bottom:10px;}

.cadre {
	border: thin solid #FF0000;
	margin-bottom:10px;
}

abbr, acronym, .help {
 border-bottom: 1px dotted #333;
 cursor: help;
 }

/****************************** positionnement du texte pour remplacer un tableau ************************/


.textegauche {
    float: left;
	width: 75%;
	margin:0;
	 
 } 
 
 .textegauchefin {  
    float: left;
	width: 80%; 
	margin-bottom:20px;
 } 
       
.textedroit {  
    float: right; 
    text-align: right;
	width: 20%; 
} 

.textedroitfin {  
    float: right; 
    text-align: right;
	width: 10%; 
} 

.textegauche, .textedroit { 
    display: block; 
} 
      

/****************************** éléments du Header ************************/

div#header{
	position:relative;
	width:755px;
	height:226px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#header h1{
	height: 80px;
	line-height: 80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
}

div#header a{
	position:absolute;
	right:0;
	top:66px;
	font-size: 93%;
	color:#585857;
}
div#header a:hover{
	color:#000;
}

div#conteneur{
	text-align:left;
}

div#contenu p, div#contenu ul{
	line-height:1.4;
	padding:0 20px 0 110px;
}

div#gauche{
	float:left;
	width:262px;
	height:601px;
	background-image:url(../images/bg_gauche.jpg);
	background-color: #B9CAFF;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 226px;
}


div#footer{
	background: #333;color: #FFF;
}

div#footer p{
	margin:0;padding:5px 10px;
}

div#footer a{
	display:inline;
	padding:0;
	color: #C6D5FD;
}

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

div#conteneur{
	margin: 0 auto;
    min-height: 900px;
	position: relative;
	overflow: hidden;
	width:755px;
	margin:0 auto;
	background-color: #D3CFB5;
	background-image: url(../images/bg_contenu.jpg);
	background-repeat: repeat-y;
}
/* ****************************************************** contenu ************************************************ */

div#contenu{
	
	position: relative; 
	padding: 20px 0 100px 0;
	margin-bottom:50px;
	float:right;
	width:520px;
	
}
div#contenu h2 { 
	background: url(../images/lettrage/accueil.png) no-repeat;
	width: 40px; 
	height: 177px; 
	position: absolute;
	top: 23px; 
	left: 40px; 
	padding: 0; 
	margin: 0; }


div#contenu h2.executif { background: url(../images/lettrage/executif.png) no-repeat; height: 173px; left: 40px; }
div#contenu h2.gouvernance { background: url(../images/lettrage/gouvernance.png) no-repeat; height: 317px; left: 40px; }
div#contenu h2.journal { background: url(../images/lettrage/journal.png) no-repeat; height: 188px; }
div#contenu h2.activites { background: url(../images/lettrage/activites.png) no-repeat; height: 97px; left: 40px; }
div#contenu h2.liens { background: url(../images/lettrage/liens.png) no-repeat; height: 140px; }
div#contenu h2.documents { background: url(../images/lettrage/documents.png) no-repeat; height: 250px; width: 31px; }

/* ****************************************************** footer ************************************************ */

div#container, #header {margin-top: 0;}

div#container, div#dernier{margin-bottom: 0; padding-bottom: 77px;}

div#footer{
	position: absolute;
    bottom: 0; left: 0;
	width:100%;  
	height:77px;
	font-size:11px;
	background-color: #000000;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}
div#footer a{color:#FFFFFF;}


#copyright  {
	margin: 45px 0 0 0;
  	float:right;
	
}

a#pub {
	width:146px;
	height:30px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	position:relative;
	left:265px;
	top:40px;
	background-image: url(../images/logonoir.jpg);
} 

