html {
	margin: 0;
	padding: 0;
	
}

body {
	margin:0px;
	padding: 0px;
	
	background-color:#EFDFB9;
	/*background-image:url(../images/charte/fond.gif);
	background-repeat:repeat-x;*/
	
	background-image:url(../images/charte/fond_main.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}

a {
	text-decoration : none;
	font-weight:bold;
	color:#CC3333;
}

a:hover {
	text-decoration : underline;
}


#fond {
	/*position:absolute;
	bottom:0px;
	z-index:1;
	background-image:url(../images/charte/fond_main.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border-left:solid #AAAAAA 1px;
	border-right:solid #AAAAAA 1px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;*/
}

img {
	border:0px;
}

/* ---------------- */
/* ---- Global ---- */
/* ---------------- */
#global {
	z-index:10;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	/*background-color:#EFF6F9;
	border-left:solid #AAAAAA 1px;
	border-right:solid #AAAAAA 1px;*/
}

/* ---------------- */
/* ---- Entete ---- */
/* ---------------- */
#header {
	background-color:#FFFFFF;
	background-image:url(../images/charte/header.gif);
	height:156px;
}

/* -------------- */
/* ---- Menu ---- */
/* -------------- */
#menu {
	background-color:#FFFFFF;
	background-image:url(../images/charte/fond_menu.gif);
	height:54px;
	padding:0px;
}

#menu img, #menu a {
	margin:0px;
	padding:0px;
	border:none 0px;
}

/* -------------- */
/* ---- Main ---- */
/* -------------- */
#main {
	/*background-image:url(../images/charte/fond_main.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
	padding:10px 25px 30px 25px;
	height:100%;
}

#main h1{
	color:#BB3333;
	font-size:17px;
	margin:5px 0px;
}

#main h2{
	color:#333333;
	font-size:14px;
	margin:0px;
	font-weight:normal;
	font-style:italic;
}

#main p{
	text-align:justify;
}

/* ----------------- */
/* ---- Accueil ---- */
/* ----------------- */
#accueil {

}

#accueil #images {	
	float:right;
	text-align:center;
}

#accueil img{
	margin-left:30px;
	margin-bottom:10px;
	padding:5px;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
}

/* ----------------- */
/* ---- Contact ---- */
/* ----------------- */
#contact p {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

/* ----------------- */
/* ---- Produit ---- */
/* ----------------- */
#produit {
	
}

#prodGauche {
	float:left;
	
}

#prodDroite {
	margin-left:185px;
}

#miniProd {
	clear:both;
	margin-top:40px;
	padding:15px 0px;
	width:100%;
	background-color:#F7FBFC;
	border:#AAAAAA dotted 1px;
}

#miniProd table{
	margin-left:auto;
	margin-right:auto;
}

#miniProd td{
	padding : 0px 30px;
}

#miniProd img{
	border: #BBBBBB 1px solid;
}


/* ---------------------- */
/* ----- Catalogue ----- */
/* ---------------------- */
#catalogue table {
	margin:10px auto 30px auto;
	width:600px;
}

#catalogue td {
	padding:0px 20px;
	width:50%;
	text-align:center;
}

#catalogue h2 {
	text-align:center;
	color:#BB3333;
	font-weight:bold;
	font-size:15px;
	margin:5px 0px;
}

#catalogue h3 {
	text-align:center;
	color:#333333;
	font-size:13px;
	margin:0px;
	font-weight:normal;
	font-style:italic;
	font-weight:bold;
}

/* ------------------ */
/* ----- Panier ----- */
/* ------------------ */

#panier a {
	color:#990033;
	text-decoration:none;
}

#panier a:hover {
	color:#990033;
	text-decoration:underline;
}

#panier table {
	position : relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:600px;
	border-right:dashed 1px #AAAAAA;
	border-collapse:collapse;
}

#panier td {
	border-left:dashed 1px #AAAAAA;
	border-bottom:solid 1px #DDDDDD;
	padding: 3px 6px;
	text-align:center;
}

#panier th {
	background-color:#FFFFFF;
	border-right:dashed 1px #AAAAAA;
	border-left:dashed 1px #AAAAAA;
	border-bottom:solid 1px #555555;
	border-top:solid 1px #555555;
	padding: 3px 6px;
}

#panier .listProd {
	background-color:#FFFFFF;
	text-align:left;
}

#panier .basgauche {
	border-top:solid 1px #555555;
	border-bottom:none;
	text-align:right;
}

#panier .bas {
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border-top:solid 1px #555555;
}

#panier .titre {
	color:#CC0000;
	font-weight:bold;
}

#panier .ref {
	font-style:italic;
	color:#666666;
}

#carte {
	font-size:17px;
	text-align:center;
	width:200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#carte img{
	border:0px;
	margin-top:5px;
}

#carte a:hover{
	text-decoration:none;
}

#coordonnees {
	margin-top:20px;
}

.conteneurtd {
	width:50%;
	vertical-align:top;
	padding:0px 20px;
}