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

body {
	margin:20px 0 0 20px;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	background: #fff;
}

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

a:link { text-decoration: none; color:#999999; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999999; }
a:hover {
	text-decoration: underline;
}

a img { border: none; }

#menu {
    width: 150px;
    overflow: hidden;
	position:absolute;
	/margin-left:-150px;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	font-weight:bold;
}
#menu li.active a {
	color: #3300FF;
	text-decoration:underline;
}

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

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

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

p {
    margin: 0 0 9px 0;
	color:#3300FF;
}

h1 { font-size: 32px; color:#FF0000; font-family:"Times New Roman", Times, serif; font-style:italic; text-decoration: underline; }
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 12px 0; }

#once { clear: left; }


.ent{
	margin: 5px 0 23px 0;
	padding-top:5px;
	padding-bottom:4px;
	/margin-top: 86px;
	/position:absolute;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	color:#999999;
}
.ent a:hover{color:#000000;}

.entete{
	width:80%;
	margin: 25px 0 -9px 0;
	/position:absolute;
	/margin-top: 25px;
	padding-bottom:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#999999;
}

.titre{

	margin: 0 0 20px 0;
	height:105px;
	background-image:url(a.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
