body {
	margin: 0px;
	font-size: 1em;
	line-height: 125%;
}
h1 {
	font-size: 2em;
	color: #3366CC;
	margin: 40px;
}
h2, h3 {
	font-size: 1.5em;
	color: #3366CC;
}
h3 {
	font-size: 1.2em;
	margin: 0px;
}
em {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

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

.bleu {
	color: #3366CC;
}
.rouge {
	color: #FF0000;
}
.grisClair {
	color: #999999;
}
.grisFonce {
	color: #666666;
}
.aGauche {
	float: left;
}
.auCentre {
	text-align: center;
}
.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;
}
.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;
}
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: 3px;
}
.blocTitre {
	font-size: 1.2em;
	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;
}

#banniere {
	color: #3366CC;
	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: 300px;
	float: right;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 40px;
}
#bloc {
	width: 300px;
	margin-bottom: 20px;
	background-color: #E9E9E9;
	border: 1px solid #3366CC;
}
#contenu {
	margin-left: 40px;
	margin-right: 360px;
}
#outils {
	margin-bottom: 40px;
}
#photo {
	float: left;
	text-align: center;
}
#pagination {
	text-align: center;
	margin-top: 10px;
	clear: left;
}
#piedDePage {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	margin-top: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}
