/* Clos St-Ignace - Style Sheet */


/* styles généraux */

body 
{
	margin: 0px auto;
	background: white;
}


/* styles de texte */

#texte_titre1_gros
{
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: rgb(102,20,41);
}

#texte_titre1_rouge
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: rgb(102,20,41);
}

#texte_titre2_gros
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: black;
}

#texte_titre3_gros
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: black;
}

#texte_titre1_petit
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: black;
}

#texte_titre2_petit
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: black;
}
#texte_general_p10
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	color: black;
}

#petit_texte_general_p15
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
	color: black;
}

#texte_general_p15
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	color: black;
}


#texte_general_p15_alinea
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	color: black;
}

#texte_general_p15_citation
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 25px;
	padding-bottom: 3px;
	color: black;
}

/* zones d'affichage */

#signet_haut
{
    	position: absolute;
	top: 0px;
	left:0px;
    	width: 150px;
	height: 250px;
	background: black;
	z-index:2;
}

#signet_bas
{
    	position: absolute;
	top: 250px;
	left:0px;
    	width: 150px;
	height: 375px;
	background: black;
	z-index:2;
}

#zone_haut1
{
    	position: absolute;
	top: 0px;
	left:150px;
	width: 825px;
	height: 50px;
	/*background: rgb(200,200,200);*/
	background: white;
	z-index:1;
}

#zone_haut2
{
    	position: absolute;
	top: 50px;
	left:150px;
	width: 850px;
	height: 150px;
 	background: rgb(102,20,41);
	z-index:1;
}

#zone_aligner_gauche
{
	text-align: left;
}

#zone_aligner_centre
{
	text-align: center;
}

#zone_aligner_droite
{
	text-align: right;
}

#zone_chemins_campagne
{
	position:absolute;
	left:55px;
}

#image_globale 
{
	position:absolute;
	top: 62px;
	left:100px;
    	width: 375px;
	height: 125px;
	overflow: hidden;
	z-index:3;
}


#image_panier
{
	position:absolute;
	top: 20px;
	left:883px;
    width: 92px;
	height: 25px;
	background: white;
	z-index:1;
}

#image_signature
{
	position:absolute;
	top: 75px;
	left:597px;
    width: 378px;
	height: 100px;
	overflow: hidden;
	z-index:3;
}


#image_hyperlien img
{
	border: 0;
}

#image_hyperlien_centre img
{
	position:absolute;
	left:55px;
	border: 0;
}

/* menus principaux */

#menu1 a 
{ 
	border-top: 10px solid white;
	margin-left: 15px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:6px;
	float: left;
	width: 129px;
	height: 25px;
	padding-top: 0px;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: black;
	background: white;
}

#menu2 a 
{ 
	border-top: 18px solid rgb(102,20,41);
	margin-left: 15px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float: left;
	width: 135px;
	height: 32px;
	padding-top: 0px;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: rgb(102,20,41);
}

#menu1 a:hover 
{ 
	border-top: 10px solid black;
	background: black;
	font-weight: bold;
	color: white;
}

#menu2 a:hover 
{ 
	border-top: 18px solid black;
	background: black;
	font-weight: bold;
	color: white;
}


/* menus deuxième niveau */

#zone_menu_second
{
    	position: absolute;
	top: 250px;
	left: 750px;
	width: 123px;
	height: 71px; 
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
	z-index: 2;
}

#zone_menu_second_commande
{
    position: absolute;
	top: 250px;
	left: 835px;
	width: 140px;
	height: 51px; 
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
	z-index: 2;
}

#zone_menu_second_f
{
    	position: absolute;
	top: 250px;
	left: 750px;
	width: 123px;
	height: 51px; 
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
	z-index: 2;
}


#menu3 a
{ 
	border-top: 2px solid white;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float: left;
	width: 113px;
	height: 18px;
	padding-top: 0px;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: black;
	background: white;
}

#menu3_commande a
{ 
	border-top: 2px solid white;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float: left;
	width: 130px;
	height: 18px;
	padding-top: 0px;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: black;
	background: white;
}

#menu4_rouge a
{ 
	border-top: 10px solid rgb(102,20,41);
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float: left;
	width: 123px;
	height: 21px;
	padding-top: 0px;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: rgb(102,20,41);
}

#menu4_rouge_commande a
{ 
	border-top: 10px solid rgb(102,20,41);
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float: left;
	width: 140px;
	height: 21px;
	padding-top: 0px;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: rgb(102,20,41);
}

#menu4_blanc a
{ 
	border-top: 10px solid rgb(160,145,0);
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float: left;
	width: 123px;
	height: 21px;
	padding-top: 0px;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: rgb(160,145,0);
}


#menu3 a:hover 
{ 
	border-top: 2px solid black;
	background: black;
	font-weight: bold;
	color: white;
}

#menu3_commande a:hover
{ 
	border-top: 2px solid black;
	background: black;
	font-weight: bold;
	color: white;
}

