.FondMenusHauts{
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	/*filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; // IE8*/
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	/*filter: alpha(opacity=30); // IE 5-7*/
	
	/* Modern Browsers */
	filter:alpha(opacity=45);
	-moz-opacity:0.545;
	opacity: 0.45;
	background-color: #63C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.texte{
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	opacity: 1;
}
.texteplanAcces a{
	font-family: Calibri;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	font-weight: bold;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.texteplanAcces{
	font-family: Calibri;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	font-weight: bold;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.texteTitre {
	font-family: Calibri;
	font-size: 16px;
	color: #000;
	text-decoration: underline;
	opacity: 1;
	font-weight: bold;
	text-align: center;
}

.texteSousTitre {
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	opacity: 1;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}


.MenusHauts a{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	opacity: 1;
}

.MenusHauts a:hover{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #69F;
	text-decoration: none;
	text-align: left;
	opacity: 1;
}
.MenusBas a{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.MenusBas a:hover{
	font-family: Calibri;
	font-size: 12px;
	color: #69F;
	text-decoration: none;
	text-align: left;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.blocTexteFondClair {
	color: #000;
	background-color: #FFF;
	border: 1px dotted #666;
	filter:alpha(opacity=55); 
	-moz-opacity:0.55; 
	opacity: 0.55; 
}

.blocContactFondClair {
	color: #000;
	background-color: #FFF;
	border: 1px dotted #666;
	filter:alpha(opacity=55); 
	filter:alpha(opacity=75); 
	-moz-opacity:0.75; 
	opacity: 0.75; 
}

.titre {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: left;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
