#ContenuPage {
	width: 100%;
}

.On {}
.Off {}

.TitreBlock {
	clear: both;
 	color: #0D3692;
 	background-color: #E7EBF4;
 	display: block;
 	height: 24px; 
 	border: 2px solid #869AC8;
 	text-align: center;
 	font-size: 120%;
 	font-weight: bold;
 	padding-top: 5px;
 	margin-top: 15px;
}
 
.ElemBlock2 {
 	width: 252px;
 	border-left: 1px solid #869AC8;
 	border-bottom: 1px solid #869AC8;
 	background-color: #F2F4F9;
 	font-size: 85%;
 	padding-top: 10px;
 	padding-left: 5px;
 	padding-bottom: 10px;
 	margin-left:0px;
 	clear: both;
}

.ElemBlock3 {
 	width: 252px;
 	border-left: 1px solid #869AC8;
 	border-bottom: 1px solid #869AC8;
 	font-size: 85%;
 	padding-top: 10px;
 	padding-left: 5px;
 	padding-bottom: 10px;
 	margin-left:0px;
 	clear: both;
}

.Horaire {
		font-style: italic;
}

.Prix {
	color: #D9683B;
	font-weight: bold;
	margin-left: 3px;
}

.FooterBlock {
	font-size: 85%;
	font-weight: bold;
	color: #0D3692;
	border-top: 1px solid #869AC8;
 	text-align: center;
 	margin-top: 10px;
}
.Precision {
	font-size: 85%;
	color: #0D3692;
	margin-top: 5px;
	margin-left:20px;
}
.Zone {
	width: 252px;
	background-color: white;
	color: #0D3692;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
}

#Tarifs {
	background-color: white;
	color: #0D3692;
	border: 1px solid #869AC8;
	/* width: 320px; */
	min-height: 250px;
	_height: 250px;
	margin-left: 10px;
	margin-top: 10px;
}


.Detail {
	margin-top: 10px;
	margin-left: 15px;
}
.Detail a {
	cursor: pointer;
	z-index:10000;
}
.Detail a:link {color: #0D3692; text-decoration: none;}
.Detail a:visited {color: #0D3692; text-decoration: none;}
.Detail a:hover {color: #FEB32B; text-decoration: underline;}
.Detail a:hover span {color: #FEB32B; text-decoration: underline;}
.Detail span {
	font-size: 100%;
	font-weight: bold;
	color: #0D3692;
}
.Detail img {
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	vertical-align: middle;
	border: none;
}
#PresentationZone {
	line-height: 140%;
	font-size: 85%;
}
#PresentationZone span {
	color: #0D3692;
	font-weight: bold;
}
#PresentationZone a:link {color: #D9683B; text-decoration: none;}
#PresentationZone a:visited {color: #D9683B; text-decoration: none;}
#PresentationZone a:hover {color: #feb32b; text-decoration: underline;}
	