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


body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 18px;
}

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

a:link { 
	text-decoration: none; 
	color: #000000;
	font-size: 11px; }
		
a:active { 
	text-decoration: none;
	color: #000000;
	font-size: 11px; }
		
a:visited { 
	text-decoration: none;
	color: #000000;
	font-size: 11px; }
	
a:hover { 
	text-decoration: none;
	color: red;
	font-size: 11px; }

a img { border: none; }

#menu {
	width: 250px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: fixed;
	background-color: #fff;
	height: 100%;
	font-weight: normal;
	z-index:500;
	padding-left: 30px;
	padding-top: 40px;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 40px 0 0 350px;
    top: 0;
    font-family: Verdana, Arial, sans-serif;
	color: #000000;
	z-index:1000;
}

.container {
    padding: 5px 5px 25px 5px;
    opacity:Ê0.5;Ê
    color:Ê#fff;
}

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

p {
    margin: 0 0 0 0;
}

h1 {font-size: 11px;
	font-weight: bold;
	}

h2 {font-family: Verdana, Arial, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	color: #C0C0C0; }
	
h3 { font-family: Verdana, serif, Arial;
	font-size: 11px; 
	font-weight: bold; }

	
h4 { font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #99FF66; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 5px 0; }

#once { clear: left; }



/*----------------------------------
DIVS DU TEST
----------------------------------*/

#img1 {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	float: left;
}
#img2 {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	float: left;
}
#img3 {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	float: left;
}
#img4 {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	float: left;
}
#img5 {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	float: left;
}
#horiz {
	position:relative;
	width:3000px;
	height:auto;
	z-index:2;
}
#horiz img {
	margin-right: 30px;
}