/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
/* ---------- Balises HTML */
body, td
{
	color: #4F2319;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a
{
	color: #994B34;
	text-decoration: none;
	border: none;
}

a:visited
{
	color: #BE8A16;
	text-decoration: none;
	border: none;
}

a:hover
{
	color: #589546;
	border: none;
}

p
{
	margin-bottom: 10px;
	/*color: #F0E96F;*/
	text-align: justify;
}
p:first-letter
{
	/*color: #FFF;*/
	/*font-size: 14pt;*/
}

h1
{
	font-weight: 800;
	font-size: 16pt;
	letter-spacing: 1px;
}
h1 em
{
	font-size: 60%;
	letter-spacing: 0;
}

h2
{
	padding: 4px 0 0 0;
	font-weight: bold;
	font-size: 14pt;
	margin: 10px 0 5px 2px;
	text-align: left;
}

h3
{
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0 5px 2px;
}

h4
{
	font-weight: bold;
	font-size: 9pt;
}

em { /*color: #00E7FD;*/ }

li
{
	padding: 0 0 4px 0;
	margin: 0 0 0 15px;
}

/* ---------- Classes du site */
.BlocAplat
{
	background-color: #8B867D;
	
}
.BlocAplat p
{
	padding: 5px 10px;
}
.BlocAplat h3.Std
{
	background-color: #8B867D;
	color: #4F2319;
	font-weight: bold;
}
.BlocAplat h3, .BlocAplat h4
{
	background-color: #4F2319;
	color: #FFF;
	margin: 0;
	font-weight: normal;
}
.BlocAplat h3 { padding: 15px 0px 0 15px; }
.BlocAplat h4 { padding: 0px 0px 15px 15px; }

.BlocAplatSombre
{
	color: #FFF;
	background-color: #53231A;
	margin-left: 6px;
}
.BlocAplatSombre p
{
	padding: 5px 10px;
	text-align: right;
	font-weight: bold;
}


.TxtBlanc { color: #FFF;  }
.TxtBlanc p { color: #FFF;  }
.TxtBlanc p b { color: #4F2319; }

.w200r
{
	width: 200px;
	float: right;
	margin-left: 15px;
}
.w240r
{
	width: 240px;
	float: right;
	margin-left: 15px;
}

.Contact
{
	/*background-color: #8B867D;*/
	margin-top: 15px;
	padding-top: 2px;
	border-top: 1px #E4DBD8 solid;
	font-size: 10pt;	
}
.Contact h1
{
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: normal;
}

.imgright
{
	float: right;
	margin-left: 35px;
}

.legende
{
	position: absolute;
	display: block;
	color: #994b34;
	font-size: 10px;
	/*background-color: #29419D;*/
	left: 0px;
	bottom: 0px;
	padding: 1px 0px 1px 0px;
	width: 100%;
	z-index: 10;
}

/* -- Formulaires : */
.FormMailTitle
{
	font-size: 9pt;
	color: #0F88D3;
}

.FormMailValue
{
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

.FormLPMail { background-color: #FFC; }
.FormLIMail { background-color: #D9F1FF; }

.errormsg
{
	color: #a52a2a;
	font-size: 13pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.errormsgb
{
	color: red;
	font-weight: bold;
}
