/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
/* ---------- Balises HTML */
body
{
	margin: 0;
}

body, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

table.part td
{
	padding:5px;
	border:1px solid white;
}
a
{
	color: #FDB81E;
	text-decoration: none;
	border: none;
}

a:visited
{
	color: #BE8A16;
	text-decoration: none;
	border: none;
}

a:hover
{
	color: #F0E96F;
	border: none;
}
a.BtNext
{
	background-image: url(picts/css/bt_next.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

p
{
	margin-bottom: 10px;
	/*color: #F0E96F;*/
	/*text-align: justify;*/
}
p:first-letter
{
	/*color: #FFF;*/
	/*font-size: 14pt;*/
}

h1
{
	color: #FDB81E;
	font-weight: 800;
	font-size: 24pt;
	letter-spacing: 4px;
	font-family: Bradley Hand ITC, Bradley Hand ITC TT, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h2
{
	padding: 4px 0 0 0;
	color: #FDB81E;
	font-weight: bold;
	font-size: 18pt;
	margin: 10px 0 5px 2px;
	font-family: Bradley Hand ITC, Bradley Hand ITC TT, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-shadow: black 1px 1px 1px;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=155, Color:black);
	
}  

h3
{
	color: #FDB81E;
	font-weight: bold;
	font-size: 11pt;
	margin: 10px 0 5px 2px;
}

h4
{
	color: #FDB81E;
	font-weight: normal;
	font-size: 10pt;
}

em { color: #FFF; }

li
{
	padding: 0 0 4px 0;
	margin: 0 0 0 15px;
}

/* ---------- Classes du site */
/* -- 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: #FF5B00;
	border: 1px #C6BF75 solid;
	text-align: center;
}

.errormsgb
{
	color: #FF5B00;
	font-weight: bold;
}

.image { border: 1px #FF0 groove; }
.imageOK { border: 2px green groove; }
.imageSB { border: 2px #FF424A ridge; }

.imageOKd
{
	position: absolute;
	display: block;
	border: 2px green groove;
	color: #FFF;
	font-size: 8px;
	background-color: green;
	right: 0px;
	top: 0px;
	padding: 0;
	width: auto;
	z-index: 10;
	/* CSS 3 */
	opacity: 0.8;
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.imageSBd
{
	border: 2px #FF424A ridge;
	position: absolute;
	display: block;
	color: #FFF;
	font-size: 8px;
	background-color: #FF424A;
	right: 0px;
	top: 0px;
	padding: 0;
	width: auto;
	z-index: 10;
	/* CSS 3 */
	opacity: 0.8;
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.legende
{
	position: absolute;
	display: block;
	color: #FFF;
	font-size: 10px;
	background-color: #000;
	left: 0px;
	top: 85px;
	padding: 5px 0px 4px 0px;
	width: 100%;
	z-index: 10;
	/* CSS 3 */
	opacity: 0.55;
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

