body
{
	text-align: center;
	background: rgb(166, 187, 209) url(background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336;
	margin: 0;
	padding:0;/*pour opera*/
}
a img
{
  border:0;
}
h2,h3
{
  margin : 1em 0 0;
}
#contenu
{
	width: 760px !important;
	width: 770px;/*pour ie*/
	height: auto;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding:0 5px;
	background: url(borders.png) no-repeat -1px 0;
}
#bordleft {
	position: absolute;
	left: 0px;
	top: 0px;
}
#bordright {
	position: absolute;
	right: 0px;
	top: 0px;
}
#header
{
	margin: 0;
	padding: 0;
	background: rgb(108, 142, 190) url(bandeau.png) no-repeat top left;
	height: 69px;
}
#header #titre
{
	display:none;
}
#menu
{
	background: #efce63;
	font-size: 150%;
	text-align: center;
	height: 26px !important;

	margin-top:-18px !important;/*pour opera*/
	margin-bottom:-10px !important;/*pour opera*/

	margin-top:-2px;/*pour ie*/
	margin-bottom:-20px;/*pour ie*/
	/*height: 28px;pour ie*/
}
:root #menu
{
	margin-top:-16px !important;/*pour gecko/khtml*/
	margin-bottom:-0px !important;/*pour gecko/khtml*/
}
#menu a
{
	display:block;
	text-decoration:none;
	color:#666 !important;
	color:rgb(108, 142, 190);
	font-weight: 600;
}
#menu a:after {
	display: block;
	margin-left: -.1em;
	margin-top: -1.2em;
	color: rgb(108, 142, 190);
	content: attr(title);
}
#menu a:hover:after {
	color:#efce63 !important;
	color:#666;
}
#menu ul
{
	background: #efce63;
	list-style: none;
	padding:0;
}
#menu li
{
	list-style: none;
	float:left;
	padding:.1em .7em;
}
#src input#q
{
	background: #ffde73 url(search.png) no-repeat 5px center;
	width: 8em;
	padding-left: 20px;
	margin:3px 0 !important;
	margin:2px 0;/*ie*/
	border: 1px #bfa47a solid;
	font-size:80%;
}
#src input#q:focus,#src input#q:hover
{
  background-color:#fff;
}
#main
{
	height: 400px !important;
	height: 404px;
	padding:2px 1em 2px 10px;
	background:#acf url(alcoves_brunes.jpg) no-repeat top left;
	padding-left:110px;
	border-right:17em solid #fff;
}
#main ul
{
	padding-left:1.1em;
}
#main img
{
	padding:0 .2em;
}
#main #side
{
  position: absolute;
  right:1em;/*pour ie & opera*/
  top: 95px;
  width:19em;/*pour ie & opera*/
  padding:.5em;
}
:root #main #side
{/* pour gecko/khtml */
  right:0;
  width:16em;
}
#side ul
{
  list-style:none;
  padding:0;
}
#side li
{
  padding:0;
  border-bottom:1px solid #999;
}

#footer
{
  font-size:80%;
  background:url(bordbottom.png) repeat-x 0px -1px;
  text-align:center;
  margin-top:-9px;
}
.right
{
  text-align:right;
  float:right;
}
