body
{
margin: 0;
padding: 0;
font-family: georgia, times, "times new roman", serif;
color: #000;
background-color: #fff;
font-size: small;
}

div#MenuPrincipal
{
color: #000;
background-color: #fff;
border-bottom: 1px solid #ddd;
position: fixed;
left: 50%;
margin-left:-512px;
top: 0;
width: 1024px;
z-index:100;
}

div#container
{
margin-top:180px;
min-width: 770px;
z-index:90; 
}

div#container2
{
/*background-image: url(Images/Fond_Droite.gif);*/
background-repeat: no-repeat;
background-position: 100% 190px;
background-attachment:fixed;

}

div#navigation
{
width: 150px;
padding-top: 2em;
padding-left: 1em;
background-color: #fff;
position: fixed;
left: 0;
top: 0;
margin-top:180px;
height: 100%;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;

}

div#navigation ul li { margin-top: 4px; }

#navigation ul li a
{
	-webkit-transition: all 0.2s ease-out;
	
	display: block;
	width: 120px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	background: #B5C9EC url(/borderleft.png);
	color: #012971;
	
	background-repeat: repeat-y;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px #888;
	margin-top: 4px;
}

#navigation ul li a:hover
{
	color: #000;
	background: #7EA5ED url(/borderleft.png) ;
	background-repeat: repeat-y;
	
	padding: 3px 15px 3px 10px;
	
}

#navigation ul li a:SelectedItem
{
	color: #000;
	background: #7EA5ED url(/borderleft.png) ;
	padding: 3px 15px 3px 10px;
	
}

div#more
{

width: 220px;
margin: 0;
padding: 4em 10px 0 0;
color: #000;
position: fixed;
right: 0;
top: 0;
margin-top: 200px;
margin-left: auto;

}

div#more h3
{
margin-top: 0;
color: #000;
padding: .2em;
background-image: url(more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

div#content
{
	 margin-left: 200px;
	 margin-right: 250px;
 	min-height:500px;
	min-width:400px;
	padding-top: 3em;
	line-height: 150%;
	
}

div#content h2
{
font-size: 2em;
color: #036;
padding-top: 1em;
margin: 0;
font-weight: normal;
position : relative;
align: center;

}

div#content h2 span
{
position : absolute;
top: -180px;
}


#cleardiv
{
clear: both;
height: 1em;
}

div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #ddd;
text-align: center;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
background-color:#CCFFFF;

}


.navbox {
	position: fixed;
	top: 0;
	left: 50%;
}

ul.nav {
	list-style: none;
	display: block;
	width: 1024px;
	position: relative;
	padding: 100px 60px 50px 60px;
	background-image: url(Images/Entete.jpg);
	background-repeat: no-repeat;
}

li {
	margin: 0 5px 0 0;
	display:inline;
}

ul.nav li a {
	-webkit-transition: all 0.2s ease-out;
	background: #B5C9EC url(/border.png);
	color: #012971;
	padding: 7px 15px 7px 15px;
	-webkit-border-bottom-left-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 100px;
	display: inline;
	float:left;
	margin-left:2px;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #7EA5ED url(/border.png) ;
	color: #000000;
	padding: 20px 15px 7px 15px;
}

ul.nav li a.SelectedItem {
	background: #7EA5ED url(/border.png) ;
	color: #000000;
	padding: 20px 15px 7px 15px;
}

ul.nav li a.BadLink {
	background: #cbcbcb url(/border.png) ;
	color: #ebebeb;
	padding: 7px 15px 7px 15px;
}

