body {
	margin:0px;
	background-image:url('');
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a {
	color:#2352A0;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#fff;
}
h1 {
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.titre {
	color:#1F4D9E;
	font-size:16px;
	font-weight:bold;
}
.sous_titre {
	color:#1F4D9E;
	font-size:12px;
	font-weight:bold;
	width:100%;
	border-bottom:1px solid #1F4D9E;
}


/* formulaire  ----------------------------------------------------------------- */
form {
	margin:0px;
	padding:0px;
}
input, textarea, select, checkbox, radio {
	border:1px solid #a70142;
	font-size:12px;
}
input[type=submit] {

}
label {
	font-size:12px;
	font-weight:bold;
	color:#1F4D9E;
}
/*------------------------------------------------------------------------------- */


/* signature  ----------------------------------------------------------------------------- */
#signature {
	text-align:center;
	line-height:18px;
	background-color:#6D4E1F;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFDB86;
}
#signature a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#signature a:hover {
	color:#FFDB86;
	text-decoration:none;
}
/* ------------------------------------------------------------------------------- */
#haut {
	background-color:#E21346;
}
#milieu {
	background-image:url('../images/degrade.jpg');
	background-repeat:repeat-x;
	height:450px;
}
#bas {
	background-color:#7D2971;
}

