/* 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: tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-color: #3C0400;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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: 765px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3B0401;
	bottom: 13px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

#gauche{
	background-image: url(../images/back-gauche.jpg);
	background-repeat: repeat-x;
	width: 235px;
	border: 1px solid #000000;
	background-color: #CA3809;
}

#contenu {
	background-image: url(../images/back-content.jpg);
	background-color: #B44D12;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C0100;
}


#promotion {
	width: 261px;
	position: absolute;
	top: 94px;
	right: -7px;
	background-image: url(../commun/promotion_02.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #000000;
}

#top {
	width: 765px;
}


#content {
	line-height: 18px;
	width: 765px;
}


p {
	margin: 0 0 0px;
}

strong {
	color: #FF9900;
}

b {

	color: #FFFFFF;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
.champs {
	color: #333333;
	background-color: #FBA97D;
	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 {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B0602;
}
#partager {
	background-image: url(../images/b-partager.gif);
	background-repeat: no-repeat;
	width: 235px;
	background-color: #CD3B0A;
	height: 0px;
}
.ProdPic{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;

}

.TabBlock {
	position:relative;
	top: 0px;
	left: 0px;
	width:100%;
		background-color:#F2EFE0;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#000000;
	border-bottom: 1px solid #3D2217;
	border-right: 1px solid #3D2217;
	border-left: 1px solid #3D2217;
	border-top: 1px solid #3D2217;
	}
.TabBlock td {
padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;

}
.TabBlock th {
background-color:#FFFFFF;
padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #3D2217;

}

.TabBlock caption {
background-color:#FFFFFF;
padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #3D2217;
	font-weight:bold;
}

.Titre2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-align:center;
color:#FF9421;
display:block;
width:100%;
border-bottom: 1px solid #FF9421;

}
.ProdLink {
color:#000000;
text-decoration:none;
font-weight:bold;

}
.ProdLink:hover {
color:#000000;
text-decoration:none;

}
