body {
 text-decoration: none;
 color: #990000;
 font-family: verdana, helvetica, sans-serif;
 font-size: 13px;
 
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
 scrollbar-face-color: #FFDE99;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #FFDEB6;
 scrollbar-shadow-color: #000000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #FFDEB6;
}

.contenu {
	position:absolute;
	left: 150px;
	top: 150px;
	text-align:center;
    background-image:url('/images/fond.jpg');
	margin: 50px 10px 10px 150px;
	padding:5px;
	height:340px;
	width:700px;
	overflow:auto;
}

.titre{
	font-size:13px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-top:15px;
	margin-bottom:5px;
}

.Grostitre{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-top:15px;
	margin-bottom:5px;
}

.soustitre{
	text-align:center;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	margin-bottom:11px;
}
.aide{
	text-align:center;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
}

a:link, a:visited, a:active {
	color: #757575;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

.theme {
	margin:5px;
	font-size:18px;
}
