
body {
    text-align: left;
    background: #d1d4d7 url(background/bg15.jpg) left top no-repeat;
}


#container {
	position:relative;
	margin: auto;
	border-top: 4px solid #525d6e;
	border-left: 4px solid #525d6e;
	border-right: 4px solid #66758a;
	border-bottom: 4px solid #66758a;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
    width: 1050px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#intro {
	position: relative;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	height: 145px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*border: 1px inset #899db9;*/
	border-top: 1px solid #4e5864;
	border-left: 1px solid #4e5864;
	border-right: 1px solid #899db9;
	background: url(background/ban15.png) no-repeat;
}

#intro img{
	position:absolute;
	top:25px;
	left:80px;
}

		

#nav {
		position: relative;
		top:-22px;
		margin-left: 414px;
		height: 36px;
}

#nav h1 {
	float: left;
	margin-top: 1px;
	text-align: center;
	margin-right: -11px;

}



#menu {
	position:absolute;
	top:175px;
	left:25px;
	padding: 2px 0px 16px 0px;
	Margin-bottom: 14px;
    font-size: 54%;
    border: 1px inset #899db9;
    width: 190px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(background/bg.png);
}

#menu h3 {
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:8px 5px 2px 5px;
}


.menu_content {
	position: relative;
	top:-5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
    padding: 0px 5px 0px 10px;
	text-align: center;
/*	background: transparent; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='box_bg.png', sizingMethod='scale');
    background: url(box_bg.png);*/
	color:#1a3351;
}




#menu ul{
list-style-type: none;
}



.menu_content a, .menu_content a:link, .menu_content a:focus, .menu_content a:visited {
    text-transform: Capital;
    font-weight: 700;
    text-decoration: none;
    color: #1a3351;
	}
	
.menu_content a:hover, .menu_content a:active {
	color: #cfdbe2;
	}
	
.image_lien a, .image_lien a:link, .image_lien a:focus, .image_lien a:visited {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter:alpha(opacity=100);
	}
	
a img{border: 0px;}
	
.image_lien a:hover, .image_lien a:active{
	opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	filter:alpha(opacity=30);
	border: 0px;
	}
		
		

#corps_page {
	position: relative;
	top:-18px;
	display: box;
	width: 757px;
    margin-left: 228px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding:0px 20px 40px 20px;  /*	'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
    border: 1px inset #899db9;
	background: url(background/bg.png);
	min-height: 600px;
}

.index {
	margin: 20px 40px 20px 40px;
}

#ref p {
	text-align: left;

}
	
h4 {
		padding: 0px 20px 0px 20px;
		text-Align: center;
		margin: 35px 40px 20px 40px;
		color: #0a111a;
		Font-weight: 600;
		text-transform: Capital;
		font-variant: small-caps;
		font-size: 130%;
		/*border-top: 1px solid #e4eff6;
		border-bottom: 1px solid #e4eff6;*/
		/*background: url(background/corp.png);*/
		}
		
h5 {
		padding: 0px 20px 0px 20px;
		margin: 30px 80px 5px 40px;
		color: #0a111a;
		Font-weight: bold;
		text-transform: Capital;
		font-variant: small-caps;
		font-size: 110%;
		/*border-top: 1px solid #e4eff6;
		border-bottom: 1px solid #e4eff6;*/
		/*background: url(background/corp.png);*/
		}

		
h6 {
		padding: 0px 20px 0px 20px;
		margin: 25px 120px 10px 80px;
		color: #0a111a;
		Font-style: italic;
		font-size: 80%;
		text-transform: capital; 
		/*border-top: 1px solid #e4eff6;
		border-bottom: 1px solid #e4eff6;*/
		/*background: url(background/corp.png);*/
		}

h2 {
		padding: 0px 20px 0px 20px;
		margin: 20px 120px 10px 80px;
		color: #0a111a;
		Font-style: italic;
		font-size: 70%;
		text-transform: capital; 
		/*border-top: 1px solid #e4eff6;
		border-bottom: 1px solid #e4eff6;*/
		/*background: url(background/corp.png);*/
		}		

 p {
    margin-bottom: 10px;
    font-size: 70%;
    line-height: 19px;
	/*text-indent:20px;*/
	text-align: justify;
}

#corps_page ul  {
	margin-bottom: 10px;
	font-size: 70%;
    line-height: 19px;
	text-align: justify;
	list-style-type: square;
} 

#corps_page ol  {
	margin-bottom: 10px;
	font-size: 70%;
    line-height: 19px;
	text-align: justify;
} 

.right {
	float: right;
	margin: 5px 10px 5px 10px;
}

.left {
	float: left;
	margin: 5px 10px 5px 10px;
}

.centre{
	margin: auto;
	display: block;
}

.legend{
	text-align: center;
	font-size: 60%;
	font-style: Italic;
	margin-top:5px;
	}
	
.plan {
		padding: 0px 0px 0px 15px;
		margin: 30px 80px 5px 40px;
		color: #0a111a;
		Font-weight: bolder;
		text-transform: Capital;
		font-variant: small-caps;
		font-size: 110%;
}

 .plan a, .plan a:link, .plan a:focus, .plan a:visited {
	color: #0a111a;
	/*text-decoration: none;*/
}

.plan a:hover, .plan a:active {
	color: #cfdbe2;
}
	
.column-left{
	float: left;
	width: 360px;
	margin: 0px;
	padding-right: 17px;
	}
	
.column-right{
	float: right;
	width: 360px;
	margin: 0px;
	padding-left: 17px;
}
 
.column-right li {
	margin-bottom:10px;
}



.box {
	margin: 10px auto;
	display: block;
}

.line{
	clear: both;
	/*margin: 0px 0px 10px 0px;
    font-size: 80%;
    line-height: 19px;
	text-indent:20px;
	text-align: justify;*/
}

.list {
list-style: square outide;
margin-left: 60px;
}

#ref{
	clear:both;
	padding-top: 50px;
}

#ref h1{
	top: 40px;
	font-size: 72%;
	font-weight: bold;
	margin:0px 30px 10px 30px;
}

#ref p{
font-size: 65%;
font-style: italic;
margin:0px 30px 0px 30px;
}


 a, a:link,  a:focus,  a:active, a:visited {
	color: #32537d;
	/*text-decoration: none;*/
}

 a:hover{
	color: #cfdbe2;		
}
.boldtable, .boldtable td, .boldtable th
{
font-size:90%;
color:black;
margin-left: 50px;
}

.top{
	position: absolute;
	bottom: -10px;
	margin-top: 40px;
	left: 385px;
	font-size: 55%;
	font-style: Italic;
	color: #32537d;
	margin-top:5px;
	}
	
.top a, .top a:link, .top a:focus, .top a:visited {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter:alpha(opacity=100);
	}

	
.top a:hover, .top a:active{
	opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	filter:alpha(opacity=30);
}

.arrow {
	width:35px;
	margin-bottom:1px; 
	}
	

		
#pied_page{
		clear: both;
		margin-top: -2px;
		margin-bottom: 10px;
		margin-right: 22px;
		margin-left: 25px;
		padding: 0px 160px 0px 0px;
		height: 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 1px inset #899db9;
		background: url(background/bg.png);
		}

		
#pied_page h3{
		float: right;
		margin: 2px;
		}
		
		
.graph{
	Font-variant: small-caps;
	Padding-left: 100px;
	Font-size: 130%;
}


	