/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #DADCD8;
	color: #333333;
	background-repeat: repeat;
	background-image: url(http://www.olivierwyart.com/files/livre-surprise-land-67.gif);
	background-attachment: fixed;
}

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

a:link {
	text-decoration: none;
	color:#552766;
	
}

	
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #552766;
	
}
a:hover { text-decoration: none;
	color: #FFFFFF;
	background-color:#FF6699 }

a img { border: none; }

#menu {
	width: 250px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	
	
	
}

#menu ul {
	list-style: none;
	margin: 0px 0px 25px 0px;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;	
	
}


*::-moz-selection {
    background-color:#FFFF66;
    color:#000000;
}


#menu li.active {
	background-color: #FFFF66;
}

#menu ul li.section-title {
	color: #333333;
	font-size: 12px;
	background-color:#;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#FFffff;
	font-style: italic;
}

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

.container {
    padding: 0px 5px 25px 40px;
}

#content p { width: 500px; margin-bottom: 15px; }

p {
    margin: 0 0 0px 0px;
}

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	{ width: 400px; margin: 0; padding: 0 0 9px 0; }

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}


.titre_page {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
}
.titre_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3399;	
	background-color:#FFFFFF;
}
.titre_b {
	background-color: #FFFFFF;
	color: #000000;	
	}
.titre_c {
	color: #99FFFF;
	background-position: right;	
}
.titre_d {
	color: #FFFFFF;
	background-color:#a2eef1;
	text-align: right;
}
.titre_e {
	color: #FFFFFF;
	background-color: #FF6699;
	text-transform: uppercase;
}

.titre_ee {
	color: #FFFFFF;
	background-color: #FFFF00;
	text-transform: uppercase;
}

.titre_eee {
	color: #FFFFFF;
	background-color: #CC99FF;
	text-transform: uppercase;
}

.titre_eeee {
	color: #FFFFFF;
	background-color: #99CCFF;
	text-transform: uppercase;
}


.titre_f {
	color: #66CCFF;
}
.titre_cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 2px;	
}

