@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
html {
	background:#000 url(../img/ciel.jpg) repeat-y 0 0;
}

html a {
	outline:none;
}

body {
	margin: 0 auto;
	width: 980px;
}

#banner {
	background-image: url(../img/banner_center.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
	height: 431px;
	width: 980px;
}

.banner {
	float: left;
	width: 365px;
	height: 431px;
	border: 0;
}

#left_banner { }
#right_banner { margin-left: 250px; }

.img_banner {
	width: 0;
	height: 431px;
}
#img_left { float: left; }
#img_right { float: right; }

#menu {
	opacity: .8;
	margin: 5px 0;
}

.menu {
	float: left;
	display: inline-block;
	width: 121px;
	padding: 5px 0;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../img/menu.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#accueil {
	width: 254px;
}

.menu:hover {
	opacity: 1;
}

#contenu {
	margin-top: 0.7em;
	background-color: #000;
	min-height:30em;
	color: #e8a530;
	padding-bottom:2em;
	margin-bottom:4em;
}

h3{
	font-size: 2em;
	
	margin-left:20px;
	font-family: "Droid Sans", arial, verdana, sans-serif;
	letter-spacing: -0.05em;
	color: #000;
	text-shadow: -2px -2px 0 #e8a530, 2px -2px 0 #e8a530, -2px 2px 0 #e8a530, 2px 2px 0 #e8a530;
	padding-top:1em;
	padding-bottom:1em;
}

p{
	font-family: "Droid Sans", arial, verdana, sans-serif;
	font-size:1.2em;
	margin-left:2em;
	width:47em;
	text-align:justify;
}

ul{	
	font-family: "Droid Sans", arial, verdana, sans-serif;
	margin-left:5em;
	font-size:1.1em;
	width:48.5em;
	text-align:justify;
}

li{
	list-style-type:none;
}
li:before{
	content:'-';
}