/* CSS General */

BODY {
	margin: 0px;
	background-color: #AA0D06;
}

BODY,TD,P,INPUT,SELECT {
	color: #707070;
	font-size:90%;
	font-family: "trebuchet ms", "luxi sans", sans-serif;
}

HR {
	width:100%;
	height:2px;
	border-top: 1px dashed #D0D0D0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

A {
	color: #2F89C7;
	text-decoration: underline;
}

A:hover {
	color: #FFB140;
	text-decoration: none;
}

A:visited {
	color: #2F89C7;
	text-decoration: underline;
}

A:active {
	color: #2F89C7;
	text-decoration: underline;
}

/* -- Images --------------------------------- */
img.border {
	padding:1px;
	border: 1px solid #CCC;
}


/* -- Formulaire ----------------------------- */
.form-s {
	width: 50px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 2px;

}

.form-m {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 2px;

}

.form-l {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 2px;

}

/* -- Puces ----------------------- */
ul.arrow {
	list-style-image:url(/images/commun/puce.gif);
}

/* -- Others --------------------- */
.copyright {
  	font-size:70%;
	color: #999;
}

.spacer {
  clear: both;
  font-size:50%;
}

#spacer-hr {
  width: 90%;
  height:1px;
  margin-top: 15px;
  margin-bottom: 15px;  
  border-bottom: 1px dashed #D0D0D0;
  font-size:50%;
  clear: both;
}
