/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body{
	margin: 0;
	padding: 10px 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: #575a5d;
}


/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: .75em 0;
}

h1, h2, h3, h4 {
	font-family: verdana, arial, sans-serif;
	font-weight: normal; /* -> 7 */
}
h1 {
color: #575a5d;
font-size: 24px;
height: 8px;
border: 0;
}
h2 {font-size: 20px;}
h3 {font-size: 14px; font-weight: bold; color: #000000; }
h4 {font-size: 12px; font-weight: bold; color: #000000;}

/*Liens*/
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
	font-weight: normal;
}

/* Liens */
a {
	color: #f8c715;
	text-decoration: none;
}
a:hover, a:focus {
	color: #f6bf7b;
}
 
a.ici{
	background: #ffc82e;
 }
 
a img {
	border: none; /* -> 10 */
}

li a {
	color: #f8c715;
	text-decoration: none;
}
li a:hover, li a:focus {
	color: #f6bf7b;
}

/* Divers éléments de type en-ligne */
/*img{
	border:1px solid #4e452b;
}
*/
em {
	font-style: italic;
}
strong {
	font-weight: normal;
	color: #e2001c;
}

/*txt gras pour tableaux*/
table strong{
	font-weight: normal;
	color: #4e452b; 
}

span {
	font-weight: normal;
	color: #ef8200;
}

.txtmenu{
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}
.titre{
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
}

span.marron{
	color: #94420e;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

span.beige{
	color: #e0d8c1;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background:#9c3c25;
	margin-right:20px;
}
span.visit{
	color: #e0d8c1;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

span.bgjaune{
	color: #FFC62D;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background:#000000;
}

/*----------------------------- CSS FORMULAIRE--------------------------*/

#formulaire label{
       margin:3px;
	   width: 160px;
	   display:block;
	   text-align:right;
	   font-weight: bold;
	   color: #4e452b;
	   float:left;
	   
}
#formulaire input{
       margin: 3px 3px 3px 3px;
	   border: 2px solid #FFCC66;	
	   font-weight: bold;
	   background-color: #ffffff;
	   color: #4e452b;
       float: left;	   
}

#formulaire textarea{
       margin:3px;
	   border: 2px solid #FFCC66;
	   background-color: #ffffff;
}

#formulaire p{
       float: left;
	   margin:0;
}