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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #000000;
	margin-top: 30px;
	background:url(http://www.jfsellier.com/files/imgp6420.jpg);
	background-position:center;
	background-attachment:fixed;
}

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

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; background-color:rgba (0,0,0,0.9);}
a:hover { text-decoration: none; border:none;
background-color:#FF0;}

a img { border: none; }

#menu {
    width: 160px;
	-moz-border-radius:12px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:right;
	padding-right:10px;
    overflow:auto;
	margin: auto 40px 50px 80px;
	top: 35px;
    left: 0;
    position:fixed;
	height:inherit;    
	background: rgba(0,0,0,0.8);
	background-position:top;
	
}

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

#menu ul li.section-title { 
	font-weight:bold;
	color:#ffffff;
}

#content {
    height: 100%;
    margin: 0 0 0 280px;
	top: 0;
	color:#FFC;
	font:"Arial Black", Gadget, sans-serif;
}

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

#content p { 
	width:640PX; 
	margin-bottom: 9px;
	background: rgba(0,0,0,0.8);
	
	}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	
	padding: 0;
	background: rgba (0,0,0,0.8); }
#img-container p	{ 
	width: 640px; 
	margin: 0; 
	padding: 0 0 12px 0; 
	}

#once { clear: left; }