/**
* CSS
* 
* @ 2008
* @ Benoit Cannaferina 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: #0099FF;
	font-weight: bolder;
	text-transform: none;
}

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

a:link { color: #000000; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }

a img { border: none; }

#menu {
    width: 245px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	right: 25px;
    position: fixed;
    height: 100%;
	background-color: #0099FF;
}

#menu ul {
	padding-top: 18px;
	padding-bottom: 0px;
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title {text-decoration: underline; }

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

hr {
	border:none;
	border-bottom:1px solid #000;
}

.container {
    padding: 20px 0 25px 25px;
}

.page { 
	margin: 0 0 0 500px;
}

.fine {
	font-size: 7px;
	line-height: 14px;
}

.expo {
	font-size: 70%;
	vertical-align: 4px;
	line-height: 10px;
}

.indice {
	font-size: 80%;
	vertical-align: -3px;
	line-height: 10px;
}

.pictures {
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 18px;
}

.picturesder {
margin-left: 0px;
margin-right: 25px;
margin-top: 5px;
margin-bottom: 23px;
}

.picturesdroite {
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 23px;
}

.picturesspe {
margin-left: 0px;
margin-right: 25px;
margin-top: 0px;
margin-bottom: 23px;
}

.picturesdroitespe {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 23px;
}

.picturesplus {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 18px;
}

.picturesacc {
margin-left: 0px;
margin-right: 0px;
margin-top: -4px;
margin-bottom: -2px;
}

#content p { width: 475px; margin: 0 0 18px 0; }

p {
    margin: 0 0 18px 0;
}

h1 { font-size: 12px; color: #FFFFFF; }
h2 { font-size: 160px; line-height: 126px; }
h3 { font-size: 70px; line-height: 60px; }
h4 { font-size: 234px; line-height: 180px; }


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

#once { clear: left; }
