body * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*margin:0px; */
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.rouge, h1, h2, h3 {
	color:#a40000;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

.titre {
	color:#a40000;
	font-weight:900;
}

.fondrouge {
	background-image:url('images/rouge1.png');
	background-repeat:repeat-x;
}

#menu_haut *, .menu * {
	color:white;
	font-weight:900;
}

a:hover {
	color:#a40000;
}

.cadre {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

.sanshaut {
	border-top-style:none;
}