/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDCCAA;
	font-size: 11px;
	text-align: center;
	background-color: #000000;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #FFB00D;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #b79248;
	}
a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
	
#container {
	width: 924px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	bottom: 13px;
}

#header {
	background-image: url(../commun/background_Accueil.jpg);
	width: 728px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo {
	background-image: url(../commun/logo.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 196px;
	position: absolute;
	top: 0px;
	left: 0;
}


#bock {
	height: 336px;
	width: 143px;
	position: absolute;
	top: 331px;
	right: 689px;
}

#biere {

	height: 420px;
	width: 270px;
	position: absolute;
	top: 131px;
	right: -14px;
}

#promotion {
	width: 261px;
	position: absolute;
	top: 94px;
	right: -7px;
	background-image: url(../commun/promotion_02.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#TablePromotion {
	background-image: url(../commun/promotion_01.jpg);
	background-repeat: no-repeat;
	color: #000000;
}

#TablePromotion  b {
	color: #333333;
	font-weight: bold;
	background-color: #FFCC00;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF0D2;
	padding: 2px;
}


#top {
	width: 672px;
	margin-left: 196px;
}


#content {
	background-image: url(../commun/background.jpg);
	float: right;
	width: 728px;
	line-height: 16px;
	background-repeat: no-repeat;
}

#promo {
	width: 124px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

#promo a {
	text-decoration: underline;
	color: #FFFFFF;
}

#promo a:hover {
    text-decoration: underline;
	color: #6ec1d6;
}

#footer {
	width: 813px;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}


p {
	margin: 0 0 0px;
}

strong {
	color: #FF9900;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
.champs {
	color: #333333;
	background-color: #FFFFEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



.titre {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#separateur {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	display: block;
	margin-bottom: 10px;
}
