body {
	background-color: #5F6A6D;
}

.div_accueil {
	margin-left: 5px;
	margin-right: 5px;
}

.table_accueil {
	border-width: 2px;
	border-style: solid;
	border-color: #dfdfe3;
	border-collapse: collapse;
	border-width: 2px;
	width: 640px;
}

.table_accueil_min {
	border-width: 2px;
	border-style: solid;
	border-color: #dfdfe3;
	border-collapse: collapse;
	border-width: 2px;
	width: 532px;
}

.table_produit {
	text-align: left;
	border-collapse: collapse;
	border-width: 2px;
	width: 90%;
}

#tag {
	width: 100%;
	background-color: #5F6A6D;
	color: white;
}

#tag a {
	color: white;
}

#tag a :HOVER{
	color: white;
}

#footer {
	width: 100%;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat;
	background-image: url(../img/footer.jpg);
	color: white;
}

#footer a {
	text-decoration: none;
	color: white;
}

.titre_accueil a {
	margin-left: 5px;
	font-size: 20px;
	color: black;
	text-decoration: none;
}

.more a {
	font-weight: bold;
	color: gray;
	text-decoration: none;
	margin-right: 5px;
}

.more a:HOVER {
	font-weight: bold;
	color: blue;
	text-decoration: none;
	margin-right: 5px;
}

.titre_rubrique {
	margin-left: 5px;
	font-weight: bold;
	color: gray;
}

a img {
	border: none;
}

#titre_menu_gauche {
	font-size: 30px;
	padding-left: 20px;
	height: 50px;
}

#menu_gauche {
	background-image: url(../img/regle.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
}

#menu_gauche a {
	text-decoration: none;
	color: black;
	font-size: 15px;
}

#menu_gauche a:hover {
	text-decoration: none;
	color: blue;
	font-size: 15px;
}

#principale {
	background-image: url(../img/fond_centre.jpg);
	background-repeat: repeat;
}

#div_principale {
	background-color: white;
	width: 800px;
}

.table_admin {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

.td_admin {
	text-align: center;
	border-width: 0px;
	background-image: url(../img/arriere.png);
}

.indent {
	text-indent: 20px;
}

#box1 {
	position: absolute;
}

#box1 span {
	display: block;
	float: left;
}

.mask1 {
	position: relative;
	width: 150px;
	height: 115px;
	overflow: hidden;
}

#box2 {
	position: absolute;
}

#box2 span {
	display: block;
	float: left;
}

.mask2 {
	position: relative;
	width: 150px;
	height: 115px;
	overflow: hidden;
}

span img {
	display: block;
	border: none;
}

.div_contact {
	color: gray;
	font-size: 17px;
	font-weight: bold;
}