* {margin: 0; padding: 0;}
#conteneur {
	width: 1000px;
	border: solid 1px #000000;
}
body {
	margin: 0px;
	background-image: url(images/fond-dore.png);
}
#banniere {
	background-color: #669ACC;
	background-image: url(images/fond-banniere.png);

}

#menu {
	padding: 5px;
	background-image: url(images/bouteille-fantome.png);
	background-repeat: no-repeat;

}
#menu ul{
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	
}
#menu li {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFCC00;
	border-bottom-color: #CC9900;
	border-left-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}
#menu a:link {
	display: block;
	text-decoration: none;
	width: 135px;
	font-weight: bold;
}
#menu a:visited {
	width: 135px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #ffffff;
}
#adresse {
	text-align: right;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006600;
}
#principal {
	margin-left: 170px;
	padding: 5px;
	border: none;
}


.alignegauche {
	float: left;
	margin-right: 10px;
}
.gauche {
	margin-right: 10px;
	float: left;
}
.droite {
	margin: 10px;
	padding: 2px;
	float: right;
}
a:hover {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #009900;
}
.cadre {
	border: 1px dotted #990000;
	margin-left:10px;
	padding: 5px;
}

.intitule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #009900;
	color: #FFFFFF;
}
.saisie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFFFCC;
}
.champagne {
	clear: both;
	margin-bottom: 20px;

}
.libelle {
	color: #666666;
	text-align: right;
}
hr {
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;

}
.espace {
	clear: both;
}

#gamme {
	position: absolute;
	width: 400px;
	left: 60px;
	top: 380px;
	text-align: justify;
}
#assemblage {
	position: absolute;
	width: 400px;
	left: 540px;
	top: 380px;
	text-align: justify;
}
.nota {
	text-align: center;
	font-size:7pt;
}
.notabas {
	margin-top: 200px;
	text-align: center;
	font-size:7pt;
}
.erreurs {
	padding: 2px;
	border: solid 1px red;
	background-color:#FFFF00;
}