



* {
	font-family: Arial, Helvetica, sans-serif; <!--"Comic Sans MS", helvetica, sans-serif;-->
}

a.lien1
{
color:#009900;
text-decoration:underline;
font-size: 13px;
font-weight: bold;
}
a.lien1:hover
{
color:#009900;
text-decoration:underline overline;
font-size: 13px;
}

a.lien2
{
color:#009900;
font-size: 13px;
text-decoration:underline;
}
a.lien2:hover
{
color:#00cc00;
font-size: 13px;
text-decoration:underline;
}

a.lien3
{
color:#009900;
font-size: 13px;
text-decoration:none;
}
a.lien3:hover
{
color:#00cc00;
font-size: 13px;
text-decoration:underline;
}


a.lien4
{
color:#009900;
font-size: 11px;
text-decoration:none;
font-weight: regular;
text-align: justify;
}
a.lien4:hover
{
color:#00cc00;
font-size: 11px;
text-decoration:underline;
text-align: justify;
}


.description {
	text-align: justify;
}
.description:first-letter {
	font-size: 130%;
}
.description_left {
	font-weight: regular;
	font-size: 13px;
	position: relative;
	color: 028602;
	text-align: left;
}
.description_accueil:first-letter {
	font-size: 130%;
}
.description_center {
	font-weight: regular;
	font-size: 13px;
	position: relative;
	color: 028602;
	text-align: center;
}
.description_bold_under {
	font-weight: regular;
	font-size: 18px;
	position: relative;
	color: 028602;
	text-align: center;
	font-weight: bold;
	text-decoration:underline;
}
.description_left1 {
	font-weight: regular;
	font-size: 13px;
	color: 028602;
	text-align: left;
}
.description_center1 {
	font-weight: regular;
	font-size: 13px;
	color: 028602;
	text-align: center;
}

div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 500px;
padding-top: 10px;
background: url(logo/haut.gif) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(logo/bas.gif) bottom left no-repeat;
padding-bottom: 10px;
}
div#bloccadre p {
margin: 0 30px 0 20px;
}

