#header {
	background : #000000;
	margin : 0px;
	padding : 5px;
}

a {
	color : #FF0000;
	text-decoration : none;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}


body { 
	background-color : #98B6F6;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
      	color : #000000;
		margin-top : 0;
		margin-left : 0;
	
}
	
}

h1 {
	font-size : 24px;
	color : #777777;
}

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}

.caption {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #000000}
.titre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}


