h1 {
	font-family: "Verdana";
	font-size: 24px;
	font-weight: normal;
	color: #fc7900;
}
body {
	font-family: "Verdana";
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #2e2c2d;
	background-color: #c0bcb9;
	margin-left: 30px;
	margin-right: 30px;
	width: 900px;
}
h2 {
	font-family: "Verdana";
	font-size: 20px;
	font-weight: lighter;
	color: #fc7900;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fc7900;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fc7900;
	font-variant: normal;
}

p {
	font-family: Verdana;
	line-height: normal;
	font-weight: lighter;
	font-style: normal;
	font-size: 12px;
	color: #2e2c2d;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2e2c2d;
	list-style-position: inside;
	list-style-type: disc;
}

hr {
	color: #fc7900;
	border: medium ridge #fc7900;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2e2c2d;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-type: square;
	background-image: url(http://www.equitcomportementale.com/newsletter_data/images/fond_table.png);
	background-repeat: repeat-x;
	background-color: #c0bcb9;
}
tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2e2c2d;
	font-weight: normal;
}

a:link {
	color: #fc7900;
}
a:visited {
	color: #2e2c2d;
}
a:hover {
	color: #FFFFFF;
}

.formulaires {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	color: #2e2c2d;
	background-color: #fcfcfc;
}

.BoutonForm {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	color: #2e2c2d;
	background-color: #fc7900;
	cursor:pointer;
}

.BoutonForm:hover {
	background-color: #fc7900;
	color: #FFFFFF;
}


.BoutonFormOrange {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	color: #2e2c2d;
	background-color: #Fc7900;
}

.BoutonFormGris {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #808080;
	border: medium outset #808080;
}

.BoutonFormRouge {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #CC0000;
	border: medium outset #CC0000;
}

.tableaujoli {
}

.celluleCouleur {
	background-color: #fc7900;
	font-family: "Verdana";
	color: #2e2c2d;
}
.celluleVerte {
	font-family: "Verdana";
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	color: #fc7900;
	background-color: #2e2c2d;
}

.footerText {
	font-size: 10px
}



.texteBarre {
	text-decoration: line-through;
}
.formulaireDisabled {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	background-color: #CC6666;
	border: medium inset #006600;
	font-weight: bold;
	text-align: center;
}
.boutRadio {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #CC6666;
	border: thin outset #006600;
	font-weight: bold;
	clip:      rect(auto auto auto auto);
}

ul#carte
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#carte li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#carte li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 120px ;
	line-height: 66px ;
	color: #000 ;
	text-align:center;
	text-decoration: none ;
	font-weight:bold;
	background: url(http://www.equitcomportementale.com/Images/boutonCarte.jpg) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 0;
}

ul#carte li a:hover
{
	background: url(http://www.equitcomportementale.com/Images/boutonCarteAllume.jpg) no-repeat 0 0 ;
	font-weight:bold;
	border: 0 ;
}
		
legend {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: lighter;
	color: #2e2c2d;
}
fieldset {
	
}

