/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------MISE EN PAGE----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#statique {
	width : auto;
	padding : 16px;
	margin-left : 5px;
	margin-right : 6px;
	margin-bottom : 5px;
}#statique img{	padding : 0;	margin: 0;}

#maj {
	width : auto;
	padding : 8px;
	margin-bottom : 5px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* ------------------------------------------------------- TYPOGRAPHIE ----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#statique {
	font-family : helvetica, serif;
	text-align : justify;
}

#statique h1 {
	text-align : left;
	font-size : 11pt;
	line-height : 20px;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 3px;
}
#statique h2{
	text-align : left;
	font-size : 11pt;
	font-weight : bold;
	margin-top : 15px;
	margin-bottom : 5px;
}

#statique a:link { 
	color: #93aa00;
	font-weight : bold;
}
#statique a:visited {
	color: #93aa00;
	font-weight : bold;
}
#statique a:hover { 
	color: #93aa00;
	font-weight : bold;
}

#maj {
	font-size : 8pt;
	font-style : italic;
	text-align : right;
	margin-top : 5px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------- IMAGES COULEURS BORDURES----------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#statique {
	background-color : #f2f4e7;
}
#statique h2 {
	color: #6e7f00;
}
#statique h1{
	color : #ffffff;
	background-image : url(statique/general.gif);
	background-repeat:repeat-y;
}

