﻿@charset "UTF-8";

/* Définitions générales */

body {
	background-color:white;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	text-align:left;
}



/* attributs */

.titre {
	font-size: 10pt;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}
.bleu {
	color: blue;
}
.orange {
	color: orange;
}
.rouge {
	color: red;
}
.azur {
	color: teal;
}
.marine {
	color: navy;
}

.bandeau-titre {
	width:100%;
	background-image:url(/images/bandeau-top-lmdi.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100px;
	z-index:0;
	text-align:center;
	width:1024px;
	margin:0 auto;
}
.content {
	width:100%;
	position:relative;
	text-align:center;
	top:150px;
}
.menu-principal {
	height:100px;
	position:relative;
	text-align:left;
	width:1024px;
	top:150px;
	z-index:1;
}
.pointer {
	cursor: pointer;
	margin: 0px 0px 0px 0px;
}

table.accueil {
	border-width: 1px;
	border-color: orange;
	border-style : solid;
	margin:0 auto;
	padding:5px;
}

:hover.cont {
	background-color:#EEEEEE;
}

td.vertical {
	background-image:url(/images/pixel_gris.gif);
	background-repeat:repeat-y;
}


.message {
	color:red;
	font-weight:bold;
}

#liste_no_info td {
	font-size:7pt;
}
#liste_no_info th {
	font-size:7pt;
}

hr.produits {
	margin-bottom:2px;
	margin-top:2px;
	width:100%;
	color:black;
}

/* Paragraphe */

p {
	margin: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px; 
}

/* Liens */

a {
	color: #000000;
}

/* Menu */
a.bt-orange {
	font-weight:bold;
	vertical-align:bottom;
	font-size:8pt;
	top:10px;
	top:50%;
}
a:link.bt-orange {
	text-decoration: none;
	top:10px;
}
a:visited.bt-orange {
	text-decoration: none;
}
a:hover.bt-orange {
	/* text-decoration: underline; */
}

div 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.bt-nav {
	text-align:center;
	font-weight:bold;
	vertical-align:bottom;
	height:20px;
	top:10px;
	padding-top:5px;
	float:left;
	margin-right:3px;
	margin-left:3px;
}
#col_left div.bt-menu {
	margin:0 auto;
}
div.bt-menu {
	text-align:center;
	font-weight:bold;
	vertical-align:bottom;
	height:20px;
	top:10px;
	padding-top:5px;
}
div.bt-menu-no {
	width:60px;
	height:40px;
	padding:15px 10px 25px;
	background-image:url(/images/bg-bt-menu-orange-no.gif);
}
div.bt-menu-lg {
	width:156px;
	background-image:url(/images/bg-bt-menu-orange.gif);
}
div.bt-menu-lt {
	width:114px;
	background-image:url(/images/bg-bt-menu-orange-lt.gif);
}
div.bt-menu-blanc-lt {
	width:114px;
	background-image:url(/images/bg-bt-menu-blanc.gif);
}
div.bt-menu-beige-lt {
	width:114px;
	background-image:url(/images/bg-bt-menu-beige.gif);
}
div.bt-menu-azur-lt {
	width:114px;
	background-image:url(/images/bg-bt-menu-azur.gif);
}
div.bt-menu-bleu-lt {
	width:114px;
	background-image:url(/images/bg-bt-menu-bleu.gif);
}
div.bt-menu-bleu-lg {
	width:156px;
	background-image:url(/images/bg-bt-menu-bleu-lg.gif);
}
div.bt-menu-marine-xlg {
	width:233px;
	background-image:url(/images/bg-bt-menu-marine-xlg.gif);
}
div.bt-menu-rouge-lt {
	width:114px;
	background-image:url(/images/bg-bt-menu-rouge.gif);
}
/*
div.bt-orange-lg:hover {
	background-image:url(/images/bg-bt-menu-orange-over.gif);
}
div.bt-orange-lt:hover {
	background-image:url(/images/bg-bt-menu-orange-lt-over.gif);
}
*/

table.bt-menu {
	width:100%;
	margin-top:2px;
}
td.bt-menu {
	background-color:transparent;
	text-align:center;
}

/* contener */
.cont {
	margin:4px;
}


hr {
	clear: both;
	border: 0;
	border-bottom: 1px solid;
	height: 1px;
	margin: 0px;
}



/* Formulaires standards */

TEXTAREA {
	color: #1D5591;
	font-size:12px;
	font-family: Verdana;
	border: 1px solid #1D5591;
}
INPUT {
	color: #000000;
	font-size:12px;
	font-family: Verdana;
	border: 1px solid #1D5591;
}
SELECT {
	color:#1D5591;
	font-size:12px;
	font-family: Verdana;
	border: 1px solid #1D5591;
}

/* Formulaires spéciaux */

SELECT.index {
	font-size:9px;
}
