@font-face {
	font-family:'Moonstar';
	src:local('Moonstar'), url ('fonts/Moonstar.ttf') format('truetype');
}

/*Structure du Site*/
body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	width: 53em;
	font-size: 1em;
	background-color:#000000;
	color: #FFFFFF;	
}

header {
	text-align: center;
	display: block;
	width: 50em;
	margin-bottom: 1em;
	height: auto;
	margin-top: 0em;
}
nav {
	background-image: url(/img/barre_menu.jpg);
	width: 50em;
	display: block;
}
section {
	display: block;
	width: 35em;
	float: left;
}
aside {
	display: block;
	width: 15em;
	float: left;
}
footer {
	width: 50em;
	clear: both;
	display: block;
	text-align: center;
}
figure {
	display: block;
	margin: 0.4em;
}
figcaption {
	font-size: 0.8em;
	margin-top: 0px;
}
img {
	margin:0.3em;
	-moz-box-shadow: 1px 1px 13px #999;
	-webkit-box-shadow: 1px 1px 13px #999;
	box-shadow: 1px 1px 13px #999;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	text-align: justify;
	text-indent: 1em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
}
.piedpage {
	font-size: 0.7em;
	text-align: center;
}

object { display: block; }

.prochmanif {
	z-index: 1;
	position: absolute;
	width: 600px;
}

/*balise object de la page agenda*/
.agenda {
	height: 500px;
	width: 700px;
	overflow: auto;
	-moz-box-shadow: 1px 1px 13px #999;
	-webkit-box-shadow: 1px 1px 13px #999;
	box-shadow: 1px 1px 13px #999;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.marche {
	margin-right: 5px;
	margin-left: 5px;
	height: 100px;
	margin-bottom: 5px;
}

h1 {
	color: #0066FF;
	font-size: 2.3em;
	letter-spacing: 0.4em;
	font-weight: bolder;
	font-style: italic;
	line-height: 2em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	display: inline-block;
}
h1:first-letter {font-family: "Moonstar";font-size: 3em; text-shadow: 2px 2px 20px #6699FF;
}
h2 {
	color: #FFFFFF;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.4em;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1em;
	word-spacing: 1.4em;
	margin: 0px;
}

h3 {
	font-size: 1.1em;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	text-decoration: underline;
	text-align: center;
}
/*Menu*/
.menu {
	width:7.4em;
	font-size: 1.1em;
	color:#000000;
	padding-top: 0.5em;
	display: inline-block;
	font-weight: bold;
	border-right-width: 0.1em;
	border-left-width: 0.1em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}
strong {
	font-weight: bold;
	color: #0066FF;
	font-size: 1.2em;
	text-decoration: underline;
	text-transform: uppercase;
}

.menu:hover {

}
/*Tableaux*/
table { width: 580px; margin: 0 auto 5px; border: solid 2px #6e96ff; }
td { margin: 0; border-top: 1px dashed #6e96ff; border-bottom: 1px dashed #6e96ff; }
/*Design Spécifique Page Constructeurs
*/
.constr { text-decoration: underline; list-style-type: circle; }
/*Images*/
.roy { width: 250px; margin: 15px auto 0; border: solid 1px black; }
.left {
	float: left;
}
.right {
	float: right;
}

