body{
	font-size: 1em;
}
img {
	border:0;
}
/* Conteneur pour l'ensemble de la page */
#main {
	position: absolute;
	top:0px;
	height:auto;
	margin:0px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width:98%;
	min-width: 768px;
        /* IE Dynamic Expression to set the width */
        width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	z-index:0;
}

/* Bandeau général du site */
#header {
	position: relative;
	min-width: 768px;
	height: 73px;
	margin:0px 0px 5px 0px;
	background-image:url(img/im_head.jpg);
	background-position:right;
	background-repeat:no-repeat;
	z-index:0;
	vertical-align:center;
}


/***************************** Partie centrale home *******************************/
/* groupe des colonnes gauche et centrale */
#content {
	min-width: 768px;
        /* IE Dynamic Expression to set the width */
        width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	margin:0px;
	padding:0px;
	z-index:0;
}
#gauche {
	float:left;
	width:24.96%;
	z-index:5;
}
#centre {
	float:left;
	width:74.88%;
	z-index:5;
}
#contenu {
	width:auto;
	height:100%;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}

/***************************** Gestion du bandeau *******************************/

#bandeau {
	background-color:#98B103; 
	margin:0px 0px 10px 0px;
	padding: 5px 3px 10px 3px;
        /* IE Dynamic Expression to set the width */
        width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	z-index:-10;
	font-weight:bold;
	color:#ffffff;
}

.bandeauGauche {
	font-size:1.3em;
	float:left;
}
.bandeauDroit {
	font-size:0.8em;
	text-align:right;
}

/* Sommaire */
.sommaire dl{
	background-color:#F3F6EB;
}
.sommaire dt{
	padding:4px;
	margin:0px 0px 5px 0px;
	color:#000000;
	font-size:0.7em;
	font-weight:bold;
	border-top: 2px solid #98B103;
	border-bottom: 2px solid #98B103;
}

.sommaire dt.actif{
	color:#ffffff;
	background-color: #AEBD75;
}
.sommaire dd{
	margin-left:10px;
	padding:1px;
	font-size:0.6em;
	color:#000000;
}
.sommaire dd.actif{
	text-decoration:underline;
}
.sommaire dd a{
	color:#000000;
	text-decoration:none;
}

.sommaire dd a:hover{
	color:#000000;
	text-decoration:underline;
}

/* bloc interne au centre avec ajout des espaces droite et gauche */
.home {
	font-size:0.7em;
}
.home p {
	margin:5px 10px 10px 10px;
}

.home blockquote {
	border: #000000 2px solid;
}

.home h1{
	font-size:1.2em;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-color:#98B103;
	border-bottom-width:4px;
	border-bottom-style:solid;

}

.home h2{
	margin:15px 10px 0px 10px;
	font-weight:bold;
	font-size:1em;
	border-bottom-color:#98B103;
	border-bottom-width:4px;
	border-bottom-style:solid;
}

.home h2.liens{
	margin:15px 10px 0px 10px;
	font-weight:bold;
	font-size:1em;
	border-bottom-color:#999999;
	border-bottom-width:4px;
	border-bottom-style:solid;
}

.home h3.liens {
	margin:15px 10px 0px 10px;
	font-weight:bold;
	font-size:1em;
	border-bottom-color:#BBBBBB;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.home dt{
	padding:5px;
	margin:0;
	font-weight:normal;
	color:#000000;
	background-color:#F7EAF0;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:2px;
	cursor:pointer;
}
.home dt a{
	color:#000000;
	text-decoration:none;
}
.home dt a:hover{
	color:#000000;
	text-decoration:none;
}

.home dd{
	display:none;
}

.home ul{
	padding-bottom:5px;
}

.home li{
	background-color:#ffffff;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px 2px 0px 10px;
}
.home li a{
	color:#000000;
	text-decoration:none;
}
.home li a:hover{
	color:#BB4A7B;
	text-decoration:underline;
}

ul {
	list-style-image: url('img/puce.gif'); 
	margin-top: 3px; 
	margin-bottom: 3px; 
}

/***************************** Pied de page *******************************/
/* Groupe pour l'ensemble du footer */
#footer {
	position:relative;
	float:left;
	min-width: 768px;
	margin:15px 0px 0px 0px;
        /* IE Dynamic Expression to set the width */
        width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	z-index:-10;
}

#footerGauche {
	position:absolute;
	float:left;
	width:24.96%;
	z-index:-5;
}
#footerCopyright {
	float:right;
        width:74.88%;
	background-image:url(img/img_filet_gris.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
	font-size:0.7em;
	color:#989898;
	z-index:-5;
}

#footerCopyright a{
	text-decoration:none;
	text-align:right;
	color:#989898;
}

#footerCopyright a:hover{
	text-decoration:underline;
}

#footerOutil {
	float:right;
    	width:74.88%;
	padding-bottom:8px;
	padding-top:8px;
	text-align:right;
	font-size:0.7em;
	color:#000000;
	z-index:-5;
}

#footerOutil a{
	color:#000000;
	text-decoration:none;
}

#footerOutil a:hover{
	color:#000000;
	text-decoration:underline;
}


