@charset "UTF-8";
/* CSS Document */

body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	margin-top: 10px;
	background: black url(../themes/melledo/img/fond.gif) repeat;
}

#contenu {
	width: 932px;
	margin: 10px auto auto;
	background-color: #C5E0ED;
	padding: 15px;
	border: 4px solid #FFF;
}

h1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0E1C46;
}
.rubrique {
	font-weight,: bold;
	height: 30px;
	padding-left: 7px;
	padding-top: 7px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #CC3300;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #FFDCA3;
	border-top: 1px solid #FFB474;
	border-bottom: 1px solid #FFB474;
}
table a {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #660000;
}
table a:hover {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
}