/* CSS Document */
@page {
  size: auto;   /* auto est la valeur initiale */
  margin: 1%;
  orphans:8;windows: 8;
}

#bandeau_haut, #gauche, #gauche2, #actu, #actu2, .fond_menu_bas, #bandeau_bas, #infos, .bouton, #up, #droite
{display:none;}
#formulaire {width:17cm;}

#integration {
	width:17cm;
	float: none;
	margin-top:0px;
	height: 18cm;
	padding:0px;
	
	
}

body {
	background-color: #ffffff;
	margin:0;}
h2 { letter-spacing: 1px;
	font-size: 14px;
	text-align:center;
	color:#F5C229;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 0px;
	padding-right: 0px;
	padding-top: 0px;}

#tableau_tarif { /* on créé la bordure, la couleur de fond du tableau*/
	border:1px solid #503C61;
	border-collapse:collapse;
}
#tableau_tarif td {
	height:36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#tableau_tarif th {
	background:#F5C229;
	color:#523C62;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#tableau_tarif tr.ligne td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #503C61;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #503C61;
}
td.appellations {
	font-family: "Trebuchet MS", "Comic Sans MS", Impact;
	font-style: normal;
	font-weight: bold;
	color: #CD9C0A;
	padding: 10px;
}