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

body {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:justify ;
	background: #fff;
	color:#3B3B3B;
}

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

a:link { text-decoration: none; color: #3b3b3b; }
a:active { text-decoration: none; color: #FFFFFF; background: #ED1E79; text-decoration:underline;}
a:visited { text-decoration: none; color: #ED1E79; color: #777777; }
a:hover { text-decoration: none; color: #FFFFFF; background: #ED1E79; }

a img { border: none; }

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

#menu ul {
	font-size : 10px;
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 16px;
	
}

#menu ul li.section-title { 
font-size: 14px;
color: #000000C;
font-weight:bold;
margin: 0 0 5px 0;
}

#sous-titre{ 
font-size: 11px;
color: #ED1E79;
margin: 0 0 5px 0;
}

#expo{ 
font-size: 11px;
color:#666666;
font-style:italic;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
	position:relative;
	width:400px;
    top: 30px;
	left: 60px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: helvetica; font-size: 24px; color: #000000;  margin: 0 0 10px 0; }
h2 { font-size: 16px; font-weight: bold; color: #000000;  margin: 0 0 20px 0; }
h3 { font-size: 13px; color: #ED1E79;
font-weight:400; }

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; }