body{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height:100%;
	font-size: 11px;
	color: #807659;
}


.titre-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BBD66B;
	text-transform: uppercase;
	font-weight: bold;
}
.sous-titre-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #807659;
	text-transform: uppercase;
}

.chapeau{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #FF733C;
}

.titre-article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #70664B;
	text-transform: uppercase;
}
.sous-titre-article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF733C;
}

.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #807659;
}

.texte2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #FF733C;
}

.legende{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: regular;
	color: #88A23A;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #807659;
}
 


li {
	list-style-position: outside;
	list-style-image: url(http://www.baie-mont-saint-michel.fr/medias/images/www/contenu/communs/puce_liste.gif);
}



.fond-gris{
	background-color: #F2F4F4;
}
.fond-blanc{
	background-color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #88A23A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {  color: #807659; text-decoration: none; }
a:active {  color: #807659; text-decoration: none; }


a.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F5865;
	text-decoration: none;
	font-weight: normal;
}
a.texte2:hover {  color: #FF7428; text-decoration: none; }
a.texte2:active {  color: #FF7428; text-decoration: none; }



/*########  Formualire ###############*/
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4F5865;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4F5865;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4F5865;
}

.textarea_txt {
	width: 237px;
}

.textarea_txt_erreur {
	width: 237px;
	background: #E6154B;
	color:#FFFFFF
}

.texte_erreur {
	background: #E6154B;
	color:#FFFFFF
}

.champ_erreur {
	background: #E6154B;
	color:#FFFFFF
}



 
.legende-blanche{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: regular;
 color: #FFFFFF;
}
.fond-gris-fonce{
 background-color: #D9D9D9;
}

.mini_colonne {
  float: left;
  width: 105px;
  margin-right: 10px;
}
 

