body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* RTE */

body.rte {
   padding: 0px;
   margin: 5px 0px;
   text-align: left;
   background-color: #004A8E;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   z-index:1;
}


h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight:normal;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #004A8E;
	background-color:#FFFFFF;
}



/* NIVEAUX DE TITRES DU DESIGN */
.titre {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* BLOCS */
.BlocCorps {
	background-color: #004A8E;
	color: #FFFFFF;
}

/* IMAGES */
.bordure {
	border: 6px solid #001E3A;
	margin-top: 8px;
	margin-bottom: 8px;
}


/* LIENS */
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #040000;
}


/*DIVERS*/

.filetBas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.titreMeteo {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #033767;
	font-size: 12px;
}

/*BACKOFFICE*/

.lienBouton {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	text-align: center;  
	border: 1px solid #999999;
	background-color: #000000;
}


