body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #336699;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

/***********************************************/
/* blocs */
/***********************************************/

#page{
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

/***********************************************/
/* propriété de entete */
/***********************************************/
#entete{
    width: 840px;
    height: 171px;
}
/***********************************************/
/* structure de entete */
/***********************************************/
#haut{
    float: left;
    width: 662px;
    z-index: 1;
}
#hautdroite{
    float: left;
    width: 169px;
}

/***********************************************/
/* propriété de menu */
/***********************************************/
#menu{
	position: absolute;
	z-index: 2;
	left: 640px;
	top: 26px;
	width: 186px;
	border: #336699;
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	background-color: #FFFFFF;
}
/***********************************************/
/* propriété de menu */
/***********************************************/
#menu dt {
	cursor: pointer;
	line-height: 19px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-size: 11px;
	color: #336699;
	font-weight: 550;
}

#menu dd {
	position: absolute;
	z-index: 2;
	left:-135px;
	width: 146px;
	margin-top: -20px;
	border: #336699;
}

#menu ul {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
}
#menu li {
    padding: 5px;
	text-align: left;
    line-height: 18px;
    font-size: 11px;
    color: #336699;
    font-weight: 550;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #336699;
}
#menu li a, #menu dt a {
color: #336699;
text-decoration: none;
display: block;
}

#menu li a:hover, #menu dt a:hover{
color: #FF0000;
text-decoration: underline;
font-weight: 550;
}
#menu1  dt a {
    cursor: pointer;
	line-height: 19px;
	padding-left: 10px;
	font-size: 11px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #FFFF99;
	font-weight: bold;
	margin-left:-10px;

}

/***********************************************/
/* propriété de corps de la page accueil */
/***********************************************/

#corps{
    width: 840px;
    float: left;
    background: url(../images/jdsgauche.gif) no-repeat;
}

h4{
    margin-left: 80px;
	padding-left: 50px;
    margin-top: 20px;
	margin-right: 40px;
    font-size: 10pt;
    color: #FF9900;
    font-weight: bold;
}

/***********************************************/
/* stucture de corps des pages interieures */
/***********************************************/

h1{
    margin-left: 72px;
    margin-top: 10px;
	padding-left:50px;
    font-size: 14pt;
    color: #FF9900;
    font-weight: bold;
    border-bottom-color: #F79910;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

h2{
	font-size: 9pt;
    font-style: italic;
    margin-bottom: 10px; 
}

h3{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
	margin-bottom: 10px;
}

h5{
    margin-left: 122px;
    margin-top: 10px;
	font-size: 14pt;
    color: #FF9900;
    font-weight: bold;
    
}

#contenuint{
	padding-top: 20px;
	width: 555px;
	padding-left: 130px;
	text-align: justify;	
}

#contenuint ul{
	padding-left: 30px;
}


#contenuint li{
    list-style-type: square;
    line-height: 15px;    
}


#contenuint td{
	vertical-align: top;
	border-bottom-color: #CC9933;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#contenuact{
	width: 400px;
}


#contenuact td{
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-color: #FFFFFF;
	text-align: justify;	
}

#contenuact p{
	margin-top: 0px;
	margin-bottom: 10px;
}

/***********************************************/
/* page galeries
/***********************************************/
#corps_galerie{
	width: 840px;
	float: left;
}

#contenu_galerie{

}

#contenu_galerie table{
	margin: 0 auto;
	width:650px;
}

#contenu_galerie td{
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	font-weight: bold;
}
#contenu_galerie hr{
	color: #CC9933;
	height: 1px;
}
#contenu_galerie td br{
	line-height: 5px;
	text-align: left;	
}
#contenu_galerie td a{
	text-decoration: none;
	color: #336699;
}
#contenu_galerie td a:hover{
	text-decoration: none;
	color: #FF0000;
}
h6{
	margin-top: 10px;
	font-size: 14pt;
	color: #FF9900;
	font-weight: bold;
	border-bottom-color: #F79910;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/***********************************************/
/* prpriété de bas de page */
/***********************************************/
#basdepage{
	width: 780px;
	float: left;
	font-size: 8pt;
	padding-top: 50px;
	padding-left: 80px;
	padding-bottom: 50px;
}

#basdepage a{
color: #336699;
font-size: 8pt;
text-decoration: none;
}

#basdepage a:hover {
color: #FF0000;
text-decoration: none;
}

/***********************************************/
/*Positionnement */
/***********************************************/
.gauche {
	float: left;
	margin-right: 15px;
}

.droite {
	float: right;
	margin-left: 15px;
}

.centre {
	margin-left: auto;
	margin-right: auto;
}
.sous_titre{
    margin-bottom: 10px;
}
/***********************************************/
/*Polices */
/***********************************************/
.texte7 {
    font-size: 7pt;
}

.texteitalique{
	font-style: italic;
	font-weight: bold;
}


.texteG{
	margin-right: 10px;
	height: 180px;
	width: 300px;
	text-align: justify;
	list-style-type: square;
}


.texteD{
	height: 180px;
	width: 300px;
	text-align: justify;
	margin-right: 210px;
}

.commentaire{
    font-size: 9pt;
	font-weight: bold;
}
/***********************************************/
/* blocs popup
/***********************************************/
#pagepopup{
    width: 750px;
    position: absolute;
  }
  
#banierepopup{
	width: 750px;
	float: left;
	height: 171px;
  }
  
#corpspopup{
	width: 750px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
} 
  
#descriptifpopup{
	background-color: #FFF5CD;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/***********************************************/
/* blocs admin
/***********************************************/

#baniereadm{
	height: 171px;
	float: left;	
}

#listeadm{
	padding-top:30px;	
	margin-left : 100px;
	padding-left : 30px;
	}

#listeadm td{
	border: solid #336699 1px;
	padding: 5 5 5 10;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 9pt;
}

#listeadm form{
	}
.input{
	vertical-align: top;	
	}
#pageadm{
	padding-top:30px;	
	margin-left : 100px;
	padding-left : 30px;	
	}

#pageadm td{
	border: solid #336699 1px;
	padding: 5 5 5 10;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 9pt;
}
#tableaussbord{
 
}
#tableaussbord td{
	border-style:none;
}
