
body {
	font-family : tahoma,verdana,sans-serif;
	font-size : small;
}

.clear {
	clear : both;
	overflow : hidden;
	height : 1px;
}


/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	line-height : 1.5em;
}

#contenu p {
	margin-top : 0;
}

#contenu h1 {
	margin : 0;
	margin-bottom : 1em;

	color : #80140b;
	font-weight : normal;
	font-size : 24px;
}

#contenu h2 {
	margin : 0;
	margin-top : 1.5em;
	margin-bottom : 0.5em;
	
	color : #2e3640;
	font-weight : normal;
	font-size : 18px;
}

#contenu h3 {
	margin : 0;
	margin-top : 1em;
	margin-bottom : 1em;
	
	color : #2e3640;
	font-weight : bold;
	font-size : 13px;
}

#contenu a {
	color : #80140b;
}

#contenu a:hover {
	color : #000;
}


/*--------------------------------------------------------------------
/* FIL
/**/

#fil {
	font-size : 12px;

	color: #2e3640;
	font-size: 10px;
	margin-bottom: 10px;
}

#fil a {
	color: #2e3640;
	text-decoration: none;
}

#fil a:hover {
	text-decoration: underline;
}

#fil #fil-pageEnCours {
	color : #80140b;
}

/*--------------------------------------------------------------------
/* produit
/**/
.produit,
.produit-dernier {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #80140b;
}

.produit h2,
.produit-dernier h2 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.produit .dateProduit,
.produit-dernier .dateProduit {
	font-style: italic;
	margin-bottom: 5px;
}

.produit-dernier {
	border-bottom: 0 !important;
}





/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #contenu ul {
	margin : 0;
	margin-left : 2em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.typePage_5 #contenu ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.typePage_5 #contenu ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.typePage_5 #contenu ul ul li {
	margin-bottom : 0em;
}

.typePage_5 #contenu ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}

/*-------------------------------------------------------------------
/* Tableau
/**/

#contenu .tableau {
	border-top : 1px solid #3b6e75;
	
	border-right : 1px solid #3b6e75;
	width: 100%;
	margin-top : 1em;
	margin-bottom : 1em;
}

#contenu .tableau td{
	padding: 7px;

	border-bottom : 1px solid #3b6e75;
	border-left : 1px solid #3b6e75;
	vertical-align : top;
	
}

#contenu .tableau .cellgauche {
	padding-left : 10px;
	font-weight : bold;
	width: 158px;
	background-color : #3b6e75;
	color: #000;
}

#contenu .tableau th {
	text-align: left;
	font-weight : bold;
	background-color : #3b6e75;
}

#contenu .tableau .celldroite {
	padding-left : 10px;
}

