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

body {
	font-size: 11px;
	font-family: Georgia;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none;}
a:visited { text-decoration: none; color: #999; >/*text-decoration:line-through;*/}
a:hover { color:#666666;}


a img { border: none; }


/*modifier width*/
#menu {
    width: 650px;
    overflow: auto;
    top: 29px;
	left: 38px;
    position: fixed;
    height: 200px;
	
}

#menu ul {
/*Remove all spacings from the list items*/
margin: 0;
cursor: default;
list-style-type: none;
display: inline;
background-color:#FFFFFF;
padding:0px 5px 5px 0px;
float:left;
line-height: 10px;
}

#menu ul>li{

display:inline;
position:relative;
float:left;
margin-top:5px;

}

#menu ul>li>a{
border-right-style:solid; 
border-right-width:thin;
border-right-color:#666666;
padding: 0px 5px 0px 5px;
letter-spacing: 0px;
}

#menu ul li.active a {
text-decoration:none;
font-weight:bold;
color: #000;
}


#content {
    height: 100%;
    top: 0;
}

#content .container { margin: 20px 0 0 20px; }

#content p { /*width: 400px;*/  }





p {margin:0;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: auto;  }

#once { clear: left; }

#text
{  	
	max-width:500px;
    overflow: auto;
    top: 99px;
	left: 38px;
    position: fixed;
	/*padding: 5px 5px 5px 5px;*/
		
}

#text p {
max-width:490px;
background-color: #fff;
padding: 5px 5px 5px 5px;
font-family: Verdana;
color: #000;


/*filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;  */

}

.sousmenu {
background-color: #fff;
padding: 5px 5px 5px 5px;
margin-bottom:5px;
width:490px;

}

.sousmenu a {
margin-right:1px;

}

.sousmenu div{
float:right;
}

.fleches {
width:20px;
}

.fleches a {
right:0px;

}


.header { 
width:330px;
background-color: #fff;
padding: 5px 5px 5px 5px;
margin-bottom:5px;
line-height: 15px;
z-index:12;

}

.header a { text-decoration: none; color: #000; /*text-decoration:line-through;*/}


.footer{
    width: 300px;
    overflow: auto;
    bottom: 0px;
	left: 23px;
    position: fixed;
    height: 200px;
	
}

.anchored {
    width: 100%;
  	height: 1px;
	position:absolute;
	margin-left:-20px;
	z-index:1;

}

.soustitre{
position:absolute;
width:200px;
height:200px;
background-color:#FF00FF;
color:#333333;
}

