/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
/* ---------- Balises HTML */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #CCC;
	background-image: url(picts/css/fond.jpg);
}

body, td, input
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

h1
{
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 5px;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
}
h1:first-letter
{
	text-transform: uppercase;
}

h2
{
	margin: 0px 0 25px 0px;
	padding: 3px 0 5px 5px;
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
	letter-spacing: normal;
}
h2.home
{
	background-color: #E5E5E5;
	margin: 0px 0 25px 0px;
	padding: 3px 0 5px 0;
	color: #012385;
	font-weight: bold;
	font-size: 11pt;
	/*letter-spacing: 1px;*/
	text-align: center;
}

h3
{
	color: #E6E6E6;
	font-weight: bold;
	font-size: 11pt;
	/*letter-spacing: 1px;*/
	/*text-align: center;*/
}

h4
{
	color: #CCC;
	font-weight: bold;
	font-size: 10pt;
	/*text-transform: uppercase;*/
}

p { padding: 0 0 15px 0; }
p.center
{
	text-align: center;
	padding-top: 15px;
}

strong
{
	/*text-transform: uppercase;*/
	font-weight: bold;
}

ul { margin: 15px 15px 15px 25px; }

a
{
	color: #333;
	text-decoration: none;
	/*
	border-bottom: 1px dotted #fffff0;
*/
}

a.noborder
{
	text-decoration: none;
	border-style: none;
}

a:hover.noborder
{
	text-decoration: none;
	border-style: none;
}

a:visited
{
	/*color: #666;*/
	text-decoration: none;
}

a:hover
{
/*
	border-bottom: #012385;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
*/
}

h1 a { color: white; }
h1 a:hover { color: #E6E6E6; }

.MBMain
{
	/*background-color: #CCC;*/
	width: auto;
	margin: 0;
	padding: 0;
	height: 24px;
	border-top: 2px #1F4C96 solid;
	border-right: 2px #1F4C96 solid;
	border-bottom: none;
	border-left: 2px #1F4C96 solid;
}

.MBSub
{
	background-color: #799CD0;
	border-top: 1px #C9D4EC solid;
	border-right: 2px #9CA5AD solid;
	border-bottom: 2px #8E969D solid;
	border-left: 1px #C2CDD7 solid;
	margin: 0;
	padding: 0;
	/* CSS 3 */
	/*opacity: 0.9;*/
}

.menu
{
	color: #888;
	width: 96px;
	font-size: 8pt;
	font-weight: bold;
	/*font-stretch: condensed;*/
	padding-top: 5px;
	border-right: 1px #1F4C96 solid;
	text-align: center;
	background-color: #FFF;
}

.menuhl
{
	color: #000;
	width: 96px;
	font-size: 8pt;
	font-weight: bold;
	/*font-stretch: condensed;*/
	padding-top: 5px;
	border-right: 1px #B3B3B3 solid;
	text-align: center;
	background-color: #6181A2;
}

.menuN2
{
	color: white;
	font-size: 9pt;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	border-right: 1px #FFF solid;
	border-bottom: 1px #C9D4EC solid;
	height: 18px;
	margin: 0;
	padding: 4px 0 0 2px;
	cursor: pointer;
	background-color: #839ECF;
}

.menuN2hl
{
	color: #004C9A;
	font-size: 9pt;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	border-right: 1px #7BAF00 solid;
	border-bottom: 1px #C9D4EC solid;
	height: 18px;
	/*background-color: #9FC2E7;*/
	background-color: #C6D2E5;
	margin: 0;
	padding: 4px 0 0 2px;
}
.menuN2 a, .menuN2 a:visited
{
	color: white;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
.menuN2:hover
{
	color: #1F4C97;
	background-color: #6C7FA6;
}
.menuN2 a:hover { color: #1F4C97; background-color: #6C7FA6; }

.menuN3
{
	color: #004C9A;
	font-size: 8pt;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	border-right: 1px #FFF solid;
	border-bottom: 1px #888 solid;
	height: 16px;
	margin: 0;
	padding: 4px 0 0 25px;
	background-color: #C6D2E5;
	background-image: url(picts/css/fond_menu_L3.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
.menuN3 a, .menuN3 a:visited
{
	color: #004C9A;
	border: none;
}
.menuN3:hover { background-color: #839ECF; }
.menuN3 a:hover { background-color: #839ECF; }

.menuON { color: #2E2E6B; }

.formbutton
{
	color: #666;
	margin-top: 15px;
	padding: 15px;
}

a.formbutton:link, a.formbutton:visited
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	/*background-color: #BFBFBF;*/
	margin-top: 15px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC #C66 #CCC;
}

a.formbutton:hover
{
	color: #6CF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #BFBFBF;
	text-align: center;
	padding: 2px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
}

.company
{
	text-transform: uppercase;
	/*color: #1E4A9B;*/
	font-weight: bold;
}

.prodcaract
{
	color: #666;
	font-size: 10pt;
/*
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
*/
}

.prodvalue
{
	font-size: 10pt;
/*
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
*/
}

.prodprix
{
	font-size: 9pt;
	color: #555;
	margin: 0 0 0 15px;
	font-style: italic;
	font-weight: normal;
}

.tabSpec th
{
	font-size: 7pt;
	text-align: left;
	color: #E6E6E6;
	font-weight: normal;
}
.tabSpec td, .tabSpec th
{
	padding-left: 3px;
	border-bottom: 1px #CCC solid;
	padding-right: 3px;
	padding-top: 6px;
}
.tabSpec td
{
	font-size: 8pt;
	width: 450px;
	display: block;
	overflow: hidden;
}

.legende
{
	color: white;
	font-size: 8pt;
	background-color: #849DCF;
	text-align: center;
	padding: 1px;
	width: 300px;
}

.MarginTop { margin-top: 50px; }
.MarginLeft { margin-left: 10px; }

.image
{
	/*
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
*/
	padding: 2px;
	border: none;
}

.imageleft
{
	padding-right: 5px;
	float: left;
}
.imageactu
{
	margin-right: 3px;
	padding-bottom: 2px;
	float: left;
	width: 100px;
	height: 64px;
	background-color: #92A7D3;
	text-align: center;
	border: 1px #92A7D3 solid;
}
.image300
{
	max-width: 300px;
	height: auto;
}

.Justified { text-align: justify; }
.texteactu
{
	margin-right: 5px;
	float: left;
	width: 160px;
	height: 64px;
	font-size: 8pt;
}
div.texteactu h3
{
	font-size: 8pt;
	padding: 0;
}
.textepetit
{
	font-size: 8pt;
}

.bulletBR
{
	right: 0;
	bottom: 0;
}

.path { font-size: 8pt; }
.BreakPage { page-break-before: always; }

/* ---------- Microformats */
.vcard
{
	color: #3E84C9;
	font-size: 8pt;
	margin: 0;
	/*margin: 15px 5px 5px 5px;*/
	/*background-color: #1E4A9B;*/
	text-align: center;
	padding: 30px 3px 3px 3px;
}

.vcard a
{
	color: #3E84C9;
	text-decoration: none;
	font-weight: bold;
}

.vcard .fn
{
	text-transform: uppercase;
}

