.bg_blanc {
    background-color: #FFF;
}

h1 {
    color: #a51031;
    font-weight: normal;
    font-size: 16px;
    margin-top: 22px;
}

.tmp_dummy {
    background-color: #fff;
    width: 340px;
    height: 225px;
}

/* Rouge foncé */
.txt_rf {
    color: rgb( 166, 16, 48 );
}
/* Rouge clairr */
.txt_rc {
    color: rgb( 229, 55, 78 );
}
/* Gris foncé */
.txt_gf {
    color: rgb( 131, 103, 74 );
}
/* Gris clair */
.txt_gc {
    color: rgb( 202, 187, 166 );
}
/* Vert foncé */
.txt_vf {
    color: rgb( 158, 145, 0 );
}
/* Vert clair */
.txt_vc {
    color: rgb( 207, 198, 15 );
}
.txt_bl{
	color: #FFF;
}
.txt_no{
	color: #000;
}
.def_img{
	width: 340px;
	height: 225px;
	background-position:center bottom;
}
.alt_img{
	width: 355px;
	height: 260px;
	background-position:center top;
	background-repeat:no-repeat;
}
