/* CSS issu des tutoriels css.alsacreations.com */
body {
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #2C2B53;
	line-height: 1.3;
}
p {
	margin: 5px 5px 0px 5px;
}
p.produit {
	margin: 0px 50px 0px 0px;
	text-align: right;
	font-weight: normal;
        font-style: italic ;
	color:#ffffff;
}
p.mini {
	text-align:center;
}
#header {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 120px;
	background-color: #2C2B53;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color:#ffffff;
}

#conteneur {
	position: relative;
	width:902px;
	margin:0 auto;
}
#centre {
	background: #9999CC ; 
	padding-top:300;
	margin-left: 150px;
	margin-right: 150px;
	border:#ffffff 1px solid;
}
#centreimg {
	height: 200px;
}
#centretxt {
	margin: 8px 8px 8px 8px;
}
#gauche {
	position: absolute;
	width: 150px;
	left:0;
	margin-top: 30px;
	color:#ffffff;
}
#droite {
	position: absolute;
	right:0;
	width: 150px;
	margin-top: 30px;
	color:#ffffff;
}
#pied {
	clear:both;
	margin-top: 5px;
	height: 30px;
	font-size: 10px;
	text-align:center;
	color:#ffffff;
}
#menugauche {
	list-style-type: none;
	margin-right: 10px;
	padding:0;
	text-align:right;
}
#menugauche li {
	margin-bottom: 5px;
}
#menugauche a {
	margin: 0 2px;
	color: #ffffff;
	text-decoration: none;
}
#menugauche a:hover {
	color: #F6CD63;
	text-decoration: underline;
}
#menudroit {
	list-style-type: none;
	margin-left: 10px;
	padding:0;
}
#menudroit li {
	margin-bottom: 5px;
}
#menudroit a {
	margin: 0 2px;
	color: #ffffff;
	text-decoration: none;
}
#menudroit a:hover {
	color: #F6CD63;
	text-decoration: underline;
}

H1 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	margin: 0; 
	padding-bottom: 4px;
}
H2 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	margin: 0; 
	padding-bottom: 4px;
}
H3 {
	padding-top: 20px;
	padding-bottom: 1px;
	padding-left: 25px;
	background-position:  0% 14px;
	background-repeat: no-repeat;
	background-image: url("puce-barbanot.gif");
	border-bottom: 1px solid #E1B744;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	margin: 0; 
}
IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto 
}
A {
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.mini {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}
A.mini:hover {
	text-decoration: underline;
}
/* Tableaux */
  TD.t1   { font-size: 13px; background: #F7BD5A; color: #800000 }  
  TD.t2   { font-size: 13px; background: #FFF3BC; color: #800000 }  
