* {margin: 0; padding: 0; font-weight: normal; list-style: none;}

html, body	{
	width: 100%;
	height: 100%;
}

body { 
	color: #000; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: white;
	text-align: center;
	margin-top: 10px;
}

img { border: 0px; }

#page { 
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: transparent url(../charte/fond-page.gif) repeat-y top center;
}
#header { 
	margin: 0 auto;
	width: 888px;
	height: 239px;
	position: relative;
}
#retour {
	width: 595px;
	height: 171px;
	position: absolute;
	left: 40px;
	z-index: 41;
}
#flash {
	z-index: 1;
	padding-top: 8px;
	width: 888px;
	height: 231px;
}
#flag {
	z-index: 2;
	position: absolute;
	top: 46px;
	left: 864px;
	height: 15px;
}

#newsletter {
	z-index: 30;
	position: absolute;
	top: 67px;
	left: 648px;
	width: 240px;
	height: 22px;
	background: #8f0000;
	color: white;
	font-size: 14px;
	font-weight: bold;
	clear: right;
}
#newsletter input {
	width: 105px;
	height: 16px;
	border: #666 solid 1px;
	position: relative;
	top: -4px;
	text-align: center;
}
* html #newsletter input {
	top: -2px;
}
#newsletter label {
	position: relative;
	top: -4px;
	background: #8f0000 url(../charte/pixel-jaune.gif) no-repeat 5px 5px;
	padding: 0 0 0 20px;
}
#newsletter input.btok {
	width: 29px;
	height: 19px;
	border: none;
	top: 0;
}
.gauche, .recherche, .accueil {
	float: left;
	width: 239px;
}

.contain {
	margin: 0 auto;
	width: 888px;
	clear: both;
	height: 100%;
	position: relative;
}

a {
	text-decoration: none;
	color: #8F0000
}


ul.menu {
	background-color: #8f0000;
	width: 500px;
	height: 22px;
	font-size: 16px;
	float: left;
	color: white;
	padding: 2px 0 0 0;
	text-align: center;
}
ul.menu li {
	display: inline;
}
ul.menu li a {
	color: white;
}
a.reserver {
	width: 124px;
	height: 22px;
	display: block;
	float: left;
	background: transparent url(../charte/fond-menu-reserver.gif) no-repeat bottom right;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 2px 0 0 25px;
}
.recherche {
	height: 22px;
	background: #FFC21C url(../charte/pixel-rouge.gif) no-repeat 9px 6px;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 0 25px;
	width: 214px;
}

.transparent {
	background: #FFC21C url(../charte/fond-gauche.gif) repeat-y 0 0;
}
.gauche .transparent .fond {
	background: transparent url(../charte/fond-gauche-coin.gif) no-repeat bottom left;
}
.accueil {
	background: #e1c7c7;
	height: 24px;
}
.gauche ul, .contenu_accueil ul, h3 {
	color: #8f0000;
	font-size: 13px;
	font-style: italic;
}
.gauche ul, .contenu_accueil ul {
	padding: 0 0 0 4px;
}
.gauche ul li, .contenu_accueil ul li, .contenu ul li, h2 {
	background: transparent url(../charte/puce.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
}
.gauche ul li {
	margin: 0 0 0 28px;
	padding: 0 0 5px 15px;
}

.contenu_accueil ul li {
	margin: 4px 0 0 13px;
	padding: 0 0 4px 15px;
}
.contenu_accueil label {
	padding: 0 0 0 5px;
}
.gauche label, .contenu_accueil label, h2 {
	font-size: 12px;
	font-weight: bold;
}
.gauche .label {
	padding: 10px 0 4px 10px;
}
.gauche .submit {
	background: transparent url(../charte/fond-bouton.gif) no-repeat 10px 10px;
	width: 239px;
	height: 43px;
}
.gauche .submit input {
	background: transparent url(../charte/fond-submit.gif) no-repeat 0 0;
	height: 22px;
	padding: 0 5px 0 20px;
	border: none;
	position: relative;
	top: 12px;
	margin: 0 45px 0 0;
	float: right;
	color: #8f0000;
	font-weight: bold;
}
* html .gauche .submit input {
	height: 22px;
	padding: 0 0 0 0;
	margin: 0 35px 0 0;
}
.contenu_accueil .submit {
	background: transparent url(../charte/fond-bouton-accueil.gif) no-repeat 10px 0;
	width: 592px;
	height: 43px;
	position: relative;
	left: 5px;
}
.contenu_accueil .submit input {
	background: transparent url(../charte/fond-submit.gif) no-repeat 0 0;
	height: 22px;
	padding: 0 5px 0 13px;
	border: none;
	position: relative;
	top: 2px;
	margin: 0 49px 0 0;
	float: right;
	color: #8f0000;
	font-weight: bold;
}
* html .contenu_accueil .submit input {
	height: 22px;
	padding: 0 0 0 0;
	margin: 0 50px 0 0;
}
#footer {
	background: transparent url(../charte/fond-footer.gif) no-repeat bottom left;
	margin: 0 auto;
	padding: 6px 0 0 0;
	height: 50px;
	width: 900px;
	color: #8F0000;
	font-size: 11px;
	text-align: center;
}

