
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color:#ffffff;
	color:#000000
}

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

a:link { color: #666666;text-decoration: none; }
a:active { color: #666666;text-decoration: none; }
a:visited { color: #666666;text-decoration: none;}
a:hover {text-decoration:none ; color: #000000}




/*===============================================*/
/* Tableau général et menu en fonction du menu   */
/*===============================================*/

#contenant {
	position: absolute;
	left: 30%;
	height: 100%;
	top:0;
	width: 900px;
	margin-left: -300px;
}


#tcontenant {
	height: 100%;
}

#contenant .middle {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}


#contenu .contenu {
	width: 900px;
	height: 500px;
}

#cadretotal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 500px;
	background-color: #FFFFFF;
}

/*===============================================*/




a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #FFFFFF;
	text-align:left;
}

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

#menu ul li.section-title { font-size: 12px;color: #000000 ;padding:10px 0 5px 0;}

#content {
    height: 100%;
    margin: 0 0 0 300px;
	position:absolute;
    top: 28px;
}

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

#content p { width: 600px; margin-bottom: 9px ; padding :15px 0 0 0}

p {
    margin: 0 0 0 0;
}

#nav {
  top:0;
  position:absolute;
  z-index:3;
  width:600px;
  text-align:right;
}

h1 { font-size: 12px; font-weight:normal ;margin:25px 0 0 0; padding:0 0 0 0}
h2 { font-size: 11px; color : #666666; font-weight:normal}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 35px 0 0 0;}
#img-container p	{ margin: 0 ; padding:0 0 0 0}

#once { clear: left; }