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

* {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
}
#texte
{
    text-align: left;
}
body 
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #c9e1fa;
}
img
{
	border: 0px solid #000000;
}
.titre_page
{
	font-size:20pt;
	text-align:center;
}
.titreBanniere
{
	font-size:26pt;
	text-align:center;
}
#titre
{
	font-size:14pt;
	text-align:center;
        margin-bottom:20px;
}
.titreAllemand
{
	font-size:14pt;
	text-align:center;
        font-style:italic;
}
.titre_petit
{
	font-size:16pt;
	text-align:center;
}
.sousTitre
{
    text-align:center;
    margin:10px;
}
.petit
{
	font-size:8pt;
	text-align:center;
}
.petit a
{
    font-size: 8pt;
}
.titreInfos
{
    text-decoration:underline;
    font-size:14pt;
    text-align:center;
}
/*-----------
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;
}
.fondTableau
{
    background-color: #FFFAD7;
}
.attention
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
        font-size:8pt;
        text-align:center;
}
