/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
/* ---------- Balises HTML */
body
{
	color: #369;
	margin: 0;
	/*background-color: #E3E7D0;*/
}

body, td, iframe
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a.h3
{
	color: #1C7FBA;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	margin: 6px 3px 4px 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a.h3:visited
{
	color: #1C7FBA;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	margin: 6px 3px 4px 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a.h3:hover
{
	color: #1C7FBA;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	margin: 6px 3px 4px 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a
{
	color: #E39145;
	text-decoration: none;
	border-bottom: 1px dotted #fffff0;
}

a:visited
{
	color: #002940;
	text-decoration: none;
}

a:hover
{
	border-bottom: #608943;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

p { margin: 8px 0 4px 0;}
p.centered { text-align: center; }

h1
{
	color: #666;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(picts/css/fondh1.png);
	background-repeat: no-repeat;
	height: 30px;
	/*background-color: #00a25f;*/
	letter-spacing: -1px;
	padding: 5px 3px 8px 25px;
	margin: 0 0 10px 0;
	/*border: solid 1px #00a25f;*/
}

h2
{
	color: #1C7FBA;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: -1px;
	/*background-color: #D6EDFF;*/
	margin: 20px 0 0 0;
	/*height: 30px;*/
	min-height: 30px;
	padding: 3px 3px 3px 15px;
	background-image: url(picts/css/fondh2.png);
	background-repeat: no-repeat;
}

h3
{
	color: #1C7FBA;
	font-weight: bold;
	font-size: 11pt;
	margin: 6px 3px 4px 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px #618B41 solid;
	border-left: none;
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}

h5
{
	font-weight: bold;
	font-size: 10pt;
	margin: 2px 0 1px 0;
}


li { margin: 0 0 0 15px; }

/* -- Formulaires : */
.FormMailTitle
{
	font-size: 9pt;
	color: #0F88D3;
}

.FormMailValue
{
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

.FormLPMail { background-color: #D2E6D5; }
.FormLIMail { background-color: #E7F0F6; }


.FormLPMail2 { background-color: #dca1a7; }
.FormLIMail2 { background-color: #f6e7ee; }

/* ---------- Classes du site */
.image
{
	border-right: #393;
	border-bottom: #1C7FBA;
	border-left: #393;
	border-width: 0 2px 2px 0;
	border-style: none solid solid none;
}

.imageright
{
	border-right: #393;
	border-bottom: #1C7FBA;
	border-left: #393;
	border-width: 0 2px 2px 0;
	border-style: none solid solid none;
	float: right;
}

.dateactu
{
	text-align: right;
	color: #7F7F7F;
	font-size: 7pt;
}


/* -- Plan du site */
.tm1
{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 8px;
	border-top: 1px solid #EEE;
}

.tm2
{

	font-weight: normal;
	padding-left: 10px;
	border-top: 1px solid #EEE;
}

.tm3
{
	color: #2d4492;
	font-weight: normal;
	font-size: 8pt;
}

.tm4
{
	color: #2d4492;
	font-weight: normal;
	font-size: 7pt;
}

a.tm { text-decoration: none; }

a:hover.tm
{
	color: #dc0000;
	text-decoration: none;
}