#menu4_blanc a:hover 
{ 
	border-top: 10px solid black;
	background: black;
	font-weight: bold;
	color: white;
}

#menu4_rouge a:hover 
{ 
	border-top: 10px solid black;
	background: black;
	font-weight: bold;
	color: white;
}

#menu4_rouge_commande a:hover 
{ 
	border-top: 10px solid black;
	background: black;
	font-weight: bold;
	color: white;
}


#zone_contenu
{
    	position: absolute;
	top: 200px;
	left:150px;
	width: 825px;
	height: 400px; 
	/*background: rgb(200,200,200);*/
	background: white;
	z-index:1;
}


#boite_texte
{
    position: absolute;
	top: 225px;
	left:175px;
	width: 571px;
	height: 346px; 
	border: 2px solid black;
	background-color: white;
	text-align: left;
	z-index:2;
}

#boite_texte_commande
{
    position: absolute;
	top: 225px;
	left:175px;
	width: 656px;
	height: 371px; 
	border: 2px solid black;
	background-color: white;
	z-index:2;
}

#entete_tableau th
{
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: rgb(102,20,41);
}

#zone_tableau_consentement
{
    position: absolute;
	top: 10px;
	left: 10px;
	height: 125px;
	width: 515px;
	background: rgb(234,234,234);
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: black;
	overflow: scroll;
	z-index:2;
}

#zone_tableau_consentement_haut
{
    position: absolute;
	top: 10px;
	left: 10px;
	width: 515px;
	height: 300px;
	background: rgb(234,234,234);
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: black;
	overflow: scroll;
	z-index:2;
}

#zone_FAQ
{
    position: absolute;
	top: 40px;
	left: 10px;
	width: 625px;
	height: 310px;
	background: rgb(234,234,234);
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: black;
	overflow: scroll;
	z-index:2;
}

#zone_message_consentement
{
    position: absolute;
	top: 310px;
	left: 10px;
	width: 515px;
	background: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	z-index:2;
}

#zone_tableau_panier
{
    position: absolute;
	top: 10px;
	left: 545px;
	height: 110px;
	width: 90px;
	background: white;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: black;
	z-index:2;
}

#zone_tableau_commande
{
    position: absolute;
	top: 140px;
	left: 10px;
	width: 625px;
	background: white;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	color: black;
	z-index:2;
}

#boite_image_saisons
{
    	float: left;
	width: 150px;
	height: 150px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	z-index:3;
}

#boite_texte_saisons
{
	position:absolute;
	top: 300px;
	left: 800px;
    	width: 171px;
	height: 296px;
	border: 2px solid black;
	background-color: white;
	text-align: left;
	z-index:2;
}

#boite_texte_coordonnees
{
	position:absolute;
	top: 350px;
	left: 775px;
    	width: 196px;
	height: 286px;
	border: 2px solid black;
	background-color: white;
	text-align: left;
	z-index:2;
}

#boite_texte_horaire
{
    	position: absolute;
	top: 250px;
	left: 775px;
	width: 223px;
	height: 125px; 
	border: 2px solid black;
	background-color: white;
	text-align: left;
	z-index: 2;
}

#boite_image_sous_texte
{
	position:absolute;
	top: 350px;
	left:725px;
    	width: 250px;
	height: 250px;
	overflow: hidden;
	z-index:1;
}

#boite_image_sous_coordonnees
{
	position:absolute;
	top: 250px;
	left:725px;
    	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index:1;
}

#boite_image_etiquette
{
	position:absolute;
	top: 240px;
	left:497px;
    	width: 238px;
	height: 320px;
	border: 1px solid black;
	overflow: hidden;
	z-index:2;
}


#boite_image_etiquette_f
{
	position:absolute;
	top: 240px;
	left:507px;
    	width: 228px;
	height: 320px;
	border: 1px solid black;
	overflow: hidden;
	z-index:2;
}

#boite_image_etiquette_c
{
	position:absolute;
	top: 240px;
	left:517px;
    	width: 218px;
	height: 320px;
	border: 1px solid black;
	overflow: hidden;
	z-index:2;
}

#boite_image_carte
{
	position:absolute;
	top: 240px;
	left:550px;
    	width: 185px;
	height: 320px;
	border: 1px solid black;
	overflow: hidden;
	z-index:2;
}

#boite_image_paypal
{
	position:absolute;
	top: 350px;
	left:835px;
    width: 140px;
	height: 150px;
	border: none;
	overflow: hidden;
	text-align: center;
	z-index:2;
}

#zone_tableau_etiquette
{
	width: 315px;
	background: white;
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	vertical-align: middle;
	color: black;
	z-index:2;
}

#zone_tableau_fortifie
{
	width: 325px;
	background: white;
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	vertical-align: middle;
	color: black;
	z-index:2;
}

#zone_tableau_etiquette_cidre
{
	width: 335px;
	background: white;
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	vertical-align: middle;
	color: black;
	z-index:2;
}


#zone_texte_coordonnees
{
	width: 375px;
	background: white;
	z-index:2;
}
