/**
* CSS
* 
* @version 1.0
* @author JM
*/
* {
	margin: 0;
	padding: 0;
}
 
body {
	font-size: 12px;
	font-family: Helvetica, normal;
	line-height: 21px;
	text-align: justify;
}
 
body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link  { color: black; text-decoration: underline;}
a:active { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline;}
a:hover { color: #008800; text-decoration: underline; }

#menu a:link { color: #008800; text-decoration: none; }
#menu a:active { color: black; text-decoration: none; }
#menu li.active a { color: black; text-decoration: none;  }
#menu a:visited { color: #008800; text-decoration: none; }
#menu a:hover { color: black; text-decoration: none;  }

#navfooter {font-size: 10px; line-height: 80px;}
#navfooter a:link { color: black; text-decoration: none; background-color: white; padding:2px 2px 2px 2px }
#navfooter a:active { color: black; text-decoration: text-decoration: none; background-color: white; padding:2px 2px 2px 2px}
#navfooter li.active a { color: black; text-decoration: text-decoration: none; background-color: white; padding:2px 2px 2px 2px }
#navfooter a:visited { color: black; text-decoration: none; background-color:white; padding:2px 2px 2px 2px}
#navfooter a:hover { color: red; text-decoration: none; background-color: white; padding:2px 2px 2px 2px }

 
a img { border: none; }



#menu {
    width: 295px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	z-index:200;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	background: white;
	
	
}
 
 
#menu ul {
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	z-index:202;
	background-image: url(http://www.davidwampach.fr/divers/pointill2.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 14px;
	width: 290px;
	text-align: right;
}
 
#menu ul li.section-title {
	font-size: 16px;
	line-height: 24px;
	z-index:201;
	margin: 0px 0;
} 
 
 
#content {
    height: 100%;
    margin: 0 0 0 320px;
    top: 0;
    width: 600px;
    padding-top: 160px;
}
 
.container {
    padding: 0px 0px 25px 0px;
 
}
 
#content p {
	width: 600px;
	margin-bottom: 15px; 
	}
 
p {
    margin: 0 0 9px 0;
}
 
.contitle {font-size: 20px;
	line-height: 24px;
	margin: 0px 0;}

span.titre { font-size: 43px; color: black; font-weight: bold; text-decoration: none; background-color:white; padding:0px 0px 0px 0px; line-height: 49px;}
span.rub{ font-size: 14px; text-transform: lowercase; color: white; text-decoration: none; background-color:#008800; padding:2px 3px 2px 3px; line-height: 50px;}
span.rouge{ color: red; text-decoration: none; font-weight: normal;}
span.credits{ font-size: 11px; color: #343434; text-decoration: none; font-weight: normal;}
span.special_circ { font-size: 23px; text-transform: uppercase; color: white; text-decoration: none; background-color:#008800; padding:3px 3px 3px 3px; line-height: 50px;}


 
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
 
#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0px; 
	}
	
#img-container p	{ width: 567px; margin: 0; padding: 0 0 12px 0;}
 
#once { clear: left; }
 
.nothumb { 
float: left; 
padding: 0;
margin: 0 4px 4px 0;
font-size: 9px

}
 
.nothumb img { display: block; margin: 0; }
#menu .container p #titulo{display: block; position: relative; z-index: 999; margin: 0px 0px 70px 0px; }/*0px 0px 0px 0px*/
#menu .container {margin-top: 0px;}
