/* général */

html {
	background: url('images/interface/bg.png') repeat-y center; 
	padding: 0;
	font-family: sans-serif, serif;
	font-size: small;
	margin: 0;
}

body {
	margin: 0 auto; 
	padding: 0px;
	width: 682px;
}

h1 {
	background: url('images/interface/header.png') no-repeat; 
	margin: 0 auto; 
	height: 66px; 
	width: 582px;
	color: #fff;
	padding: 250px 0 0 100px;
	font-weight: normal;
	font-size: big;
}

/* Menu */

#menu h2 {
	background: url('images/interface/fleche.png') no-repeat;
	font-weight: bold;
	font-size: 0.95em;
	text-indent: 20px;
	margin: 0 0 0 3px;
}

#menu {
	padding: 10px 6px 10px 10px;
	width: 100px;
	border-right: 1px dotted #000;
	float: left;
}

#menu li {
	border-bottom: 1px solid #ffc543;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#menu ul {
	margin:0;
	padding: 0;
	border: 1px solid #ffc543;
	border-bottom: none;
}

#menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 0.95em;
	padding: 0;
	margin: 0;
}

#menu a:hover {
	color: #fff;
	background: #ffc543;
}

/* Contenu */

.colonne {
	margin: 0 5px;
	float: left;
	width: 175px;
}

.colonne h2 {
	font-weight: bold;
	font-size: 0.95em;
	text-indent: 10px;
	margin: 0 0 0 3px;
}

.colonne p {
	margin: 0 0 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: justify;
}
	
#bleu {
	color: #1d73ac;
}

#gris {
	color: #808ca6;
}

#vert {
	color: #9db061;
}

/* Footer */

#footer a {
	color: #056ea5;
	text-decoration: none;
}

#footer {
	clear: both;
	background: url('images/interface/footer.png') bottom no-repeat;
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	color: #056ea5;
	padding-top: 15px;
}

/* Formulaire */ 

#form-recherche label {
	font-size: 0.95em;
}

#form-recherche #search-label {
	color: #ffc543;
	font-weight: bold;
	font-size : 1em;
}

#form-recherche input#recherche {
	background: #fff;
	border: 1px solid #ffc543;
	font-size: 0.9em;
}

#form-recherche #recherche {
	width: 27%;
}

#form-recherche #submit {
	background: url('images/interface/recherche.png');
	border: none;
	width: 135px;
	height: 26px;
}

#form-recherche input {
	margin: 0 0 0 20px;
}

form#form-recherche {
	padding: 0 10px;
	margin: 0;
}
