 
/* * * * * * Liens chemin * * * * * */

a.liensChemin:link {
	color: #ca8f42;
	text-decoration: none;
}

a.liensChemin:visited {
	color: #ca8f42;
	text-decoration: none;
}

a.liensChemin:hover {
	color: #ca8f42;
	text-decoration: underline;
}

/* * * * * * Liens menu du haut * * * * * */

.liensMenu {
	float: left;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.liensMenu2 {
	margin: 0;
	float: left;
	padding: 0;
}

a.lienMenu:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.lienMenu:visited {
	color: #a6570d;
	text-decoration: none;
}

a.lienMenu:hover {
	color: #a6570d;
	text-decoration: underline;
}

.liensMenu2 {
	margin: 0;
	float: left;
	padding: 0;
}

a.lienMenu:link {
	text-decoration: none;
	font-size: 13px;
}

a.lienMenu:visited {
	color: #a6570d;
	text-decoration: none;
}

a.lienMenu:hover {
	color: #a6570d;
	text-decoration: underline;
}

a.liensFooter:link {
	color: #6b651b;
	text-decoration: none;
	font-size: 11px;
}

a.liensFooter:visited {
	color: #6b651b;
	text-decoration: none;
}

a.liensFooter:hover {
	color: #6b651b;
	text-decoration: underline;
}



/* tous les boutons */

.boutonForm120 {
	padding: 0;
	margin: 0;
}

dl.boutonForm120 {
	width: 100px;
	margin-left: 180px;
}

dl.boutonForm120 dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

dl.boutonForm120 dt a {
	text-decoration: none;
	color: #a6570d;
	display: block;
	background-image: url(images/flecheBouton.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-style: normal;
}

dl.boutonForm120 dt a:hover {
	text-decoration: none;
	background-color: #a6570d;
	color: #FFFFFF;
	background-image: url(images/flecheBouton2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* bouton longueur250 */

.boutonForm250 {
	padding: 0;
	margin: 0;
	font-style: normal;
}

dl.boutonForm250 {
	width: 230px;
}

dl.boutonForm250 dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	color: #EC8000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

dl.boutonForm250 dt a {
	text-decoration: none;
	color: #EC8000;
	display: block;
	background-image: url(images/puceOrangeA_Up.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 18px;
}

dl.boutonForm250 dt a:hover {
	background-image: url(images/puceOrangeA_Dn.gif);
	color: #FFFFFF;
	background-color: #EC8000;
}
/* bouton longueur180 */

.boutonForm180 {
	padding: 0;
	margin: 0;
	font-style: normal;
}

dl.boutonForm180 {
	width: 180px;
}

dl.boutonForm180 dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

dl.boutonForm180 dt a {
	text-decoration: none;
	color: #EC8000;
	display: block;
	background-image: url(images/puceOrangeA_Up.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 18px;
}

dl.boutonForm180 dt a:hover {
	background-image: url(images/puceOrangeA_Dn.gif);
	color: #FFFFFF;
	background-color: #EC8000;
}
