@charset "utf-8";
/* CSS Document */
.image{
	float:left;
	margin-right:5px;
}

body{
	background-image:url(environnement2.jpg);
	background-repeat:repeat-x;
	background:#3c4e15;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:justify;	
}
h3{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold ;
	color:#FFF;
}

a {
	color: white;
}

a:hover {
	color: ff6600;
}


a:link {
	color: white;
}

a:visited {
	color: white;
}

.maclasse{
text-decoration:blink;
}
