﻿@charset "utf-8";
/* CSS Document */

h1 {
	color: #007CFA;
	font-family: Verdana;
}
h2 {
	color: #3399FF;
	font-family: Verdana;
}
h3 {
	font-family: Verdana;
	color: #55AAFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.pied_de_page {
	color: #000066;
}
.actu{
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007CFA;
	border-right-color: #007CFA;
	border-bottom-color: #007CFA;
	border-left-color: #007CFA;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.texte_bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3399FF;
}

.lien_bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3399FF;
}
.texte_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;	
	color: #FF0000;
	
	
}
.texte_rouge2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
	color: #FF0000;
	
	
}

.nav :hover {
	background-color: #0CFD00;
}
