/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/** ÉCARTEMENT ENTRE LE BORD GAUCHE+TOP ET LE TEXTE DE MENU  */


body {
background:#FFFFFF none repeat scroll 0 0;
font-family:"Andale Mono",Arial,monospace;
font-size:11px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#000000;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#ff00ff;
text-decoration:none;
}
a img {
border:medium none;
}
#menu {
background-color:#FFFFFF;
bottom:auto;
height:100%;
left:0;
overflow:auto;
position:absolute;
top:0;
width:200px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 15px;
font-size:10px;
}
#menu ul li.section-title {
font-size:12px;
}
#content {
bottom:auto;
height:100%;
left:0;
margin:0 0 0 200px;
position:absolute;
top:10px;
}
.container {
font-size:10px;
padding:10px 23px 25px;
}
#content p {
text-decoration:none;
width:500px;
}
p {
margin:0 0 25px;
}
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 {
margin:0;
padding:0 0 20px;
width:500px;
}
#once {
clear:left;
}