						/*   G L O B A L   */
html {
	overflow:hidden;
	height:100%;                                                       /* hauteur pour IE */
	max-height:100%;                                                   /* hauteur pour les autres navigateurs */
	width: 100%;
    /*background: url(../images/fd_menu_site.gif) repeat-y 0 0;        /* important pour les autres navigateurs*/
	border-left: #333333 solid 3px;
}
body {
    position:relative;                                                 /* warning */
	overflow-y:scroll;                                                 /* important */
	overflow-y:hidden;
	overflow-x:hidden;
	height:100%;                                                       /* hauteur pour IE */
	max-height:100%;                                                   /* hauteur pour les autres navigateurs */
	width: 100%;
	margin: 0;
	padding: 0;                                                        /* important */
	padding: 0 0 40px 0;                                               /* hauteur du pied de page */
	border-spacing: 0;                                                 /* exigé par Opera 6 */
	background: url(../images/fd_right3.gif) repeat-y 100% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;                                                    /* à mettre à 100% par défaut */
	color: #333;
}
 						/*  C O R P S    D E   P A G E  */
#page_globale {
	width: 100%;
	height: auto;                                                     /* important */
	height: 100%;
	position: relative;
	overflow-y:hidden;                                                /* important */
	overflow-x:hidden;                                                /* important */
	overflow-y: scroll;
    /* overflow-x: scroll;  */
	/*background: none;                                               /* important */
	/*_background: url(../images/fd_menu_site.gif) repeat-y 0 0;      /* pour IE 6 */
    background: url(../images/fd_left33.gif) repeat-y 0 0;              /* pour IE 6 */
	margin-bottom:40px;
}
                        /*  P I E D   D E   P A G E   F I X E   */
#pied_de_page {
    position: absolute;
    left: 0 !important;
    left: -3px;
    right: 15px !important;
    bottom: 0 !important;
    bottom: -1px;
    width: auto !important;
    width: 100%;
    height: 41px;
    /* background: #F79400;                                 /* couleur corps 2 */
    background: #AA0619;                                 /* couleur corps 3 de mise au point */
    border-left:#333 solid 3px;
    border-bottom:#333 solid 3px;
    z-index:50;
    overflow:hidden;
}
#pied_de_page p{
    margin-top: 10px !important;
    padding-left: 6px;
    /*padding-left: 172px;*/
}
#pied_de_page a{font-weight: bold; font-size: 0.6em; color: #333;}
#pied_de_page a:hover{font-weight: bold; font-size: 0.9em; color: olive;}
#pied_de_page a:visited{font-weight: bold;}

body>#pied_de_page {position:fixed}

/*   C O L O N N E    C E N T R A L E   */
#coeur {
    overflow: hidden;                                   /* pour afficher correctement la class clear (clearBoth) avec firefox */
    top: 0;
    width: auto !important;
    width: 100%;
    height: auto;
    margin: 2px 9% 10px 2px;                          /* 20px avant */
    padding-left: 5px;
    _padding-left: 0;
    _margin: 2px 150px 50px 2px;
    position: relative;
    border:  red solid 0px;
}
#azaz {
   width: 95%;
   height: 95%;
   overflow: auto;
 }
div.titre h1{
    color:#117A99;
    color:#AA0619;                /*  aucune action  */
}
div.titre h1{
    font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
    display:inline;
    background-color:#FFF;
    padding-right:10px;
}
.centre_gauche{
    float: left;
    width:40%;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color:#6B84B5;
    color:#AA0619;                    /*  aucune action  */
    text-decoration:none;
    line-height:12px;
    padding-bottom: 60px;
    }
.centre_droit{
    float: right;
    width:40%;
    padding-right:25px;
    }
.centre_centre{
    float: none;
    width:99%;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    line-height:12px;
    padding-bottom: 60px;
    }
