/*-------------
STYLES GENERAUX
-------------*/

* {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
}

body 
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FBF4C2;
	font-size:14px;
}
img
{
	border: 0px solid #000000;
}
.titre_page
{
	font-size:20pt;
	text-align:center;
}
.titre
{
	font-size:20pt;
	text-align:center;
}
.titre_petit
{
	font-size:16pt;
	text-align:center;
}

.attention
{
	font-weight:bold;
	font-size:14pt;
	text-align:center;
	color:red;
}
/*-----------
MISE EN FORME
-----------*/
.justify{
	text-align: justify;
}
.center{
	text-align:center;
	margin:auto;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.small{
	font-size:8px;
	text-align: bottom;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.spacer{
	clear: both;
	visibility: hidden;
}
.cache{
	display:none;
}
.italic
{
	font-style:italic;
}
.haut
{
	vertical-align: top;
}