body {
 margin: 0px;
}
h1 {
 color: #3366CC;
 margin-left: 40px;
 margin-right: 40px;
}
h2, h3 {
 color: #3366CC;
}
h3 {
 margin: 0px;
}
em {
 color: #3366CC;
	font-style: normal;
	font-weight: bold;
}
p {
 margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
}

legend {
 font-weight: bold;
 color: #3366CC;
}
fieldset {
	border: 1px solid #000000;
	padding: 10px; 
	margin-bottom: 20px;
}
input, textarea {
	margin: 0px;
	padding: 2px;
	border: 1px solid #000000;
}
img {
	border: 1px solid #E9E9E9;
}
a {
	color: #3366CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.vendu {
 text-decoration: line-through;
	color: #FF0000;
}
.bleu {
	color: #3366CC;
}
.rouge {
	color: #FF0000;
}
.grisClair {
 color: #999999;
}
.grisFonce {
 color: #666666;
}
.aGauche {
	float: left;
}
.aDroite {
	text-align: right;
}
.tableau {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-left-color: #3366CC;
}
.colonne, .cellule {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
}
.ligne:hover {
	background-color: #E9E9E9;
}
.fiche {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366CC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.colonne {
	background-color: #E9E9E9;
}
ul {
 padding: 0px;
	margin: 0px;
}
li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
.blocTitre {
 color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #3366CC;
	margin: 0px;
	padding: 5px;
}
.categorieOn {
	background-color: #FFFFFF;
}
.categorieOff {
	background-color: #E9E9E9;
}
.categorieOff:hover {
	background-color: #FFFFFF;
}
.bouton {
	color: #FFFFFF;
	background-color: #3366CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	font-weight: bold;
}

#banniere {
 color: #3366CC;
	paddin-left: 40px;
	height: 80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../medias/habillage/fond.jpg);
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 80px;
}
#entete {
 padding: 4px;
}
#blocs {
	width: 242px;
	float: right;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 40px;
}
#bloc {
	width: 242px;
	margin-bottom: 20px;
	background-color: #E9E9E9;
	border: 1px solid #3366CC;
}
#contenu {
 margin-left: 40px;
	margin-right: 320px;
}
#outils {
 margin-bottom: 40px;
}
#photo {
	float: left;
	text-align: center;
}
#pagination {
	text-align: center;
	margin-top: 10px;
	clear: left;
}
#piedDePage {
	text-align: center;
	margin-top: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
}
