/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-attachment:fixed;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

body.section-1 { margin-right: 500px; padding-top: 135px;}
body.section-2 { }
body.section-3 { }
body.section-4 { padding-top: 135px;}

a:link { color: #dedede; text-decoration: none;}
a:active { text-decoration: none; }
a:visited { 
	text-decoration: none; 
	color: #6e6e6e; 
	background-image: url("http://outoframe.com/visited.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:	 11px;
	}
a:hover { text-decoration: none; color:#eee;}

a.logos {}
a.logos:visited { border: 0px; background-image: none}
a.logos:hover {}

a img { border: none; }

#menu {
    width: 154px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 5;
    position: fixed;
    height: 100%;
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 10px;
}

#menu ul li.section-title { 
	color: #fff;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-style: italic;
	font-weight: bold;

}

#content {
    height: 100%;
    margin: 0 0 0 150px;
    top: 0;
}

.container {
    padding: 5px 0px 25px 5px;
}

#content p { width: 800px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0; 
	width: 120px;

}
#img-container p	{ width: 400px; height: 22px; margin: 0; padding: 0 0 12px 0; }


#once { clear: left; }

#colonne2 {
	position: absolute;
	top: 135px; 
	left: 522px;
}
#logo {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#num { 
	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-style: italic;

}
