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

body{
	background-color:#7B827F;
	font-family: Helvetica Neue, "Lucida Grande", Helvetica, Arial, Verdana;
	font-weight: normal;
	font-size: 9pt;
	color:#fff;
	line-height:1.3;
}
/* --- Titres --- */
h1 { 	
	clear:both;
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	line-height: 0.8;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
}
h2, h3 {
	clear:both;
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	line-height: 0.8;
	font-weight:bold;
	padding-bottom:10px;
	margin:0px;
}

a, a:visited { text-decoration:none;border-bottom:1px dotted #DAE5E0; color: #fff; }
.active a:active, .active a, .active a:visited { text-decoration:none; border-bottom:1px solid #fff; color:#fff;  }
li.active { line-height:1.5; font-weight:bold; margin:2px 0 2px 0px; list-style-type:square; }
a:hover, h1 a:hover { text-decoration: none; color: #eee; }
a img { border: none; }
h1 a:link,  h1 a:active, h1 a:visited { text-decoration:none; border:none; }

ul.infos a, ul.infos a:visited, ul.infos a:active { text-decoration:none; border:none;}
.infos { font-size:8pt; margin-left:-10px;}
#menu {
    width: 240px;
    overflow: visible;
    top: 0;
    bottom: 0;
		left: 0;
    position: fixed;
    height: 100%;
		margin:25px 20px 0 25px;
}
ul li { 
	margin:0 0 0 10px;
	list-style: none;
}

ul { 
	 border-bottom:1px solid #8A918E;
	 padding:10px 0 10px 0;
 }

li { 
	list-style-type: none;
	padding:1px 0 1px 4px;
}


#menu > p {
	margin: 10px 0 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
}

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

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

#content p { width: 400px; margin-bottom: 9px; }
#txt {
		 width:400px;
		 margin-left:673px;
		 overflow: auto;
		 position: fixed;
		 height: 100%;
 }

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

#once { clear: left; }

#cr, #cr>a { margin-top:10px; font-size:7pt; text-decoration:none; border:none;color:#ccc; }
.section-title {font-size:12px; font-weight:bold; }
