/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */

/* ---------- Balises HTML */
body
{
	margin: 0;
	/*background-color: #60DB66;*/
}

body, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a
{
	color: black;
	text-decoration: none;
	/*border-bottom: 1px dotted #fffff0;*/
}
a.ul
{
	color: white;
	border-bottom: #A3BD23;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
a.ul:visited
{
	color: white;
	border-bottom: #A3BD23;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

a:visited
{
	color: #004000;
	text-decoration: none;
}

ul li a:hover
{
	/*color: #4DD74D;*/
	color: #197D19;
	/*border-top: 1px solid #2360ab;*/
	/*border-bottom: 1px solid #931C44;*/
	/*background-color: #E2FFE2;*/
}

h1
{
	/*color: #C00000;*/
	color: #A3BD23;
	font-weight: 800;
	font-size: 16pt;
	letter-spacing: 2px;
	/*border: solid 1px #00a25f; */
	/*background-color: #A3BD23;*/
}

h2.accueil
{
	display: block;
	padding: 8px 0 0 0;
	color: #2A7D27;
	font-weight: bold;
	font-size: 14pt;
	background-image: url(picts/fond_h2.png);
	/*background-repeat: no-repeat;*/
	margin: 25px 0 3px 20px;
}
h2
{
	padding: 4px 0 0 15px;
	color: #2A7D27;
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0 5px 2px;
	background-image: url(picts/puce.png);
	background-repeat: no-repeat;
	background-position: 2px 10px;
}

h3
{
	color: #C00000;
	font-weight: bold;
	font-size: 12pt;
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-transform: uppercase;
}

ul
{
	margin-bottom: 5px;
}
li
{
	list-style-image: url(picts/puce.png);
	padding: 0 0 4px 0;
	margin: 0;
	/*font-size: 9pt;*/
	/*list-style-type: default;*/
	/*list-style-position: default;*/
}

th
{
	color: #33982f;
	font-size: 9pt;
	font-weight: normal;
	background-color: #E7FFE8;
	text-align: left;
	letter-spacing: 1px;
}
th.center
{
	color: #33982f;
	font-size: 8pt;
	font-weight: normal;
	background-color: #e7ffe8;
	text-align: center;
	letter-spacing: 1px;
}

td.datasmall { font-size: 8pt; }

/* ---------- Classes du site */

/* -- Formulaires : */
.FormMailTitle
{
	font-size: 9pt;
	color: #4C4C4C;
}
.FormMailValue
{
	font-size: 9pt;
	font-weight: bold;
	color: #197D19;
}
.FormLPMail
{
	background-color: #E2FFE2;
}
.FormLIMail
{
	background-color: #D0EDD0;
}

.encadre
{
	background-color: #FFFFC6;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.errormsg
{
	color: #a52a2a;
	font-size: 13pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.errormsgb
{
	color: red;
	font-weight: bold;
}
