html, body {
	background-color: #95fd31;
	height:100%;
	margin: 0;
	padding: 0;
}

p, td, div, normal { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:300; 
	font-style: normal; 
	line-height: 18px;
	color: black;	
}
strong, b {
	font-weight: bold;
}


#div_t05 {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 600px;
	height: 300px;
	border: 1px solid black;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
#div_t05bis {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 300px;
	background-color: black;
	opacity : 0.5;
	-moz-opacity : 0.5;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	filter : alpha(opacity=50); /* IE < 8 */
}
#div_espaceenfants {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 600px;
	height: 300px;
	border: 1px solid black;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
#div_espaceenfantsbis {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 300px;
	background-color: black;
	opacity : 0.5;
	-moz-opacity : 0.5;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	filter : alpha(opacity=50); /* IE < 8 */
}
#div_video {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 5&60px;
	height: 400px;
	border: 1px solid black;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
#div_videobis {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 300px;
	background-color: black;
	opacity : 0.5;
	-moz-opacity : 0.5;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	filter : alpha(opacity=50); /* IE < 8 */
}
a, a:link, a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
}

.petittitre {
	background-color: white;
	font-weight: bold;
	display: inline;
	padding: 2px 10px;
}
.titre2 {
	border-bottom: 1px solid black;
	font-weight: bold;
	margin-bottom: 5px;
}
.titre0 {
	font-weight: bold;
	font-size: 13px;
	background-image: url(/images/puce.png) ;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 3px 0 0 25px;
	margin: 0 0 10px 0;
}



.signature {
	margin: 20px auto 0 auto;
	width: 600px;
	text-align: center;
	padding-bottom: 50px;
}

