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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000000;
	
}

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

{ color:#FFF;
}


/**texte du menu*/
a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #990; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }
a img { border: none; }
/**le bloc menu complet*/
#menu {
	
	
    font-size: 12px;
	background-image: url(/files/titre.png);
	background-color:transparent;
	background-repeat: no-repeat;
	line-height: 18px;
    width: 270px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 0;
    position:fixed;
    height: 650px;
    
}
/**positions relative des sections entre elles*/
#menu ul {
	
    list-style: none;
	margin: 0px 20px 12px 0px;
	color: #000000;
	}
	/**style des noms de sections*/
#menu ul li.section-title { color:#900;
margin-left: 10px;
      
}




/**bloc images*/
#content {
    height: 100%;
    margin: 0 0 0 0px;
    
}
/**bloc globale image et menu !!*/
.container {
  padding: 0px 5px 25px 5px;
	
}
/**texte du contenu*/

#content p { width: 400px; 
             margin-bottom: 9px; 
			 margin-left: 350px; 
			 color:#666;
			 font-family: Verdana, Geneva, sans-serif;
			 font-size: 12px;
}

/**début du menu*/
p {
   	/**position globale du menu*/
	list-style: none;
	margin-top: 100px;
	margin: 100px 0 12px 10px;
    color: #FFF;
}
 h1{ font-size: 32px; 
     }
h2 { font-size: 24px;
     }
h3 { font-size: 16px;
    }
h4 { font-size: 12px;
     }
	 
#cl{ background-color:#0CF;
     }

#img-container	{ margin-top: 30px; padding: 0; margin-left: 350px; width: 600px; }/**modifier l'article*/
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;  }

#once { clear: left; }
