/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}
html{
	overflow:scroll;
	overflow-x:hidden;
}
body {
	font-size: 10px;
	font-family: helvetica;
	color: #000;
}
#global{
	width: 930px;
	margin-left: 35px
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a{
	color: #000;
	text-decoration: none;
}

a img { border: none; }
#accueil{
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 35px;
}
#accueil a{
	display: block;
	width: 150px;
	height: 55px;
}
#accueil span{
	display: none;
}
#menu {
	position: fixed;
	z-index: 5;
	float: left;
	width: 150px;
	background: url(../img/logo.png) no-repeat left top;
	padding-top: 90px;
}

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

#menu ul li.section-title {
	font-style: bold;
	/*font-weight: bold;*/
	font-size: 12px;
	color: #000;
	padding: 0px 0;
}
#menu li a:hover {background-color: yellow} 
#menu li.active a{

}
#menu li{
	line-height: 13px;
	padding: 0px 0;
}
#menu .footer p{
	margin: 0;
}
#menu .footer{
	font-size: 9px;
	font-style: normal;
}
#content{
	padding-top: 75px;
	float: right;
	width: 731px;
}
#content-top{
	padding-bottom: 5px;
}
#content-top ul{
	float: right;
}
#content-top li{
	list-style-type: none;
	text-align: right;
}
#content .container {
	padding-top: 20px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }
