/* Parametres globaux */
body { margin:0px; padding:0px; text-align:center; background-color:#FFF;} 
a {color: #ef8d32;}
a:hover {color: #ef8d32;}
a:focus {color: #ef8d32;}

/* Structure de la page */
#centercontent{ width: 900px; text-align: left;	margin-left: auto; margin-right: auto; background-color:#fff;}
#header{ background:#136728; background-image: url(ban.jpg); color: #fff; height:87px; width:900px; font-family:Arial, Helvetica, sans-serif; font-size:30px; text-align:center; margin-top: 10px; border:solid #136728 1px;}
#menu_gauche{ float:left;  width:150px;}
#menu_droite{ float:right; width:150px;}
#main{ margin-left: 160px; margin-bottom:10px; margin-top: 15px; background-image: url(fond.jpg); background-repeat:no-repeat; background-color:white; border:solid #136728 1px; padding:10px; width:560px; padding-top:136px;}
#nav{ text-align:left; margin-left: 160px; margin-bottom:10px; margin-top: 15px; background-color:#dee8df; border:solid #136728 1px; padding:10px; width:560px;}
#footer{ float:left; background-color:#136728; color:#fff; width:900px; text-align: center; clear: both; margin-top: 15px; }

/* Gestion des boites latérales */
#titre { color: #000000; margin-top: 15px; text-align:center;}		
#boite{ background-color:#dee8df; border: solid #136728 1px; padding:10px}
#boite a{text-decoration:none; color: #000000;}
#boite a:hover{text-decoration:none; color: #ef8d32;}
#boite a:focus{text-decoration:none; color: #ef8d32;}
#boite a.sub{text-decoration:none; color: #000; margin-left:15px;}
#logo{ background-color:#dee8df; border: none;  margin-top: 15px;}

/* Gestion du menu en acordéon */
dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
dl#menu {width: 125px;}
dl#menu dt {cursor: pointer; margin: 2px 0; height: 20px; line-height: 20px; text-align: center; }
dl#menu li {text-align: center; display:inline;}
dl#menu li a, dl#menu dt a {color: #000; text-decoration: none; display: block; border: 0 none; }
