/* STYLES */

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
/* ol,ul { list-style : none; } */

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

img {border:0;}

td {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* liens */

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #cbd300;
	text-decoration: none;
}

/* menu deroulant produits */

.titre_sous_menu {
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-style: normal;
	padding:0 5px 0 5px;
	white-space:nowrap;
}

.menu_titre {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height:1em;
}

#zone_menu a.liencour:link {
	font-weight: bold;
	color: #cbd300;
	text-decoration: none;
}

#zone_menu a.liencour:visited {
	font-weight: bold;
	color: #cbd300;
	text-decoration: none;
}


/* divers */

.mentions_legales {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.categorie {
	color:#62A4D3;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:.8em;
}

ol#plan_site ul { padding-bottom:4px;}

ol#plan_site a:link {
	color: #000;
}

ol#plan_site a:visited {
	color: #000;
}

ol#plan_site a:hover {
	color:#CBD300;
}

ol#plan_site a.sous_categorie:link {
	padding-left:10px;
}

ol#plan_site a.sous_categorie:visited {
	padding-left:10px;
}

ol#plan_site ul {
	padding-left:10px;
}

ol#plan_site a.sous_categorie:visited {
	padding-left:10px;
}

.produits {font-weight:normal; color:#000; font-size:10px;}

table.operateur td {
	padding:2px;
	border: 1px dashed #62A4D3;
}

