body {
	margin: 0px;
	background-image: url(images/tielfond.gif);
	background-repeat: repeat;
	background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p{	
	font-size: 11px;
	color: #000000;	
	display:inline;
	line-height:15px;
	}
	
	
	
.bloctitre {
	position:absolute;
	top: 0px;
	left : 50%;
	margin-left : -500px;
	height:100%;
	background-color:#FEF2C0;
}

.nav01top {
background-color:#6095BC;
width:1000;
border-top:1px solid #112c84;
padding: 5px 10px 5px 50px;
font-weight: bold;
color:#0B3F95;
font-size: 12px;
}

.nav02top {
background-color:#112c84;
width:1000;
border-top:1px solid #112c84;
padding: 5px 10px 5px 50px;
text-align:right;
}
.navbas {
background-color:#112c84;
width:1000;
border-top:1px solid #112c84;
padding: 5px 10px 5px 50px;
color:#6095BC;
font-size:10px;
}
.contenu {
background-image: url(images/tilecentral.gif);
width:1000px;
height:460px;
border-top:1px solid #0B3F95;
}
.bloctexte{
position:relative;
top:50px;
left:450px;
}
.titre{
	font-size: 30px;
	color: #112c84;
}
.soustitre{
	font-size: 18px;
	color: #112c84;
}
/*-----------------------------*/
a.nav01:link {
	
	margin: 0px 40px 0px 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold; 
}

a.nav01:visited {
	margin: 0px 40px 0px 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.nav01:hover {

	text-decoration: underline;
	color:#0B3F95;
}
a.nav01:active {

}
/*-----------------------------*/
a.nav02:link {
	
	margin: 0px 40px 0px 5px;
	font-size: 12px;
	color: #6095BC;
	text-decoration: none;
	font-weight: bold; 
}

a.nav02:visited {
	margin: 0px 40px 0px 5px;
	font-size: 12px;
	color: #6095BC;
	text-decoration: none;
	font-weight: bold; 

}
a.nav02:hover {

	text-decoration: underline;
	color:#fff;
}
a.nav02:active {

}