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

body{
	margin:2em;
	font-family:Univers, Arial, Helvetica, sans-serif;
	color:#2b2f50;
	background: url(images/bk_body.jpg) 50% 0% no-repeat;
}
strong{
	font-weight:normal;
	color:#5fa800;
}
#logo{
	width:507px;
	height:94px;
	margin-bottom:50px;
	background:url(images/bk_logo.png) no-repeat;
	_background-image:url(images/bk_logo.gif);
}
#logo h1,#logo h2{display:none;font-weight:normal;}
#logo h1{
	text-transform:uppercase;
	margin-bottom:0;
}
#logo h2{
	margin-top:0;
	letter-spacing:0.5ex;
}
#menu ul{
	margin-left:0;
	padding-left:0;
	white-space:nowrap;
}
#menu li{
	display:inline;
	list-style:none;
	border-left: 0.5em solid #2b2f50;
	padding:0 1.5em;
}
#menu li.first{
	border-left:none;
	padding-left:1em;
}
#menu a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#2b2f50;
}
#menu a:hover{
	color:#404D77;
}
#menu a.on{
	color:#6FAB21;
}

#content{
	margin:2em 30% 2em 15px;
	min-width:35em;
	padding:0 1em;
	font-size:0.9em;
	border:1px solid #404D77;
	background: url(images/bk_content.png);
}

#content h2{
	font-size:1.4em;
	color:#5fa800;
}
#content h3{
	font-size:1.3em;
	color:#5fa800;
}

#footer{
	font-size:0.8em;
	font-weight:bold;
}

#footer .credit {
	font-size:0.8em;
	padding-left:1.5em;
}
#footer .credit a{
	color:#2b2f50;
}

body.accueil #content{
	font-size:1.2em;
	min-width:26em;
}
body.coordonnees label{
	display:inline-block;
	width:6em;
}
body.coordonnees #footer{
	margin-top:7em;
}

