.texte {
	font-family : verdana;
	font-size : 10px;
	font-weight:normal;
	color : #000000;
}

.titre {
	font-family : arial black;
	font-size : 11px;
	font-weight:normal;
	color : #AAAAAA;
}

.titreMarge {
	font-family : arial black;
	font-size : 10px;
	font-weight:normal;
	color : #78A7CD;
}


.champ {
	height:18px;
	font-family : arial;
	font-size : 9px;
	padding:1px
}

.bouton {
	background-color: transparent;
	border:none;
	font-family:arial black;
	font-size:10pt;
	color:#78A7CD;
	cursor: hand;
	height:16px;
	padding:0px;
}

H1{
	font-family : arial black;
	font-size : 11px;
	font-weight:bold;
	color : #78A7CD;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:5px
}

H2{
	font-family : arial black;
	font-size : 11px;
	font-weight:bold;
	color : #AAAAAA;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:30px;
}


.image {
	border:#4886B7 1px solid;
}



/* LIENS */
a.lienMarge:link {
	font-family : arial;
	color : #78A7CD;
	text-decoration : none;
	font-size : 9px;
}
a.lienMarge:hover {
	font-family : arial;
	color : #78A7CD;
	text-decoration : none;
	font-size : 9px;
}
a.lienMarge:visited {
	font-family : arial;
	color : #78A7CD;
	text-decoration : none;
	font-size : 9px;
}

a.lienViolet:link {
	font-family : arial;
	color : #9A83B4;
	text-decoration : none;
	font-size : 11px;
	font-weight:bolder;
}
a.lienViolet:hover {
	font-family : arial;
	color : #9A83B4;
	text-decoration : none;
	font-size : 11px;
	font-weight:bolder;
}
a.lienViolet:visited {
	font-family : arial;
	color : #9A83B4;
	text-decoration : none;
	font-size : 11px;
	font-weight:bolder;
}


a:link {
	font-family : verdana;
	font-weight:normal;
	color : #78A7CD;
	text-decoration : none;
	font-size : 10px;
}
a:hover {
	font-family : verdana;
	font-weight:normal;
	color : #78A7CD;
	text-decoration : none;
	font-size : 10px;
}
a:visited {
	font-family : verdana;
	font-weight:normal;
	color : #78A7CD;
	text-decoration : none;
	font-size : 10px;
}
