body {
background-color: #D8E9EC;

}

.global {
    position: absolute;
    width: 838px;
    height: 800px;
    margin-left: 10px;
    margin-top: 5px;
    border: 0px solid black;
    left: 50%;
    margin-left:-419px;
    }

.haut {
    background-image: url(images/haut.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 145px;
    }

.haut p {
	padding-top: 40px;
	padding-left: 220px;
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
    }

.haut a {
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
    }
	
.slogan {
	padding-left: 220px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
    }

.milieu_repet {
    background-image: url(images/milieu_repet.png);
    background-repeat: repeat-y;
    width: 100%;
	float:none;
    }
    
.bloc_menu {
	float:none;
    position: absolute;
    width: 210px;
    height: 200px;
    margin-left: 20px;
    margin-top: 30px;
    border: 0px solid black;
    }

.bloc_menu ul {
	float:none;
	list-style-type: none;
    padding-left: 0px;
    padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	width: 200px;
    }

.bloc_menu  li {
    background-image: url(images/fond_normal.png);
    background-repeat: no-repeat;
	height: 30px;
    }

.bloc_menu li:hover {
    background-image: url(images/fond_over.png);
    background-repeat: no-repeat;
	cursor: pointer;
	height: 30px;
    }    

.bloc_menu  li .selected  {
    background-image: url(images/fond_select.png);
    background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-top: 5px;
    }
	
.bloc_menu a {
    font-family: Tahoma;
    font-size: 13px;
    color: #FFEE00;
    text-decoration: none;
    cursor: pointer;
	padding-left: 25px;
	vertical-align: bottom;
    }

.bloc_contenu {
    width: 520px;
    min-height: 280px;
    margin-left: 260px;
    margin-top: -20px;
    border: 0px solid black;
    }

.bloc_contenu table {
    border: 0px solid black;
    text-align: center;
    }
    
.bloc_contenu th {
    font-size: 14px;
    font-weight: bold;
    color: #525252;
    }
    
.bloc_contenu td {
    border: 0px solid black;
    font-size: 13px;
    }

.bloc_contenu hr {
    border: 1px solid #525252;
    width: 470px;
    }
    
.texte_contenu h1 {
    background-image: url(images/puce.png);
    background-repeat: no-repeat;
	background-position:center left;
    margin-top: 11px;
    margin-left: -20px;
	padding-left:20px;
    border: 0px solid black;
    font-family: Tahoma;
    font-size: 16px;
    color: #525252;
    }

.titre_contenu {
    }
    
.texte_contenu {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
    }
    
.texte_contenu h2 {
    font-size: 15px;
    }
    
.texte_contenu strong {
	color: #003366;
	font-weight: bold;
    }
 
.texte_contenu em {
	color: #FFFFFF;
	font-style:normal;
    }
    
.texte_contenu a {
	color: #990033;
	text-decoration: underline;
    }
    
.texte_contenu a:hover {
    text-decoration: underline;
    }

.top_remonter {
    position: absolute;
    width: 50px;
    margin-left: 770px;
    margin-top: 5px;
    border: 0px solid black;
    }
    
.top_remonter a {
    font-family: Tahoma;
    font-size: 12px;    
    color: #D10002;
    text-decoration: none;
    }
    
.top_remonter a:hover {    
    text-decoration: underline;
    }

.telecharger_pdf_bas {
    position: absolute;
    width: 110px;
    margin-left: 240px;
    margin-top: 5px;
    border: 0px solid black;
    }
    
.telecharger_pdf_bas a {
    font-family: Tahoma;
    font-size: 12px;    
    color: #D10002;
    text-decoration: none;
    }
    
.telecharger_pdf_bas a:hover {    
    text-decoration: underline;
    }
    
.bas {
    background-image: url(images/bas.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 43px;
    }

.cheni_bas {
    margin: auto;
    height: 40px;
    margin-top: -5px;
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
    border: 0px solid black;
    }
	
.cheni_bas a {
    text-decoration: none;
	color: #000000;
    }

.cheni_bas a:hover {
    text-decoration: underline;
    }

