/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Courier, sans-serif;
	background: #fff;
        text-align: left;
	font-size: 12px;
        line-height: 1.3em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: none; color: #808285; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #808285; }
a:hover { text-decoration: none; color:#666; }

a img { border: none; }

#menu {
      width: 215px;
      overflow: auto;
      top: 0;
      bottom: 0;
      left: 0;
      position: fixed;
      height: 100%;
      background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 20px;
}

#menu ul li.section-title { 
        color: #000;
        margin-bottom: 10px;
        width: 140px;
        font-size: 12px;   
        font-weight:bold;
	font-family:Courier, sans-serif;
	text-transform: lowercase;
	border-style: none;
	border-bottom-style: none;
	border-bottom-width: none;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}


#content p { width: 700px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
	text-align: justify;
	line-height:1.6em;
	padding: 0;
}



h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #333;
	font-variant: small-caps;
	padding :20px 0 10px 0;
	font-family: Courier, sans-serif;
}

h2 {
   color: #EF4423;
   font-size: 1.3em; 
   line-height: 1em;
   text-align: left; 
   padding :10px 0 10px 0px;
   font-family: Courier;
}

h3 {
   color: #EF4423;
   font-variant: small-caps;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #EF4423;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0.5em 0 0.5em 0;
  text-transform: uppercase;
}

h6 {
   color: #666;
   font-size: 1em;
   line-height: 1em;
   margin: 0;
   text-transform: uppercase;
}

.imageLeft {
	float : left;
	padding-right : 15px;
	padding-bottom : 5px;
}
.imageRight {
	float : right;
	padding-left : 15px;
	padding-bottom : 5px;
}

#contenu{
     position:absolute;
     left: 50%; 
     top: 50%;
/*     margin-top: -110px; /* moitiŽ de la hauteur de l'image */
     margin-left: -195px; /* moitiŽ de la largeur de l'image */*/
 } 

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }		