/******************************************************
	Apparence générale 
******************************************************/

body { 
	margin: 0; 
	font-family: Arial, Verdana; 
	font-size: 10pt; 
	color: #000; 
	background-image: url('../../images/png/body-background.png');
	background-repeat: repeat-x;
	background-color: #7b0b17;
}

h1 { margin: 0; font-size: 20px; font-weight: lighter; padding: 5px; color: #fff; background-color: #525252; }
h2 { margin: 0; font-size: 18px; font-weight: lighter; margin: 10px; margin-top: 20px; padding-left: 20px; color: #525252; border-bottom: 1px dashed #525252; }
h3 { margin: 0; font-size: 16px; padding: 10px; color: #0072b4; }
p { margin: 0; padding: 0px 	10px 10px 10px; padding-bottom: 10px; text-align: justify; }
p a img { text-align: center; border: none; }
ul { margin: 0; padding-bottom: 10px; list-style-image: url('../../images/png/puce.png');}
a { color: #0072b4; }
a:hover { color: #0093d3; }
strong { font-weight: normal; }
span.miseenvaleur { font-weight: bold; }

div#entete { width: 750px; height: 200px; margin: auto; }
div#entete a  img { border: none; }

div#menu { width: 750px; margin: auto; overflow: hidden; text-align: center; color: #fff; margin-top: 10px; }
div#menu span { display: block; float: left; width: 150px; height: 22px; padding-top: 3px; color: #fff; font-weight: bold; }
div#menu a { display: block; float: left; width: 150px; height: 22px; padding-top: 3px; color: #ccc; text-decoration: none; font-weight: bold; }
div#menu span.menu-gauche { background-image: url('../../images/png/menu-gauche.png'); }
div#menu span.menu-centre { background-image: url('../../images/png/menu-centre.png'); }
div#menu span.menu-droite { background-image: url('../../images/png/menu-droite.png'); }
div#menu a.menu-gauche { background-image: url('../../images/png/menu-gauche.png'); }
div#menu a.menu-centre { background-image: url('../../images/png/menu-centre.png'); }
div#menu a.menu-droite { background-image: url('../../images/png/menu-droite.png'); }
div#menu a:hover { color: #FFFFFF; }

div#corps { width: 748px; margin: auto; background-color: #fff; border-left: 1px solid #1d1d1d; border-right: 1px solid #1d1d1d; }

div#pied { width: 750px; height: 22px; margin: auto; margin-bottom: 10px;  text-align: center; color: #ccc; padding-top: 3px; background-image: url('../../images/png/foot-background.png'); }
div#pied a{ color: #ccc; }
div#pied a:hover{ color: #fff;}

a.lien-boutique-aswo img { display: block; border: none; width: 250px; height: 25px; margin-left: 30px; }
div.illustration-fin-page { text-align: right; }
/******************************************************
	Formulaires
******************************************************/

div.corps-droite { float: left; width: 350px; margin-left: 10px; }
div.corps-gauche { float: left; width: 270px; margin-right: 10px; }

form#contact {
	width: 720px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
form#contact label{ display: block; width: 140px; text-align: left; margin-right: 10px; }
form#contact input{ width: 200px; margin-bottom: 5px; }
form#contact input#ville { width: 145px; }
form#contact input#codepostal { width: 45px; }
form#contact input#sujet { width: 340px; }
form#contact input#envoyer { width: 75px; height: 25px; margin-top: 5px; margin-left: 240px; }
form#contact textarea#message { width: 340px; }
form#contact textarea{ display: block; width: 200px; height: 100px; }

p.erreur { font-weight: bold; color: #c41100; }
p.confirmation { font-weight: bold; color: #3e7700; }

div.spacer { clear: both; }

/******************************************************
	Listing pièces détachées
******************************************************/

div.bloc-article { padding: 5px; margin: 5px; width: 227px; float: left; text-align:center; border: 1px solid #ccc; }
div.bloc-article table { text-align: left;}
div.bloc-article table td.libelle { color: #262626; }

