@import url("./globale_print.css") print;

html, body {
	margin: 0; padding: 0;
	border: 0;
	/* height: 100%; */
	background-color:#FFFFFF
}
body {
	background-image: url(bg_body.gif);
	background-repeat: repeat;
}
div#wrapper {
	/* height: 100%; */
	/* border-top : 1px solid #809080; */
	border-left : 5px solid #809080;
	border-right : 5px solid #809080;
	width : 750px;
	padding-top : 0;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#contenu {
	padding-left: 1em;
	padding-right: 1em;
}
#contenu p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-indent: 1em;
}

#contenu p a {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
#contenu p a: hover {
	text-decoration:underline;
}

#bandeau {
	margin: 0px;
	padding: 0px;
}
#bandeau a {
	display: block;
	width: 750px; height: 90px;
	margin: 0; padding: 0;
	background: url(../img/bandeau750x90_2.jpg) top left no-repeat;
	text-decoration: none;
}
#bandeau a span {
	display: none;
}
#menugen {
	background-color: #F0DEA0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding: 0;
	margin-bottom: 5px;
	border: 0;
} 
#menugen ul {
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type:none;
	/*border-left: 1px solid #333333;*/
}
#menugen li {
	display: inline;
	padding: 0 3px 0 2px;
	margin: 0;
	border-right: 1px solid #333333;
}
#menugen li a {
	text-decoration: none;
	color: #303000;
}
#menugen li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #303000;
}

#menulocal {
	float: right;
	width: 200px;
	/* height: 100%; */
	border-left: 1px solid #809080;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0 0 10px 10px;
}

div#menulocal ul {
	
	list-style-type: none;
	line-height: 120%;	
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
#menulocal li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}
#menulocal li a:hover {
	text-decoration:underline;
}


#footer {
	clear: both;
	background-color: #F0DEA0;
	padding: 5px;
	font-size: 100%;
	color:#000000;
	text-align:right;
}

h1 {
	text-align:center;
}
h1.section {
	color: #C48883;
	display: inline;
	border-bottom: 1px solid #C48883;
}

div#recherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin: 0 0 10px 0;
	background-color: #f0dea0;
}

