
#main
{
	overflow: hidden;
	position: relative;
	height: 600px;
	width: 970px;
	background-color:2D3B71;
}
#lien
{
	position: relative;
	width: 200px;
	background-color: #2D3B71;
	height: 800px;
}
span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d3b71;
	text-align: justify;
	font-style: italic;
}
#txt
{
	position: inherit;
	height: auto;
	width: 770px;
	background-color: #000000;
}
#top
{
	overflow: hidden;
	position: relative;
	height: 140px;
	width: 970px;
	background-image: url(../images/top.jpg);
}
#boussole
{
	overflow: hidden;
	position: relative;
	height: 400px;
	width: 500px;
	background-image: url(../images/fond_accueil.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 50px;	
}
#txtIn
{
	overflow: auto;
	position: absolute;
	height: auto;
	width: 750px;
	padding-left:10px;
	padding-right:10px;
}
#photoD {
	position:absolute;
	top:13px;
	width:334px;
	height:110px;
	z-index:1;
	right: 13px;
	background-image: url(/images/gens.png);
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e2c09;
	text-align: justify;
}
.tlien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d3b71;
	text-align: justify;s
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d3b71;
	text-align: justify;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b02825;
	font-variant: small-caps;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dda503;
	font-variant: small-caps;
}
td{
	display: table-cell;
	vertical-align: top;
}