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

body {
	font-size: 10px;
	font-family: helvetica, veranda, arial, geneva, tahoma, sans-serif;
	font-weight:normal;
	background: #fff;
}

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

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

a img { border: none; }
/**
#menu {
    width: 615px;
    overflow: auto;
    margin: 0 0 0 215px;
    //top: 0;
    //bottom: 0;
	//left: 0;
    position: fixed;
    height: auto;
	background-color: #fff;
	border-bottom: 1px dotted black;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	//border-bottom: 1px dotted black;
} **/

#menu {
background: none repeat scroll 0 0;
background: white;
margin: 0 0 0 215px;
float:left;
font-size:11px;
font-weight:normal;
/*height:115px;*/
padding-top:5px;
padding-bottom:10px;
line-height:13px;
width:800px;
border-top:1px dotted #c0c0c0;
border-bottom:1px dotted #C0C0C0;
z-index: 99;
}

#menu ul {
background: none repeat scroll 0 0;
float:left;
font-size:11px;
font-weight: lighter;
/*height:125px;*/
line-height:14px;
list-style-type:none;
margin-left:auto;
margin-right:auto;
padding-left:5px;
padding-right:0;
padding-top:5px;
text-decoration:none;
width:105px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 10px 10px 10px 215px;
    top: 0;
    //width:600px;

}

.container {
margin-top: 10px;
    padding: 5px 5px 25px 5px;

//   width:800px; // width for text column in "deux column" mode.

}

#content p { font-weight: lighter; width: 400px; margin-bottom: 9px; font-size: 11px; margin-top: 10px; width: 800px;}

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 23px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; font-weight:normal;}

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


#footer {
margin: 0 0 0 215px;
float: left;
font-size:10px;
font-style:normal;
font-weight:normal;
padding-top:5px;
line-height:15px;
width:800px;
border-bottom:1px dotted #C0C0C0;
z-index: 99;


}

#f1 {
float: left; 
width: 88px; 
color: #c0c0c0; 
text-align: left; 
padding-left: 5px;
}

#f2 {
float: left; width: 380px; padding-left: 5px; text-align: left;
}

#f3 {
float: right; width: 230px; color: #c0c0c0; padding-right: 5px; text-align: right;
}


#once { clear: left; }
