html, body {
 font-family: times new rowan;
 color: #866492;
 background-color: #F1F6FC;
}
col_on { 
 background-color: #866492; 
} 

/**Zone titre*/
#header {
 background-color:: #F1F6FC;
 color: #EE7525;
}
hr {
  color: #EE7525;
}
/**Zone sous-titre*/
#date_zone {
 background-color: ##F1F6FC;
 font-family: times new rowan;
 color: #007889;
}
/**Zone centrale */
#content_wrapper {
 font-family: times new rowan;
 color: #EE7525;
 background-color: #F1F6FC;
}
/**menu**/
#menu-accordeon {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-accordeon li {
   background-color:#007889; 
   background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
   border-radius: 6px;
   margin-bottom:2px;
   box-shadow: 3px 3px 3px #999;
   border:solid 1px #333A40
}
#menu-accordeon li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #866492;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-accordeon a {
  display:block;
  text-decoration: none;
  color: #D5E3EE;
  padding: 8px 0;
  font-family: verdana;
  font-size:1.2em
}
#menu-accordeon ul li a, #menu-accordeon li:hover li a {
  font-size:1em
}
#menu-accordeon li:hover {
   background: #729EBF
}
#menu-accordeon li li:hover {
   background: #EE7525;
}
#menu-accordeon ul li:last-child {
   border-radius: 0 0 6px 6px;
   border:none;
}
#menu-accordeon li:hover li {
  max-height: 15em;
}
/** Zone de contenu*/
.title_middle_content {
 font-family: times new rowan;
 background-color: #F1F6FC;
 color: #EE7525;
 font-style: bold;
}
.message_middle_content {
 background-color: #F1F6FC;
 font-family: times new rowan;
 color: #866492;
}
.comment_middle_content a:link, a:hover .comment_middle_content a:visited {
 color: #866492;
 background-color: #F1F6FC;
 font-style: italic;
}
/** Zone des formulaires contenu */
.middle_content input, .middle_content textarea, .middle_content select {
 background-color: #ffffff;
 font-family: times new rowan;
 color: #866492;
}
.middle_content input.middle_button {
 background-color: #866492;
 font-family: times new rowan;
 color: #F5BF22;
}
/**Zone bas*/
.footer {
 background-color: #007889
 font-family: times new rowan;
 color: #007889;
}
.footer a {
 font-family: times new rowan;
 color: #007889;
}
.footer a:link, #footer a:visited {
 font-family: times new rowan;
 color: #007889;
}
.footer a:hover {
 font-family: times new rowan;
 color: #007889;
}