body {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #343434;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
p {
	text-align:justify;
	margin: 10px 5%;
}
h1 {
	text-align:center;
	margin: 20px auto 30px;
}
.souligne {
	text-decoration: underline;
}
img {
	border: none;
}
a:hover, .html5 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
.mariage {
	margin: 5% 0 10%;
}
#menusecondaire {
	padding: 25px;
}
#rond {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;	
}
h2, h3 {
	line-height: 3em;	
}
.centreTitre {
	text-align: center;
	display: block; 
}
.explain {
	margin: 20px auto 10px;
	width: 640px;
	height: 80px;
	display: block; 
	/*margin-left: auto; 
	margin-right: auto;*/
	text-align: justify;
}