BODY{
	color: #000000;
	background-color : #FFFFFF;
	font-family: verdana, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 2px;
}

.titre2{
	color : #04389B;
	background-color : transparent;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.titre2bis{
	color : #04389B;
	background-color : transparent;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.contenupetit{
	color : #04389B;
	background-color : transparent;
	font-size: 0.7em;
	font-style: normal;
}

.liens {
	color : #04389B;
	text-decoration : none;
	background-color : transparent;
}

A.liens:hover {
	background-color : transparent;
	color: #003366;
	text-decoration : underline;
}

#content {
    position:absolute;
    left:33%;
    top:33%;
    width:33%;
    height:33%;
	text-align : center;
}

#content2 {
	position:absolute;
	width:400px;
	height:200px;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top: -100px;
	text-align : center;
}

#decrire{
	position:absolute;
	top : 5000px;
	width:100%;
	height:300px;
	text-align : center;
}