body, td, p, input, select, button {
	font-family: Arial, Helvetica, sans-serif;
}

A:link {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:active {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
A:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:hover {
	COLOR: #FFFF99;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.font { CURSOR: auto; BACKGROUND-COLOR: #999999; BACKGROUND-COLOR: #91CBF3}
.fond-txt-menu { color: #000000 ;}
.not_underlined {
	COLOR: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.font_10 {
	font-size: 10px;
}
.font_12 {
	font-size: 12px;
}
.font_11 {
	font-size: 11px;
	}
.font_9 {
	font-size: 9px;
}
.font_14 {
	font-size: 16px;
}
.font_18 {
	font-size: 18px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: thin solid #336699;
	background-color: #FCFCFC;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #CCCCCC;
	height: 18px;
	background-color: #FCFCFC;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: thin solid #336699;
	height: 19px;
	width: 80px;
	cursor: hand;
	background-color: #E2E7EB;
}
td.column {
	background-color:#F0F0F0;
	font-weight:bold;
	color:#666666;
}
td.column2 {
	background-color:#999999;
	font-weight:bold;
	color:#FFFFFF;
}

/* agences du site */
.Content
{
	width:700px;
	font-size:11px;
	border:1px dashed #949DA6;
	text-align:left;
}

.Titre
{
	background:#061928;
	color:white;
	padding-left:10px;
	font-size:14px;
}

.Contenu
{
	background:#96C2DD;
	padding:10px;
}

/* Formulaire */
.inputForm
{

}

.champ_err
{
    border:2px solid red;
    margin:1px;
}
