/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
/* ---------- Balises HTML */
body
{
	margin: 0;
	background-image: url(picts/css/fond.jpg);
	background-color: white;
	background-repeat: repeat-x;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9pt;
}
td.Lsouligne
{
	border-bottom:1px solid #9FA9D2;
}
td
{
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9pt;
}
td a:visited
{
	FONT-SIZE: 7pt;
	COLOR: #4c4c4c;
}

input
{
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9pt;
}

h1
{
	font-size: 13pt;
	color: white;
	font-weight: bold;
	text-shadow: 3px 3px 5px black;
	background-image: url(picts/css/Fond_h1_24b.png);
	margin: 1em 0 6px 0;
	padding: 3px;
	width: 590px;
}
h2
{
	font-size: 12pt;
	color: white;
	margin-bottom: 6px;
}

ul
{
	padding: 0;
	margin: 15px 0 0 0;
}
li
{
	list-style-image: url(picts/css/puce.png);
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 6px;
	padding-left: 0;
	font-size: 8pt;
}
p
{
	margin-bottom: 1em;
	margin-top: 1em;
}
a { color: #F6A402; }
hr { clear: both; }

/* ---------- Classes du site */
.company
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #F9A302;
}
.company:first-letter
{
	color: #F7A900;
	font-size: 13pt;
}
.textenoir { color: black; }
.textejust { text-align: justify; }

/* ---------- Menus */
#MainBar
{
	/*border: 1px #3554CC inset;*/
	/*width: 210px;*/
	margin-left: -106px;
}

.menu
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	padding: 15px 0 0 42px;
	height: 38px;
	background-image: url(picts/css/menu_L1.png);
	background-repeat: no-repeat;
	text-shadow: 1px 1px 3px black;
}

.menuhl
{
	color: #F9A302;
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	padding: 15px 0 0 42px;
	height: 38px;
	background-image: url(picts/css/menu_L1_h.png);
	background-repeat: no-repeat;
	text-shadow: 3px 3px 5px black;
}

/* ---------- Microformats */
.vcard
{
	color: white;
	font-size: 9pt;
	line-height: 14px;
}

.vcard a
{
	color: #E6E6E6;
	text-decoration: none;
	font-weight: bold;
}

a.email
{
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	color: #BFCFE3;
}

a.pied
{
	text-decoration: none;
	color: #000000;
}

.country-name { display: none; }

.vcard a.fn, a.fn:visited
{
	font-size: 12pt;
	color: white;
}
.vcard div.tel
{
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 2px;
}
.vcard div.tel .type
{
	font-weight: normal;
	font-size: 9pt;
	letter-spacing: normal;
}
