h1, h2 {
	color: #663300;
}
h3, h4, h5, h6 {
	color: #996633;
}



/*******************************************************************************************
*										STYLE CONTENU									   *
*******************************************************************************************/			
.contenu {
	border-collapse:collapse;
	margin: 10px 29px 15px 29px;
	text-align:center;
	width:480px; 
	font-family:Verdana;
	color:#660000;
}
.contenu table {
	width:100%;
	border-collapse:collapse;
}
.contenu th {
	color:#BB0000;
	font-weight:bold;
	font-size:14px;
}
.contenu td {
	padding:3px;
	text-align:justify;
	font-size:12px;
}
.contenu p {
	margin:20px 0px 0px 0px;
}
.contenu a {
  	color: #BB0000;
  	text-decoration:none;
}
.contenu a:hover {
  	color:#FFFFFF;
	cursor:pointer;
}
.tableau_contenu a:focus {
  	color:#660000;
}





/*******************************************************************************************
*									STYLE CELLULE TABLEAU								   *
*******************************************************************************************/
.tableau_titre {
	font-weight:bold;
	height:18px;
	background:white;
	border:1px;
	border-style:solid;
	border-color:gray;
}
.tableau_contenu {
	border:1px;
	border-style:solid;
	border-color:gray;
}
.tableau_contenu td{
	text-align:left;
}
.tableau_contenu img{
	float:left;
	margin-top:3px;
	margin-right:10px;
	border:none;
}




/*******************************************************************************************
*									  STYLE PARTICULIER									   *
*******************************************************************************************/
.img_large {
	width:473px;
  	border:none;
}
.retrait {
	margin-left:20px;
	margin-bottom:3px;
}
.retour {
	float:right;
	font-weight:bold;
}
.fleche1 {
	width:8px;
	height:10px;
}
.titre {
	color: #BB0000;
}
.grand1 {
	font-size:18px;
}