/* -------------------- Module TITRE --------------------> */
div#contenu h2 {
	line-height: 35px;
	font-size: 20px;
	background:  url(images/puceH2.gif) no-repeat left top;
	color: #000099;
	border: 0px none;
	text-align: left;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	vertical-align: baseline;
	white-space: normal;
	padding-left: 35px;
	bottom: 0px;
	margin-bottom: 0px;
	font-family: "Arial Narrow", Arial, Verdana;
}
/* <------------------- Module TITRE --------------------- */

/* -------------------- Module ENBREF -------------------> */
/* On évite les padding à cause de la prise en compte de
ceux-ci différement par IE et FW, en intégrant deux div
l'un dans l'autre */
div.enBrefConteneur {
	background-color: #E2FF8C;
	display: block;
	border: 1px dashed #CCCC99;
	height: auto;
	width: 480px;
	padding: 10px;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.enBrefContenu {
	display: block;
	height: auto;
	width: 460px;
	text-align: justify;
	margin: 0px;
}
/* <------------------- Module ENBREF -------------------- */

/* -------------------- Module TABLEAU ------------------> */
table.tableau {
	padding: 4px;
	margin: 4px;
}
td.ligneTitresTableau {
	font-weight: bold;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
td.ligneContenuTableau {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
/* <------------------- Module TABLEAU ------------------- */

/* -------------------- Module IMAGE --------------------> */
img.imageFloat {
	border: 4px solid #FFFFFF;
	margin: 8px;
	text-align: center;
	float: left;
	/*width: 100px;*/
	height: auto;
}
img.imageFloatSsBord {
	border: 0px solid #FFFFFF;
	margin: 0px;
	text-align: center;
	float: left;
	height: 10px;
}
img.imagePasFloat {
	border: 4px solid #FFFFFF;
	margin-top: 30px;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	/*width: 250px;*/
	height: auto;
	clear: both;
}
.legendeImage {
	display: block;
	width: 380px;
	height: auto;
	margin: 0px;
	border-top: 0px solid #666666;
	border-right: 0px solid #666666;
	border-left: 3px solid #666666;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	text-align: right;
	margin-left: 8px;
}
/* <------------------- Module IMAGE --------------------- */

/* -------------------- Module PRODUIT ------------------> */
.texteProduitConteneur {
	display: block;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.texteProduitContenu {
	background-color: #E2FF8C;
	display: block;
	height: auto;
	width: 280px;
	float: left;
	padding: 10px;
	border-top: 1px dashed #CCCC99;
	border-right: 1px dashed #CCCC99;
	border-bottom: 1px dashed #CCCC99;
	border-left: 1px none #CCCC99;
}
img.imageProduit {
	float: left;
	border: 0px;
	margin-top: 20px;
	margin-right: 0px;
}
.blocTexteProduitTitre {
	font-weight: bold;
}
/* <------------------- Module PRODUIT ------------------- */

/* -------------------- Module ARTICLE ------------------> */
div.articleConteneur {
	background-color: #FFFFFF;
	display: block;
	border: 1px dashed #CCCC99; /*Pour FW*/
	height: auto;
	width: 480px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.articleContenu {
	position: relative;
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 460px;
	text-align: justify;
	margin: 8px;
}
div.articleContenu a {
	text-align: right;
}
div.titreArticle {
	display: block;
	height: auto;
	width: auto;
	position: absolute;
	left: 10px;
	top: -20px;
	color: #AF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 3px;
}
img.imageArticle {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* <------------------- Module ARTICLE ------------------- */

/* <------------------- Module ALBUM --------------------- */
div.contenuAlbum {
	display: block;
	width: 480px;
	text-align: left;
}
div.contenuMiniaturesAlbum {
	display: block;
	width: 130px;
	float: left;
	text-align: left;
}
div.contenuPreVisuAlbum {
	display: block;
	width: auto;
	float: left;
	text-align: right;
}
img.miniaturesAlbum {
	border: 3px solid #FFFFFF;
	margin: 4px;
	text-align: center;
	float: left;
	height: auto;
}
img.miniaturesAlbumSelect {
	border: 3px solid #C7C483;
	margin: 4px;
	text-align: center;
	float: left;
	height: auto;
}
img.preVisuAlbum {
	display: block;
	border: 4px solid #FFFFFF;
	margin-left: 20px;
	border: 5px solid #C7C483;
}
div.navigAlbum {
	display: block;
	height: 60px;
	width: auto;
	text-align: center;
}
/* <------------------- Module ALBUM --------------------- */

textarea.texte {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #555753;
	height: auto;
	width: 480px;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
