

/* STYLE CONTENU */
#contenu h1{
font:bold 1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
text-align:left;
color:#002754;
margin-bottom:22px;

}
#contenu h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
text-align:left;
font-weight:bold;
color:#004494;


}


/* STYLE MENU */



.index {
color:#CECECE;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
.index:hover {
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
.indexcurrent {
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}


.mobile {
color:#002754;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
.mobile:hover {
color:#1673e1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
.mobilecurrent {
color:#1673e1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 180px;
	border: 1px solid #BDCBCE;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F1F5F8;
	width: 180px;
	border: 1px solid /*#A73364;*/#BDCBCE;
}

.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #000000;
	border: 1px solid #C8D8DB;
	width:80px;
	background-position: bottom left;
	background-color: #F6F7F7;
	vertical-align: bottom;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #000000;
	border: 1px solid #ffffff;
	width:80px;
	background-position: bottom left;
	background-color: #ffffff;
	vertical-align: bottom;
}

.frmContact{ /* dedicated ID for "contact form"*/
	width:650px;
	background-color:#E1E1E1;
	border: 1px solid #BDCBCE;
	
}
.frmContact .Label, .frmContact label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-align:left;
}

.notice{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
	text-align:center;
}

