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

.txtnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: justify;
}
.txtnormgrand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: justify;
}
.txtnormblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: justify;
}
.txtnormgrasbleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight:bold;
}

.txtnormgrasblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	font-weight:bold;
}
.titreintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	font-weight:bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #930;
	text-align: justify;
	font-weight:bold;
}
.txtnormgras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60;
	text-align: justify;
	font-weight:bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #900;
}
a.liensbas:link {
	text-decoration: none;
	color: #FFF;
}
a.liensbas:visited {
	text-decoration: none;
	color: #FFF;
}
a.liensbas:hover {
	text-decoration: underline;
	color: #FFF;
}
a.liensbas:active {
	text-decoration: none;
	color: #FFF;
}
a.gastronomie {
	font-size: 11px;
}
a.gastronomie:link {
	text-decoration: none;
}
a.gastronomie:visited {
	text-decoration: none;
}
a.gastronomie:hover {
	text-decoration: underline;
}
a.gastronomie:active {
	text-decoration: none;
}
a.lientxtnormgras {
	font-size: 12px;
	color:#C60;
	font-weight:bold;
}
a.lientxtnormgras:link {
	text-decoration: none;
	color:#C60;
	font-weight:bold;
}
a.lientxtnormgras:visited {
	text-decoration: none;
	color:#C60;
	font-weight:bold;
}
a.lientxtnormgras:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#999;
}
a.lientxtnormgras:active {
	text-decoration: none;
	color:#C60;
	font-weight:bold;
}

