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

body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: none;
	letter-spacing: normal;
	background-color:#FFFFFF;

}

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

a:link { text-decoration: none; color: #333333}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #660000 ; }
a:hover { text-decoration: none ; color: #FFCC66}

a img { border: none; }

#menu {
padding-top:11px;
    width: 227px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-image: url('http://www.ahurie.net/ndxz-studio/site/img/bandeau.jpg');
}

#menu ul {
    list-style: none;
	padding: 3px;
	padding-bottom: 15px;
	margin: 10px 30px 20px 25px;
	border-bottom-color: #000000;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

#menu ul li.section-title { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
    text-decoration: none; 
	color: #000000; 
	font-weight: bolder;
	letter-spacing: 0.01em;
	padding-bottom: 9px;
	padding-top: 5px;
	background-image: url('http://ahurie.net/ndxz-studio/site/img/parapluie_noir.png');
	background-repeat: no-repeat;
	background-position: 0 0em;
    padding-left: 20px;

}

#content {
    height: 100%;
    margin: 80px 0 0 280px;
    top: 0;
}

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

#content p { width: 800px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 40;
}

h1 { font-size: 32px;}
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; }
