@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/*A PROPOS PROPERTIES */
/*---------------------------------*/

#titre
{
	width				:	115px;
	height				:	20px;
	background-image	:	url(../images/forums/for_title.jpg);
}

#bandeau
{
	width				:	960px;
	height				:	293px;
	background-image	:	url(../images/forums/for_bandeau.jpg);
	margin-left			:	10px;
	margin-top			:	10px;
}

#texte
{
	width				:	100%;
	/*margin-left			:	20px;*/	
	margin-top			:	20px;
	margin-bottom		:	20px;
	float				:	left;
}

#texte .red
{
	color				: red;
}


