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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #C3C3C3;
	line-height: 15px;
}

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

a:link {
	color: #ECECEC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #ECECEC;
}
a:visited { text-decoration: none; color: #ECECEC; }
a:hover {
	color: #990000;
}

a img { border: none; }

#menu {
	width: 170px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #DFDFDF;
	background-image: url(http://jacinthelessard-l.com/fr/files/nom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	line-height: 17px;
}

#menu a {
	color: #7C7C7C;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#menu a:hover {
	color: #BF0000;
	}

#menu ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

#menu ul li.section-title {
	text-transform: uppercase;
	color: #BF0000;
	font-size: 11px;
	font-weight: bold;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 110px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
}

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

#content p {
	width: 550px;
	smargin-bottom: 9px;
	
	
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 17px;
	color: #CCCCCC;
	background-position: center;
	font-weight: normal;
	padding-top: 29px;
	padding-right: 33px;
	padding-bottom: 38px;
	padding-left: 15px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 550px;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 550px;
}h4 {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}

h5 {
	text-transform: uppercase;
	color: #BF0000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}


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

#once { clear: left; }