/* CSS Document */

body, html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fond.gif);
	background-repeat: repeat;
}

img {
	border: none;
}

select {
	width: 260px;
}

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

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

h1 {
	padding:0px;
	margin: 0px;
	font-size: 16px;
}

#container {
	margin: auto;
	padding: 0px;
	width: 980px;
	text-align: center;
}

#annonce {
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 5px;
	height: auto;
	border: 3px inset #CCC;	
	text-align: center;
}

#banniere, #commande, #connexion2, #menu_haut, #liste-recherche {
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 3px inset #CCC;	
	text-align: left;
	width: 946px;
}

#gauche {
	background-color: #FFF;
	padding: 6px;
	border: 3px inset #CCC;
	width: 180px;
	float: left;
	height: 500px;
	text-align: left;
}

#contenu {
	padding-left: 10px;
	float: left;
	width: 770px;
}

#recherche, #result, #connexion, #panier, #adresse, #progression, #liste-commande {
	background-color: #FFF;
	width: 740px;
	padding: 10px;
	border: 3px inset #CCC;	
	text-align: left;
}

#service, #aide, #contact {
	background-color: #FFF;
	width: 740px;
	height: 500px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 3px inset #CCC;	
	text-align: justify;
	overflow: auto;
}

#navigation {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

#couttrsp {
	text-align: right;
}

.bouton {
	width: 150px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/bouton.jpg);
}

.error {
	font-weight: bold;
	color: #F00;	
}

.cellule {
	width: 180px;
	background-color:#F4F470;
}

.titre {
	font-weight: bold;
	font-size: 14px;
}

.info {
	font-size: 10px;
	font-style: italic;	
}

.fait {
	font-weight: bold;
}

.encours {
	font-weight: bold;
	color: #F00;
}

.stock {
	font-weight: bold;
	color: #F00;
	font-style: italic;
}

.cellule_er{
	background-color:#FFA0A0;
}

.slogan {
	font-size: 24px;
	font-weight: bold;
}

a .amj {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none
}

.titre {
	font-size: 14px;
	font-weight: bold;
}

.regle {
	margin:5px;
	padding: 5px;
	display:none;
	text-align:justify;
}