@charset "utf-8";
#DivText {
	position: absolute;
	height: 60%;
	width: 70%;
	visibility: hidden;
	background-color: #99CC33;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 15;
	display: none;
}
#DivText p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}
#DivNav #DivMedia img {
	width: 45%;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
#DivNav #DivMedia p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}


#DivTexte p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#DivText img {
	height: auto;
	width: 25%;
	padding: 1px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DivMedia {
	position: absolute;
	height: 60%;
	width: 70%;
	visibility: hidden;
	background-color: #99CC33;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 15;
	display: none;
}
