/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
body { margin: 0; padding: 0; 
}

#page {	width: 100%;position: relative; margin: 0 auto; text-align: left;background:#fff url(images/bg.gif) repeat-x; }

#bgimage_droite{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	width:371px;
	height:263px;
	background: url(images/header-image.gif) no-repeat top right;
}

#entete {
	width:200px;
	text-align:center;
	background: url(images/border.gif) repeat-x left bottom; 	
}
#entete .accueil { 	
}
#entete .accueil #nom_site_spip {
	margin: 0 0 5px 0; 
	padding: 0 0 0 0;
	font: normal 50px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #93b876;
	text-decoration: none;
}
#entete .accueil #nom_site_spip a{
	color: #93b875;
}
#entete .accueil img.spip_logos { 	
}
#entete #slogan_site_spip {
	color:#7BA45B;
	font-family:Georgia,'Times New Roman',Times,Serif;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:1.6em;
	margin:0pt;
	padding:0pt;
	position:absolute;
	width:400px;
	/* change the values of top and left to adjust the position of the logo*/
	top:175px; left:110px;
}

/*  navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;		
}
#nav .menu-liste {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;
	border:0;
}
#nav .menu-liste .menu-entree {
	float: left;
	margin: 0; padding: 0 0 0 10px;
	background:none;
}
#nav .menu-liste .menu-entree a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#nav .menu-liste .menu-entree a:hover,
#nav .menu-liste .menu-entree a:active {
	border: none;
	color: #111;
	background: transparent;
}
#nav .menu-liste .menu-entree.on {
	background: transparent url(images/left-tab.gif) no-repeat;	
}
#nav .menu-liste .menu-entree.on a {
	color: #444;
	background: transparent url(images/right-tab.gif) no-repeat right top;	
}


#bloc-central{/* width:960px; */ margin:0 auto;}
#conteneur { float: left; width: 100%; background: #fff url(images/content-bg.gif) repeat-y center top;	}
#contenu { padding-bottom: 35px;	padding-top: 5px;		margin-left:10px;margin-right:490px;}


#navigation { 
	width: 195px; 
	/* float: left; */
	margin-top: 5px; 
	/* margin-left:-470px; overflow: hidden; */}
#extra { float: left; width:220px; margin-top: 5px; margin-left:-230px; overflow: hidden; }
#navigation .h3,#extra .h3 {
	color: #444;
	font: normal 2em Georgia, 'Times New Roman', Times, Serif;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}
/* header quick search */
#formulaire_recherche {
/*	display:inline-block; */
	border: 1px solid #bababa;
	background: #fafafa;
	z-index: 999999;
	padding:2px;
	margin:0;
}
#formulaire_recherche  input.text {
	color: #aaaaaa;
	/*float: left;*/
	margin: 0; padding: 5px 3px 5px 3px;
	background:#fafafa;border:none;
	width:150px;
}

#formulaire_recherche  input.submit{
	text-indent:-1000px;
	width: 25px; height: 24px;
	border:0;
	background:#fff url(images/search.gif) no-repeat top left;
}
#formulaire_recherche label {
	display: none;
}

#pied {
	position:absolute;
	top:4px;
	right:0;
	font-size: 0.90em; 
	text-align:center;
}
#pied img { vertical-align: middle; }
#pied .h3,
#pied p {
	padding-left: 0;
}
#pied a {
	color: #333;
	background: transparent;
}

.spip-admin-float {
right:200px;
z-index:100;
}
