@charset "utf-8";

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0px; height: 100%;
	background-color: #EEEEEE;
	background-position: 950px;
}

td {
	color: #313131;
}

#wrapper{
 display: block; background-color:#FFFFFF;
 width: 900px; height: 100%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#footer {
	font-size: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#footer a {
	display: inline; color:#313131; margin-right: 10px;
	font-size: 10px; line-height: 15px;
}
#footer span {
	display: inline; color:#313131; margin-right: 3px;
	font-size: 14px; line-height: 15px;
}

#contenu {
	padding-left: 30px;
}

#contenu_suite {
	padding-right: 15px;
}

h1 {
	font-weight: bold;
}
