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

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #555555; text-decoration: underline; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #555555; text-decoration: none; }

a img { border: none; }

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

#menu ul {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	padding-top: 18px;
	padding-bottom: 18px;
	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;
}

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

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

.fine {
	font-size: 40%;
}

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

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

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

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

p {
    margin: 0 0 18px 0;
}

h1 { font-size: 12px; color: #000000; }
h2 { font-size: 140px; line-height: 110px; }
h3 { font-size: 70px; line-height: 60px; }

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

#once { clear: left; }
