/*
LeCSS.css
---------
Crée par Vincent clement pour http://vincent.clement92.free.fr
*/
*
{
	font-family: "Comic Sans MS";
}
body
{
	background-color: rgb(0,105,0);
	color: rgb(17,34,149);
}
h1
{
    color: green;
	text-align: center;
}
p
{
	text-align: justify;
	border: navy inset;
	border-radius: 5px 10px 15px 10px;
}
.premier-paragraphe
{
	color: rgb(13,26,117);
}
a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: green;
}