@charset "ISO-8859-1";
.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 43px;
	font-style: normal;
	font-weight: bold;
	color: #A49484;
}

.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #A49484;
}

.titre3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 49px;
	font-style: normal;
	font-weight: bold;
	color: #A49484;
}

#image1 {
	height:42px;
	width:693px;
	margin:0 auto 0 auto;

}

body {
	margin:0 0 0 0;

}

.titre4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #4C4240;
}

.texte1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.mentions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.navigtion_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #A49484;
}

.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


/* style du lien */
a.chemin:link {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000000;
}
/* style du lien qui a déjà été visité */
a.chemin:visited {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #4C4240;
}
/* style du lien qui est survolé par la souris */
a.chemin:hover {
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000000;
}
/* style du lien au moment où il est cliqué */
a.chemin:active {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000000;
}
/* style du lien quand il reçoit le focus (avec la touche TAB par exemple) */
/* ne marche pas sur IE6 et IE7 */
a.chemin:focus {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000000;
background-color: #4C4240;
}

/* style du lien */
a.chemin2:link {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #A49484;
}
/* style du lien qui a déjà été visité */
a.chemin2:visited {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #A49484;
}
/* style du lien qui est survolé par la souris */
a.chemin2:hover {
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #A49484;
}
/* style du lien au moment où il est cliqué */
a.chemin2:active {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #A49484;
}
/* style du lien quand il reçoit le focus (avec la touche TAB par exemple) */
/* ne marche pas sur IE6 et IE7 */
a.chemin2:focus {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #A49484;
}
