/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin:  0;
	padding: 0;
}
html {	background-color: black;}
body {
	font-size: 11px;
	font-family: arial, serif;

}

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

a:link { text-decoration: none; color: #000; background-color: #FFF; }
a:active { text-decoration: none; color: #000; background-color: #FFF; }
a:visited { text-decoration: none; color: #AAA; background-color: #FFF; }
a:hover {text-decoration: underline; color: #000; background-color: #FFF; }

a img { border: none;}
a:hover img{ background-color: #44dd33;outline: none;}
a:active img {outline: none;}
#menu {
    width: 210px;
    height: 600px;
    overflow: auto;
    top: 30px;
    bottom: 0;
    left: 30px;
    padding: 5px 5px 0px 12px;
    position: absolute;
    background-color: #fff;
	background: url("http://www.maskara.ch/files/fond.jpg")
}

#menu ul {
	font-size: 14px;
	font-family: Georgia, Serif;
	list-style: none;
	margin: 0 0 8px 0;
	line-height: 22px;
}

#menu ul li.section-title {	 }

#content {
    margin: 30px 0 0 288px;
	padding: 5px 5px 0px 15px;
	height: 600px;
	width: 611px;
    background-color: #fff;
	position: absolute;
}

.container {
    padding: 0px 0px 0px 0px;
}
.scroll {
height: 200px;
width: 300px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 8px;
}
#content p { width: 400px; margin-bottom: 5px; }

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-top: 10px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }