/*COMMON CONTENTS STYLE*/img.bouton_cliquable{	cursor: pointer;}/* bb code */

.underline
{
	text-decoration:underline;
}
.italic
{
	font-style:italic;
}
.strike
{
	text-decoration:line-through;
}

.center
{
	text-align:center;
}
.vvsmall
{
	font-size:xx-small;
}
.vsmall
{
	font-size:x-small;
}
.small
{
	font-size:small;

}
.big
{
	font-size:large;
}
.vbig
{
	font-size:x-large;
}
.vvbig
{
	font-size:xx-large;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}
.center
{
	text-align:center;
}
.justify
{
	text-align:justify;
}
.flot_left
{
	float:left;
	margin:5px;
}
.flot_right
{
	float:right;
	margin:5px;
}