@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-image: url(img/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
	background-color: #2D1A14;
	}
	
#main {
	width: 957px;
	margin: 0 auto;
}	
#header {
	margin-top: 20px;
}
h1 {
	background:url(img/logo.gif) no-repeat;
	width: 444px;
	height: 194px;
	margin: 0;
	padding: 0;
	float: left;
}

h1 span {
	display: none;
	}
	
#slogan {
	background:url(img/home_quote.gif) no-repeat;
	width: 513px;
	height: 194px;
	float: right;
	padding: 0;
	}
	
h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 75px 0 0 30px;
}

#slogan p {
	margin: 15px 0 0 30px;
	width: 300px;
	font-size: 0.9em;
	color: #FFFFFF;

}

#centre {
	clear: both;
	margin: 0;
	padding: 0;
}
#centre li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 130px;
	float: left;
	display: inline;
	}
#centre a {
	width: 200px;
	height: 80px;
	display: block;
	text-align: left;
}
#centre #france {
	background:url(img/bg-logo-home-france.gif) no-repeat center bottom;
	margin-left: 250px;
	color: #FFCC00;
	text-transform: uppercase;
	text-decoration: none;
}
#centre #maroc {
	background:url(img/bg-logo-home-maroc.gif) no-repeat center bottom;
	margin-left: 60px;
	color: #FFCC00;
	text-transform: uppercase;
	text-decoration: none;
}
#centre a .taupe {
	color: #877069;
	text-transform: none;
}
#footer {
	clear: both;
	font-size: 0.9em;
	margin-top: 490px;
	width: 500px;
	margin-left: 200px;
	background:url(img/logo_pt.gif) no-repeat;
	padding: 10px 0 10px 80px;
}
#footer a {	
	color: #877069;
	text-decoration: none;
}


.blanc 	{
	color: #FFFFFF;
}
.taupe 	{
	color: #877069;
}
.light {
	font-weight: normal;
	}
	
#badge {
	position: absolute;
	top: 100px;
	left: 50px;
}	