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

body {
    margin-top: 87px ;
	font-size: 10px;
	font-family: verdana, sans-serif;
	background: #fff;
    margin-left: 35px;

	}
	

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

/*les liens en g¨Śn¨Śral*/
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #222; }
a:hover { text-decoration: underline; }

/*les liens du menus*/
#menu a { text-decoration: none; }
#menu a:link { color: #000; }
#menu a:active { color: #000; }
#menu a:visited { text-decoration: none; color: #222; }
#menu a:hover { text-decoration: underline; }

a img { border: none; }

#menu h1 a,
#menu h1 a:link,
#menu h1 a:active,
#menu h1 a:visited,
#menu h1 a:hover
{ background-color:inherit; color:#000; text-decoration:none; }

#menu {
    
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
	/*padding-left:20px;*/
    /*background: rgba (255, 255, 255, 0,7) ;*/
    /*padding-left:20px;*/
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	/*border-top:1px solid #999 ;*/
	font-size:8pt ;
	
	
}

#menu ul li {
margin-top: 8px;
margin-bottom:16px


}

#menu ul li.section-title { 
     font-style:none ;
     font-size: 20px ;
        border-bottom: 1px solid #bebebe;
        border-top:1px solid #bebebe;
     
}


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

}

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

#menu H1{
    font-weight:normal;
    font-size: 24px;
    margin-top:32px;

 }
    
#menu H2{
	font-weight: normal;
	font-size:15pt;
	color:#bebebe;
	margin-top: 25px;
	margin-bottom: 25px;
}
	


#menuFooter{
	font-size:33%;
	color:#EEE;
	opacity:0.4;
	margin-top:40px;
}
#menuFooter A,
#menuFooter A:link,
#menuFooter A:active,
#menuFooter A:visited,
#menuFooter A:hover {
	color:inherit;
}

#copyright{}

#ndxzmerci{}