/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @mod by Grapa.ws
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-variant:normal;
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", Garamond, "Times New Roman", serif;
	background: #fff;
	line-height: 125%;
	color: #373737;
	/*padding: 15px;*/
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #333333;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #000; background-color: #F7F7F7; }

a img { border: none; }

#menu {
	font-size:11px;
	text-align:right;
	width: 210px;
	top:30px;
	position: absolute;
	left: 50px;
    line-height: 125%;
	background-color:#FFFFFF;
	}

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

#menu ul li.section-title {}
#logo {
	padding-top:290px;
	padding-bottom:15px;
	}
#peu {
	font-size:9px;
	font-variant:normal;
	color: #666666;
	font-family:  Palatino, "Palatino Linotype", Garamond, "Times New Roman", serif;
	line-height: 12px;
	padding-top:10px;
	padding-bottom:5px;

	}
/*#content {
    height: 100%;
    margin: 80px 0 0 250px;
    top: 0;
    background-color: #000;
}*/
#content {
	width: 670px;
/*	height: 100%;
	margin-left: 255px;*/
	height:590px;
	top: 17px;
	left: 305px;
	position:absolute;

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

#content p {
}

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 14px;} 
h2 { font-size: 16px;}
h3 { font-size: 20px;}
h4 { font-size: 20px; font-variant:small-caps}

#img-container	{ 
	margin: 0; 
	padding: 0;
	width:670px;
	}

#img-container p{
	margin-top: 0px; 
	padding: 0;
	position:relative;
	}

#once { clear: left; }

body.section strong { font-weight: normal; }

#text-container {
	position: absolute;
	margin-top:600px;
	width: 735px;
	}
	
.nav {
	font-size:9px;
	font-variant:normal;
	}	
#tot {
	}