body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #000000;
}
a:hover {
	color: #DF002F;
}

/* Textes */
.titre {
	height:66px;
	vertical-align:top;
}
.arial10_rouge {
	font-size: 10px;
	color: #DF002F;
}
.arial12_rouge {
	font-size: 12px;
	color: #DF002F;
	font-weight:bold;
}

/* Fonds de page */
.colonne_droite {
	background-image:url(../images/fond_droit.jpg);
	vertical-align:top;
	padding:20px 0 0 0;
}
.page {
	background-image:url(../images/page_int_05.jpg); 
	background-repeat:repeat-y;
	vertical-align:top;
}

/* Formulaire */
input {
	border:1px solid #666666;
	font-size: 11px;
}
textarea {
	border:1px solid #666666;
	font-size: 11px;
}
.bouton {
	border:1px solid #000000;
	color: #000000;
	background-color:#FFFFFF;
	cursor:pointer;
}