﻿/* Cas des balises */
img {
	border-style: none;
}

p {
	z-index: 1;
}
ul {
	list-style-type: disc;
}

/* Classes particulières */
.bodyAccueil {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyAutres {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
}
.BarreMenuAccueil {
	background-color: #FFFFC5;
	text-align: center;
}
.BarreMenuAutres {
	background-color: #FFFFC5;
	text-align: center;
}
.divMilieu {
	z-index: 5;
	width: 80%;
	font-size: 11pt;
	text-align: justify;
	color: #0c3d08;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: White;
}
.divSsMenu {
	position: absolute;
	visibility: hidden;
	z-index: 20;
	top: 0px;
	left: 0px;
}
.ssTitreTexteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0c3d08;
}
.TexteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

.TexteVert {
	color: #0c3d08;
}
.TexteVertGras {
	color: #0c3d08;
	font-weight: bold;
}
.TexteRougeOrange {
	color: #cc0000;
}
.TexteRougeOrangeGras {
	color: #cc0000;
	font-weight: bold;
}


/* Les ancres de classe hrefMail */
a.hrefMail:link {
	color: #cc0000;
}
a.hrefMail:visited {
	color: #cc0000;
}
a.hrefMail:hover {
	color: #0c3d08;
}
