/* define body propertie */
body {
    padding : 0px;/* space between border and start of the text */
    font-family:      Verdana, Geneva, Helvetica, Arial, sans-serif; /* type of font */
    font-size:        9px; /* size of the font */
    background: #FFF;
}

/* ----------------------
   define div properties
   ----------------------*/

.global {
     margin-left: auto;
     margin-right: auto;
     width: 800px; /* largeur obligatoire pour être centré */
	 padding : 10px;
	 border : #000000 double 1px;
	 background: #F7FFFF;
}

.centrer {
	margin-left: auto; 
	margin-right: auto;
}
table{
	font-family:      Verdana, Geneva, Helvetica, Arial, sans-serif; /* type of font */
	font-size:        12px; /* size of the font */
}

td{
	font-family:      Verdana, Geneva, Helvetica, Arial, sans-serif; /* type of font */
	font-size:        12px; /* size of the font */
}

/* ------------------------
   define other properties
   ------------------------*/

H1{
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; /* type of font */
	font-size: 18px; /* size of the font */
	text-align: justify; /* justify the text */
	font-weight : bold;
	text-indent: 1em;
	line-height: 30px;
	color : #2222AA;
	background:#DDDDFF; /* background color */
	/*position : relative;*/
	border-top: #2222CC double 1px;
	border-bottom: #2222CC double 1px;
	font-weight : bold;
	font-size: 18px ;
}


H2{
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; /* type of font */
	font-size: 12px; /* size of the font */
	text-align: justify; /* justify the text */
	text-decoration: underline; /* underline */
	text-indent: 0em;
	line-height: 15px;
	color : #000066;
}


H3{
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; /* type of font */
	font-size: 11px; /* size of the font */
	text-align: justify; /* justify the text */
	text-decoration: underline; /* underline */
	text-indent: 0em;
	line-height: 15px;
}
