/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";
a img{
filter: alpha(opacity=100);
-moz-opacity: 1.00; opacity:1.00;
}

a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.70;

}
.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 150px;
	border: 1px solid #486D85;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F1F5F8;
	width: 150px;
	border: 1px solid /*#A73364;*/#486D85;
}

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

.frmContact{ /* dedicated ID for "contact form"*/
width:635px;
background-color:#5A829C;
border: 1px solid #315873;




}
.frmContact .Label, .frmContact label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight:normal;
  text-align:left;

}

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


}
#marche-table{
  padding-left:20px;
  }

#marche-table td{
  padding:5px;
  background-color: #3F6C8D;
  }


