/********/
/* corps de page */
/********/
.body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
	padding:0px;
	margin:0px;
}
/********/
/* Menu */
/********/
#Menu{
	font-family: "Georgia", Arial, Helvetica;
	color: #ffffff;
	font-size:17px;
	font-weight: normal;
	text-decoration: none;
}
#Menu ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Menu ul li{
	padding:12px 0px 0px 0px;
}
#Menu ul li a {
	display:block;
	padding-left:20px;
	height:15px;
	cursor:pointer;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
	}
#Accueil #Menu ul li a#Accueil,
#Infos #Menu ul li a#Infos,
#Galerie #Menu ul li a#Galerie,
#Liens #Menu ul li a#Liens,
#Contact #Menu ul li a#Contact{
	text-decoration: none;
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #ffffff;
	font-weight: normal;
}
#Menu ul li a:hover{
	text-decoration: none;
	background-image:url(../images/puce2.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #999999;
	font-weight: normal;
}
/********/
/* News */
/********/
marquee{
	overflow:auto;
	display:block;
	margin:0px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	height:180px;
}
.colornews
{
	font-family: "Georgia", Arial, Helvetica;
	font-size: 12px; 
	color : #999999;
	font-weight: normal;
	text-decoration: none;
}
/********/
/* Logo Titres et textes */
/********/
.logo {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 38px;
	font-weight: normal;
	color: #ffffff;
}
.logo a:link {
	color: #0071BC;
	text-decoration: none;
}
.logo a:visited {
	color: #0071BC;
	text-decoration: none;
}
.logo a:hover {
	color: #999999;
	text-decoration: none;
}

.titre_rubrique {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.texte {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 12px; 
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.texte a:link {
	color: #0071BC ; 
	text-decoration: none; 
}
.texte a:visited {
	color: #0071BC; 
	text-decoration: none; 
}
.texte a:hover {
	color: #000000;
	text-decoration: none;
}
.titre {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 20px; 
	color: #0071BC;
	font-weight: normal;
	text-decoration: none;
}
.titre a:link {
	color: #999999 ; 
	text-decoration: none; 
}
.titre a:visited {
	color: #999999; 
	text-decoration: none; 
}
.titre a:hover {
	color: #ffffff;
	text-decoration: none;
}
.titre_boutons {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 20px; 
	color: #0071BC;
	font-weight: bold;
	text-decoration: none;
}
.titre_boutons a:link {
	color: #0071BC ; 
	text-decoration: none; 
}
.titre_boutons a:visited {
	color: #0071BC; 
	text-decoration: none; 
}
.titre_boutons a:hover {
	color: #999999;
	text-decoration: none;
}
/********/
/* footer*/
/********/
.footersmall {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #889EA9;
	text-decoration: none;
}
.footersmall a:link {
	color: #ffffff;
	text-decoration: none;
}
.footersmall a:visited {
	color: #ffffff; 
	text-decoration: none; 
}
.footersmall a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.table_achat
{
	border : 1px solid black ;
	text-align : center;
	width : 650px;
}
.table_achat th
{
   color: black;
   font-size: 1.1em;
}

.table_achat td
{
   vertical-align: middle;
   border: 1px solid black;
   text-align: center;
   padding: 5px;
}

.barre
{
   text-decoration: line-through;
}
.couleur_rouge {
	font-family: "Times New Roman", Times, serif;
	color: #993300;
}
.couleurbleuclair {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #00CCFF;
}
.BoiteFormulaire {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	height: auto;
	width: auto;
	border : 1px solid white;
}
.lien {
	color: #000000;
	text-decoration: none;
}

.lien a:link {
	color: #888888;
	text-decoration: none;
}
.lien a:visited {
	color: #998888; 
	text-decoration: none; 
}
.lien a:hover {
	color: #999999;
	border-bottom: 1px dashed #ffffff;
}
