/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* thème customisé par Nina Bahsoun
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Futura", Helvetica, arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #807285; }
a:active { text-decoration: none; color: #807285; }
a:visited { text-decoration: none; color: #807285; }
a:hover { text-decoration: none; color: #CDCC40; }

a img { border: none;
margin-bottom: 20px; }

#menu {
    width: 310px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5em;
}

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

#menu ul li.section-title {
	font-size:15px;
	font-weight: 100;
text-transform: uppercase;
	color: #CDCC40;
    border-top-color: #807285;
	border-top-style: dotted;
	border-top-width: 3px;
 }

#content {
width: 900px;    
height: 100%;
    margin: 62px 0 0 240px;
    top: 0;

}

.container {
    padding: 30px 50px 50px 70px;
color: #807285;
}

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }