/*------------------------------------------------------------------ Elements generales ------------------------------------------------------------------*/

body{
	color: #000000;
	background-color: #ebebeb;
	text-align: left;
	font-family: "Verdana";
	font-size: 0.8em;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #999999;
}
h1{
	text-align: center;
	color: #111155;
}
h2{
	margin-left: 50px;
	color: #333388;
}
input[type=submit], input[type=button]{
	background-color: #80000f;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
	padding: 1px 4px 1px 4px;
}

img{
	border: none;
}

/*------------------------------------------------------------------ / Elements generales ------------------------------------------------------------------*/

/*------------------------------------------------------------------ Classes courantes ------------------------------------------------------------------*/

.finCol{
	clear: both;
}

/*------------------------------------------------------------------ / Classes courantes ------------------------------------------------------------------*/
