/********************************************/
/*			Feuille de style				*/
/* 			CACTUS RESTO-BAR				*/
/* Développé par : Joël Fréchette			*/
/* Date de création : 3 mai 2006			*/
/********************************************/


/*******************************

/ PARAMÈTRES PRINCIPAUX

*******************************/
html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	background-image:url(../images/bkg/fond1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000000;

	margin: 0;
	padding: 0;
	height: 100%;
	
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #92994C;
	scrollbar-face-color: #92994C;
	scrollbar-track-color: #949B4E;
	scrollbar-shadow-color: #000000;
}

a:link , a:visited, a:active{color:#000000; text-decoration:none;}
a:hover {color:#87251E;}


h1 {
	margin:0; 
	padding:0; 
	font-size:14px; 
	font-weight:bold;
	margin:5px 0 3px 0;
	text-align:center;
}
h2 {
	margin:0; 
	padding:0; 
	font-size:11px; 
	font-weight:bold;
	color:#691D17;
	width:150px;
}
h2 a:link {color:#87251E;}
h2 a:visited {color:#87251E;}
h2 a:active{color:#87251E;}
h2 a:hover {color:#87251E; text-decoration:underline;}

p {margin:0; padding:0;}

ul { margin:0 0 0 10px; padding:0}

.site {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-206.5px;
	margin-left:-352.5px;
	background-image:url(../images/bkg/fond_contenu.jpg);
	background-repeat:no-repeat;
	/*background-color:#939A4D;*/
	width: 605px;
	height:313px;
	
	padding: 65px 50px 50px 50px;
}

.contenu, .contenu_menu {
	position:absolute;
	top:100px;
	left:50px;
}
.contenu_menu {
	top:112px;
}



/*******************************

/ MENU PRINCIPAL

*******************************/
.menu {text-align:center; text-decoration:none; font-size:12px;}

.menu a:link {color:#000000;}
.menu a:visited {color:#000000;}
.menu a:active{color:#000000;}
.menu a:hover {color:#87251E;}



/*******************************

/ INDEX

*******************************/
.nouveaute {height:200px; overflow:auto;}
.evenements {height:225px; overflow:auto; width:100%; text-align:left}




/*******************************

/ PROMOTIONS - ÉVÈNEMENTS

*******************************/
.listEvenements, .listPromotions {height:239px; overflow:auto; width:100%; text-align:left}
.evenement_description {height:82px; overflow:auto; width:auto; text-align:left; padding:0 15px 0 0;}




/*******************************

/ MENU COMPLET

*******************************/
.ssmenu {padding:0 65px 0 65px; margin:5px 0 0 0;}
.boisson {margin-left:15px; }




/*******************************

/ NOUS REJOINDRE

*******************************/
.rejoindre a:link {text-decoration:underline; color:#000000;}
.rejoindre a:visited {text-decoration:underline; color:#000000;}
.rejoindre a:active{text-decoration:underline; color:#000000;}
.rejoindre a:hover {text-decoration:underline; color:#87251E;}




/*******************************

/ GALLERIE

*******************************/
.thumbGallery {float:left; border:1px solid #000000; margin:2px;}
.gallery { width:450px; height:265px; overflow:auto;}

.concours { height:265px; overflow:auto; width:360px}




/*******************************

/ DIVERS

*******************************/
.thumb {border:2px solid #707536}
.image {border:3px solid #707536}

.rouge {color:#8A3323;}
.rougefonce {
	color:#691D17;
	font-size:11px; 
	font-weight:bold;
}

.texteDecolle {text-indent: -15px;}

.width205 {width:205px; height:175px; overflow:auto;}
.width240 {width:240px;}
.width200 {width:200px;}
.width160 {width:160px;}
.width140 {width:140px;}
.width20 {width:20px;}

.margin20 { margin-left:20px;}

.souligne { text-decoration:underline}