* {
    margin: 0;
    padding: 0;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #666666;
	cursor: default;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 11px;
}


body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
    color: #83A204;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    color: #92B601;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
    text-decoration: none;
}
a img {
    border: medium none;
}
#menu {
    background-color: #FFFFFF;
    border-right: 1px none #E0E0E0;
    bottom: 0;
    color: #666666;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    text-align: right;
    top: 0;
    width: 250px;
	background-image: url(http://romlup.fr/files/xxx.png);
}
#menu ul {
    list-style-type: none;
    margin: 0 0 14px;
}
#menu ul li.section-title {
}
#content {
    background-color: #FFFFFF;
    height: 100%;
    margin: 00px 0 30px 220px;
;
}
.container {
    padding: 20px 15px 10px 30px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 700px;
}
p {
    margin: 0px 0px 0px 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h4 {
    font-size: 10px;
}
#img-container {
    margin: 25px 0 0;
    padding: 0;
    width: 600px;
}
#img-container p {
    margin: 0;
    padding: 0 0 12px;
    width: 600px;
}
#once {
    clear: left;
}
