/* Start of CMSMS style sheet '00 - Utilitaires' */
/*
 * Remise à niveau de toutes les balises **************************************************
 */
*
{
	margin				: 0px;
	padding				: 0px;
}


/*
 * Suppression du soulignage des liens en survol *******************************************
 */
a
{
	text-decoration		: none;
}


/*
 * Suppression de la bordure des images en lien *******************************************
 */
a img
{
	border				: none;
}


/*
 * Styles Texte **********************************************************************
 */
.rouge, .red
{
	color				: #ff0000;
}

.gras, .bold
{
	font-weight			: 700;
}

.italique, .italic
{
	font-style			: italic;
}


/*
 * Flottements et annulations **********************************************************
 */
.float_left
{
	display				: block;
	
	float				: left;
}


.float_right
{
	display				: block;
	
	float				: right;
}


.clear_both
{
	clear				: both;
}


.clear_left
{
	clear				: left;
}


.clear_right
{
	clear				: right;
}


/*
 * Conteneur plat *******************************************************************
 */
.flat
{
	display				: block;
	
	height				: 1px;
}



/*
 * Liste puce flèches *****************************************************************
 */
ul.puce-fleches, li.puce-fleches
{
  list-style : url(images/misc/puce-arrow.png);
}

/* End of '00 - Utilitaires' */

