/*********************************
*  Planete Daria
*  http://www.daria-fr.net
*  CSS creee par Didier
*********************************/

#liens {
	LEFT: 5px;
	WIDTH: 120px;
	POSITION: absolute;
	TOP: 20px
}

#contenu {
	LEFT: 130px;
	POSITION: absolute;
	TOP: 15px
}

BODY {
	font-family : Arial, Helvetica, sans-serif ;
	background-color : #5987DD;
	scrollbar-face-color : #5987DD;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-highlight-color : #0033FF;
	scrollbar-base-color : #0033FF;
	scrollbar-shadow-color : #0033FF;
	scrollbar-dark-shadow-color : #0033FF;
}

H1 {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold ;
	font-size : 22pt ;
	text-align : center ;
}

H2 {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold ;
	font-size : 18pt ;
	text-align : center ;
}

.Titre {
	font-weight : bold ;
	font-size : 20pt ;
	color : red ;
	text-align : center ;
	background-color : #5987DD;
}

P {
	font-weight : normal ;
	text-align : justify ;
	font-size : 14pt ;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
}

.Centre {
	text-align : center ;
}

.Plan {
	font-size : 10pt ;
	font-weight : bold ;
	text-align : center ;
}

.Ring {
	font-size : 10pt ;
	text-align : center ;
}

A:link {
	text-decoration : none;
	color : Lime ;
	background-color : #5987DD;
}

A:active {
	text-decoration : none;
	color : Red ;
	background-color : #5987DD;
}

A:visited {
	text-decoration : none;
	color : Yellow;
	background-color : #5987DD;
}

A:Hover {
	text-decoration : underline;
	background-color : Maroon;
}
