/*********************************************************************************/
/*********************************** Les images ************************************/
/*********************************************************************************/

.img_droite
{
	float:right;
	margin-left: 7px;
	border-width:0px;
}

.img_gauche
{
	float:left;
	margin-right: 7px;
	border-width:0px;
}

/*********************************************************************************/
/************************************** Articles ************************************/
/*********************************************************************************/

.article_style_xxxx
{
}

/*********************************************************************************/
/************************************* Tableaux ************************************/
/*********************************************************************************/

.tab_vitrages
{
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid #548f3b;
	background: transparent url(/images/site/opacity.png) repeat top left;
}

.tab_vitrages td
{
	border: 1px solid #000;
	padding: 2px;
}

.td_vitrages_surligne
{
	background-color: #f4e39f;
	font-weight: bold;
}

.td_vitrages_titre
{
	color: #335a22;
	font-weight: bold;
}