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

body {
	font-size: 16px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Calibri, Geneva, sans-serif;
	/*font-style:italic;*/
line-height: 17px;
	letter-spacing: 1px;
	background-color: #E7E7E7;
}

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


#volant{
	position:fixed;
	top:305px;
	left:580px;
}

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

a img { border: none; }

#menu {
    width: auto;
    overflow: auto;
    top: 310px;
    bottom: 0;
	left: 586px;
    position: fixed;
    height: 100%;

}

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

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

#menu ul li.section-title { }

#menufooter {
	margin-top: -15px;
	margin-left: 25px;
	
	}

#content {
    height: 100%;
    margin: 120px 0 0 215px;
    top: 0;

}

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

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

p {
    margin: 0 0 0px 0;
}

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

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

#once { clear: left; }

