@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-size: 12px;
	color: #212121;
}

a:link {
	color: #0c7b92;
}
a:visited {
	color: #0c7b92;
}
a:hover {
	color: #c7780c;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0c7b92;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #de8c1c;
}

.titre_actu {
	font-size: 12px;
	font-weight: bold;
	color: #0c7b92;
}
.texte_actu {	
	font-size: 12px;
	font-weight: normal;
	color: #0c7b92;
}
.texte_actu a {
	font-size: 12px;
	font-weight:normal;
	color: #0c7b92;
	text-decoration:underline;
}

.menu_gauche_fond {
	background: url(images/boutons/boutons_g_1lig.jpg) no-repeat;
}
.menu_gauche {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 1px white;
}
.menu_gauche a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.menu_gauche a:link {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.menu_gauche a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.menu_gauche a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #f6a80a;
	text-decoration:none;
}

