/* Utiliser au minimum le tag body, tout ce qui peut �tre mis dans la class idl 
    doit �tre descendu */ 
body {
  background-color: #666;
}

/* Layouts (zones d'affichage) */
.idl .wrapper{
  width: 800px;
  margin: auto;
  background: #FFFFFF;
}
.idl .header {
  height: 160px;
  background: url(/images/templatemo_header.jpg) no-repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
}
.idl .header #site_title {
  padding-top: 50px;
  padding-left: 260px;
  font-size: 32px;
}
.idl .header #site_slogan {
  padding-top: 20px;
  padding-left: 264px;
  font-size: 32px;
  line-height: 35px;
}
.idl .content {
  width: 800px;
}
.idl .main_content {
  float: left;
  width: 600px;
  min-height: 500px;
}
.idl .side_content {
  background: #EEEEEE;
  float: left;
  width: 200px;
  min-height: 500px;
}
.idl .footer {
  clear: left;
  text-align: center;
  background: #000000;
  padding: 5px;
  color: #FFFFFF;
}
.idl .footer a {
 color: #FFFFFF;
}
/* Fin du Layout */



/* Mise en page du texte */
.idl {
  line-height: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.idl p {
  margin: 5px 0 5px 0;
}
.idl h1 {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.idl h2 {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.idl ul,
.idl ol {
  list-style-type: disc;
  padding-left: 24px;
  padding-top: 5px;
}
.idl li {
  padding-bottom:5px;
}
.idl a:link { color: #0066CC; text-decoration: none} 
.idl a:visited { color: #0066CC; text-decoration: none} 
.idl a:active { color: #008000; text-decoration: underline} 
.idl a:hover { color: #008000; text-decoration: underline}
/* Fin mise en page du texte */


/* Menu Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.idl .menu ul {
  margin: 0;
  padding: 0;
  float: left;
  font: bold 12px Arial;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-width: 1px 0;
  background: black url(/images/blockdefault.gif) center center repeat-x;
}
.idl .menu li{
  display: inline;
}
.idl .menu li a{
  float: left;
  color: white;
  padding: 7px 9px;
  text-decoration: none;
  border-right: 1px solid white;
}
.idl .menu  li a:visited{
  color: white;
}
.idl .menu  li a:hover,
.idl .menu  li .selected{
  color: white;
  background: transparent url(/images/blockactive.gif) center center repeat-x;
}
.idl .menu p.iepara{
  padding-top: 1em;
}
/* Fin menu */



/* Cas particuliers */
.idl .section_box {
  margin: 10px;
  padding: 10px;
  background: #777722;
  color: #FFFFFF;
}
.mceContentBody.idl.section_box {
  background: #777722;
  color: #FFFFFF;
}
.idl .section_box a {
  color: #FFFF00;
}
.mceContentBody.idl.section_box a {
  color: #FFFF00;
}

.idl blockquote {
  margin-top: 10px;
  padding: 10px;
  background: #FFCCCC;
  color: #990000;
}
.idl blockquote a {
  color: #008000;
}
.idl .text_area {
  margin: 10px;
}
.mceContentBody.idl.text_area {
  background: #fff;
}

.idl .galerie {
  height: 400px;
}
/* Fin cas particuliers */


