body {
/*	background-color:#004E82;*/
	background-image: url(../images/fond_trait2.gif);
	background-repeat:repeat;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0x;
	margin-top: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#table_principale {
	padding:0px;
	margin:0px;
/*	border: 5px solid #FFFFFF;*/
	background-color: #FFFFFF;
}

#table_menu {
	background-color: #000000;
/*	background-image: url(../images/degrade_bleu2.jpg); */
	background-repeat: repeat-y;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 20px;
}

#table_menu_droit {
/*	background-image: url(../images/right.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
	width: 100%;
	height: 100%;
	border-left-color: #A9A9A9;
	border-left-style: dotted;
	border-left-width: 1px;
}

#table_contenu {
	background-image: url(../images/degrade_orange2.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
TD.table_contenu_entete {
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

TD.table_contenu {
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	text-align:center;
}

.table_texte {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:justify;
	width:92%;
	margin-left:10px;
}

h1.table_contenu {
	font-size: 14px;	
}

h2.titre_produit {
	font-size: 12px;
	color:#E6A500;	
}

#table_bas {
	width: 100%;	
	height: 30px;
	background-color:#333333;
/*	background-image: url(../images/degrade_orange.jpg);*/
	background-repeat: repeat-x;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
}

td.table_principale {
	background-image:url(../images/bottom_entree.jpg)
}

a.table_bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a:hover.table_bas  {
	text-decoration: underline;
}

.table_product {
/*
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
*/	
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul.menu_gauche {
	list-style-position:outside;
	list-style-type: square;
	color: #FFD700;
	vertical-align:middle;
}

.menu_gauche li{
	margin:5px 0px 5px 0px;
}

a.menu_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
/*	color: #FFD700;	*/
	text-decoration: none;
}

a:hover.menu_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF7F50;
	text-decoration: none;
}

a:active.menu_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF7F50;
	text-decoration: none;	
}

a.lien_interne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover.lien_interne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.lien_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8282FF;
	text-decoration: none;
}

a:hover.lien_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8282FF;
	text-decoration: underline;
}

a.menu_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menu_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
}

.boite_formulaire {
	border-color:#F1B300;
	border-style:solid;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bouton_formulaire {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	background-color:#F1B300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100px;
}