/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
a:link {
text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #ddf1fb;
}

body {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
}
#texte {
	font-size:12px;
	line-height: 15px;
}
#texte p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#intro {
	width:245px;
	font-size:12px;
	margin-left:10px;
	margin-right:5px;
	float:right;
	margin-top:34px;
	line-height: 15px;
}
#intro p {
	padding-bottom:10px;
}
#bio {
	width:500px;
	font-size:12px;
	margin-left:0px;
	margin-right:5px;
	margin-top:25px;
}
#bio p {
	padding-bottom:10px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}

a img {
	border: none;
}
#menu {
	font-weight:bold;
	letter-spacing: -0.02em;
	line-height:17px;
	width: 180px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding-top:25px;
	padding-left:10px;
}
#menu a:link {
	text-decoration: none;
	color: #000000;
}
#menu a:active {
	text-decoration: none;
	color: #000000;
}
#menu a:visited {
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ddf1fb;
}
#menu ul {
	list-style: none;
	margin: -8px 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E7;
	width: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li {
font-size: 11px;
	font-weight:normal;
	margin-bottom: 0px;
}
#menu ul li.section-title {
	font-size: 14px;
	font-weight:bold;
	background-color: #FFFFFF;
}
#content {
	height: 100%;
	margin: 0 0 0 200px;
	padding-top: 26px;
	top: 0px;
}
.container {
	width:790px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.jaune {
	background-color: #ddf1fb;
}
#content p {
	margin-bottom: 0px;
}
p {
	margin: 0 0 9px 0;
}
.addres {
	width: 180px;
	margin-top: 45px;
	padding-top:5px;
	font-size:12px;
	letter-spacing: -0.02em;
	font-weight:normal;
	line-height:13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E7;
	padding-bottom: 5px;
}
.sign {
	margin-top: 45px;
	padding-top:5px;
	font-size:10px;
	line-height:11px;
	font-weight:normal;
}
h1 {
	font-size: 38px;
	letter-spacing: -0.02em;
	font-weight: normal;
	margin-bottom:0px;
}
h2 {
padding-top:10px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.02em;
	font-weight: normal;
	width: 640px;
}
h3 {
	font-size: 13px;
	margin: 0pt 0pt 10px;
	line-height: 16px;
	letter-spacing: -0.02em;
	font-weight: normal;
	width: 700px;
}
h4 {
	font-size: 12px;
	background-color: #ddf1fb;
	margin-bottom:-5px;
}
#img-container {
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#img-container p {
padding-top:-0px;
}
#prev, #next, #num {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#prev a, #next a, #num a {
	font-size:12px;
	color: #000000;
	text-decoration:none;
}
#s1 {
	padding-top:15px;
}
.nav {
     width:520px;
     font-weight:bold;
	text-align: right;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#once {
	clear: left;
}

