/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
/* ---------- Balises HTML */
body
{
	margin: 0;
	background-color: white;
	background-image: url(picts/css/fond_pages.jpg);
	background-repeat: no-repeat;
}

body.home
{
	background-image: url(picts/css/fond_accueil.jpg);
	background-repeat: no-repeat;
}

body, td
{
	font-size: 9pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a
{
	color: #003f8f;
	text-decoration: none;
}

/*
a.fondbleu
{
	color: white;
	text-decoration: none;
}
*/

a:hover { color: #ef3b33; }

a.bleuclair
{
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	color: #BFCFE3;
}

a.bleuclairsmall
{
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	color: #BFCFE3;
}

h1
{
	color: black;
	font-weight: bold;
	font-size: 13pt;
	/*background: url(picts/css/fond_titre.gif) no-repeat 0 0px;*/
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 3px 3px 4px;
	margin: 20px 0 15px 0;
	background-color: #FAFAFA;
	/*border-top: 2px #C0C0C0 solid;*/
	line-height: 30px;
	text-align: left;
}

h1.nosep
{
	border: none;
	margin: 0 0 15px 0;
}

h2
{
	color: black;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	/*padding-left: 30px;*/
	/*border-top: 1px #C0C0C0 solid;*/
/*
	margin-top: 20px;
	margin-bottom: 12px;
*/
	margin-top: 26px;
	margin-bottom: 16px;
}

/* -- Page entreprise.asp : */
h2.small
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(picts/css/dble_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 3px 3px 15px;
	margin: 0;
}

/* -- Page produits.asp : */
h2.produit
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1pt solid #000;
}

h3
{
	color: #003f8f;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
}

h4
{
	color: #003f8f;
	font-size: 10pt;
	font-weight: bold;
}

h6
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1pt solid #000;
}

hr
{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

li
{
	margin: 0 0 10px 15px;
	font-size: 9pt;
	text-align: justify;
	list-style-image: url(picts/css/Logo_Kalori_16x16.png);
	padding: 0 0 0 5px;
}

p { margin: 0 0 8px 0; }

/* ---------- Classes du site */
.legende
{
	font-size: 7pt;
	text-align: left;
}
.temoignage
{
	font-size: 8pt;
	text-align: left;
	margin-top: 20px;
}
.temoignage img
{
	float: right;
	position: relative;
	top: -20px;
}

.images
{
	border-style: solid;
	border-width: 1px;
	border-color: #00BCFF #172383 #172383 #00BCFF;
}

.MarginTop { margin-top: 50px; }
.MarginLeft { margin-left: 10px; }

.piedfond
{
	background-image: url(picts/css/Fond_pied.jpg);
	background-repeat: no-repeat;
	height: 172px;
	background-color: #960E1A;
}

.textestdblanc { color: #fff; }
.textestd9 { font-size: 9pt; }

/* -- Pour zone adresse :*/
.textepetit
{
	color: white;
	font-size: 9px;
	line-height: 14px;
}

.textejust { text-align: justify; }

/* ---------- Menus */
#MainBarL1
{
	/* CSS 3 */
	opacity: 0.9;
}

.menu1std
{
	color: white;
	font-size: 14px;
	text-decoration: none;
	background-color: #003f8f;
	width: auto;
	padding: 1px 4px 0 4px;
	border-top: medium white none;
	border-right: 1px white dotted;
	border-bottom: 1px white solid;
	border-left: medium white none;
	margin: 0;
}

.menu1over
{
	color: white;
	font-size: 14px;
	text-decoration: none;
	background-color: #B2B2B2;
	width: auto;
	padding: 1px 4px 0 4px;
	border-style: none none solid;
	border-width: medium medium 1px;
	border-color: white;
	margin: 0;
}

.menusN2 { background-color: #FFD479; }

.menu2std
{
	color: white;
	font-size: 12px;
	text-decoration: none;
	background-color: #003f8f;
	background-repeat: no-repeat;
	/*text-transform: lowercase;*/
	padding-left: 5px;
	padding-top: 5px;
	border: none;
	height: 17px;
	vertical-align: middle;
	/* CSS 3 */
	opacity : 0.9;
	/* Via ActiveX pour IE, pas CSS 3 */
	/*filter:alpha(opacity=90);*/
}
.menu2std:first-letter { text-transform: uppercase; }
.menu2over
{
	color: white;
	font-size: 12px;
	text-decoration: none;
	background-color: #B2B2B2;
	background-repeat: no-repeat;
	/*text-transform: lowercase;*/
	padding-left: 5px;
	padding-top: 5px;
	border: none;
	height: 17px;
	vertical-align: middle;
}
.menu2over:first-letter { text-transform: uppercase; }



/* ---------- Microformats */
.vcard
{
	color: white;
	font-size: 9px;
	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;
}
.country-name { display: none; }
