/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
	margin: 0;
	padding: 20; /* marge ŕ gauche du menu*/




body {
	font-size: 14px;
	font-family: Helvetica;
	background: #fff;
	line-height: 14px;
	color: #FF0066;
	font-weight: normal;
	padding: 20;

}
body.section-1 {/*POUR CMMJN/LABO/RVB*/	
	font-size: 10px;
	font-family: Helvetica;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding: 20;
}
body.section-2 {
	font-size: 10px;	
	font-family: Helvetica;
	font-weight: normal;
	color: #000000; /*couleur du texte au dessus des images*/	
	line-height: 14px;
	padding: 20;
 }
body.section-3 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 14px;
	padding: 20;
 }
  
body.section-4 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }
 
 body.section-5 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }
 
 body.section-6 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }
 
 body.section-7 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }

 body.section-8 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }

 body.section-9 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }

 body.section-10 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }

 body.section-11 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }

 body.section-12 {	
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 20;
 }
a:link { /*menu visible*/
	font-size: 10px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-size: 10px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a:visited { /*menu une fois visité*/
	font-size: 10px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 16px;
	text-decoration: inherit;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover { /* quand on passe dessus*/
	font-size: 10px;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a img { border: none;
}

#menu {
    width: 240px;
	line-height: 14px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}

#menu ul {
	line-height: 14px; 
	list-style: none;
	margin: 0px 0 14px 0; /* espace avant la rubrique*/
}


#menu ul li.section-title {  /*CMJN/RVB/LABO*/
	font-size: 14px;/* taille des rubriques*/
	font-family: Helvetica;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	margin: 0 0 2px 0;/* espace sous le nom de la rubrique avant texte suivant*/
	cursor: pointer;
}

#content {
    height: 100%;
	line-height: 14px;
    margin: 0px 250px 0px 250px; /*marges de l'intérieur ŕ droite*/
	top: 0;
	
}

.container {
	padding: 5px 5px 0 20px;/*marges de l'intérieur ŕ droite*/

#content p { width: 600px; margin-bottom: 12px; }

p {
	margin: 10px 0 30px 33px; /*test*/
	font-weight: normal;
	color: #999999;
	font-size: 10px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin:10px 0 0 0; padding: 10px 0 20px 30px; } /*marge autour de l'image*/
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
