body {
	font-size: 0.9em;
	font-family: "Lucida Grande", arial, sans-serif;
	background-image:url(../images/light_noise_diagonal.png);
}

#page{
	margin-top:20px;
	margin-bottom:20px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 1px 1px 12px #555;
	min-width: 1000px;
}

#header{
	background-color:#183152;
	padding:15px;
}

.titre{
	color: rgb(0,167,230);
	font-size: 3em;
	text-shadow: 2px 2px 4px black;
}

.sous_titre{
	font-weight: bold;
	color: orange;
}

#menu{
	background-color:orange;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#183152;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
}

.menu{
	color: #183152;
	text-decoration:none;
}

#contenu {
	z-index: 0;
	display: inline-block;
	padding-right: 9%;
	padding-left: 9%;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	background-color: #C4D7ED;
}

#membres_admin {
	margin-right: 7%;
	margin-left: 7%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 86%; 
	text-align: center;
}

#cadre{
	text-align:center;
	background-color: orange;
	padding:10px;
	width:auto;
	color: #183152;
	font-weight: bold;
}

#contenu1 {
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 45%;
	float: left;
	position: relative;
	display: inline-block;
	margin-width: 45px;
}
#contenu2 {
	bottom: 0px;
	right: 0px;
	position: relative;
	display: inline-block;
	float: right;
	width: 45%;
}
.rubriques {
	font-style:italic;
	font-weight:bold;
}

#footer{
	background-color:#183152;
	padding:20px;
	text-align:center;
	color:white;
	text-decoration:none;
}