input, textarea, select {
	font-size: 12px;
	font-family: Georgia; 
}
.clear {
	clear: both;
}
.contenu {
	padding: 14px 0 0 14px;
	width: 635px;
	float: left;
}
.contenu_accueil {
	width: 625px;
	float: left;
}

.contenu_accueil .fond {
	background: transparent url(../charte/fond-accueil-1.gif) no-repeat 0px 4px;
	padding: 14px 6px 0 18px;
	width: 625px;
}

.contenu_accueil .bas {
	background: transparent url(../charte/fond-accueil-2.gif) no-repeat bottom left;
	padding: 0 6px 14px 18px;
	width: 625px;
}

.contenu_accueil h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #A53333;
}

.contenu_accueil h1 b {
	font-size: 32px;
	font-weight: normal;
	color: #8c0000;
}

.actu {
	width: 239px;
	height: 22px;
	background: #8f0000;
	color: white;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 14px;
}
.actu span {
	float: left;
	position: relative;
	top: 2px;
	background: #8f0000 url(../charte/pixel-jaune.gif) no-repeat 5px 3px;
	padding: 0 5px 0 20px;
	font-size: 14px;
}
.actu p {
	float: right;
	padding: 5px 5px 0 0;
}

.actu img {
	float: right;
	padding: 4px 5px 0 0;
}
.gauche h3 {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #8f0000;
	padding: 8px 0 15px 0;
}
.colonne50 {
	width: 45%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 4% 0 0 ;
}
.colonne33 {
	width: 32%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 1% 0 0 ;
}

.contenu_accueil .colonne33 {
	width: 33%;
	padding: 0 ;
}

.descriptif {
	font-size: 13px;
	margin: 0 0 12px 0;
}
strong {
	font-weight: bold;
}

em {
	display: inline;
}
.bold_11 {
	font-size: 11px;
	font-weight: bold;
}
.italic_12 {
	font-size: 12px;
	font-style: italic;
}
* html div.italic_12 {
	display: inline;
	float: left;
}
.lien_actu a {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 3px 0 0 0;
}
.logos_bas {
	text-align: center;
	padding: 10px 0 0 0;
	vertical-align: middle;
}
.logos_bas a img {
	display: inline;
}

.logos_bas img {
	padding: 0 29px;
}

.offre {
	padding: 10px 0 0 0;
}
.offre .vignette {
	float: right;
	width: 70px;
}
.offre .descriptif {
	font-size: 10px;
	float: left;
	width: 200px;
	font-family: Verdana;
}

.offre .descriptif p {
	padding: 4px 0 0 0;
}
.offre .descriptif h3 {
	font-style: normal;
}

/* ajout benoit pour actualite page d'accueil */
.vignette_accueil {
	float: left;
	width: 90px;
	padding: 13px 0 0 0;
}

.descriptif_actualite {
	width: 539px;
	float: left;
	padding: 13px 0 16px 0;
}
.descriptif_actualite h2 {
	margin: 0;
}
.vignette_actualite {
	float: left;
	width: 95px;
	padding: 13px 0 0 0;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}
/* Fin ajout benoit */

/* Debut ajout jlf */

.MsoNormal {
}
ol li {
	padding: 0px;
	margin: 5px 0 0 17px;
	list-style: decimal;
}

/* Debut ajout jlf */

