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

body {
	font-size: 12px;
	font-family: courier new, courier;
	background: #fff;
	color: #000000;
	line-height:13px;
	letter-spacing:0.5px;
	font-weight:500;
}

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

 a:link {
	color: #000000;
	text-decoration: underline;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF0099;
	font-style: normal;
}

a img { border: none; }


#menu {
	width: 215px;
	overflow: auto;
	top: 20px;
	bottom: 0px;
	padding-left: 20px;
	position: fixed;
	height: 100%;
	background-color: #fff;
}

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

#menu a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	
}

#menu a:visited {
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	color:#FF0099;
text-transform: uppercase;
text-decoration:none; 
}

#content {
	height: 100%;
	margin: 20px 0 0 255px;
}

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;
line-height:34px;
font-weight: normal; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 20px; 
line-height: 22px;
letter-spacing:1px;
color:#FF0099;
margin-bottom: 20px;}

h1 a:link { font-size: 32px; 
line-height: 34px;
letter-spacing:1px;
color:#000000;
margin-bottom: 20px;}

h1 a:hover { font-size: 32px; 
line-height: 34px;
letter-spacing:1px;
color:#FF0099;
margin-bottom: 20px;}


titres { 
color:#FFFFFF;
background-color:#FF0099;
text-transform: uppercase;
text-decoration:none; 
padding:2px;
 }


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

#once { clear: left; }