/****************************************************/
/* le bloc contenant toute la page : fixe des marges*/
/****************************************************/
#container {
	margin: 2% 1% 0% 1%;
}



/****************************************************/
/* En-tete de la page 								*/
/****************************************************/

#header {
	text-align: center;	
}

/* titre de la page */
#header h1 {
	position: absolute;
/*	float: left;
	margin-left: 50px;*/
	margin-left: 230px;
	margin-top: 30px;
}

/* chemin d acces a la page courante */
#header h3 {
	position: absolute;
	margin-top: 70px;
	width: 95%;	
}

#logo_onglet {
	text-align: center;
}

#logo_onglet img {
	height: 110px;	
	width: auto;
}

/* le logo de redgems */
#logo_projet {
	width: 155px;
	height: 72px;
	float: right;
}


/* la barre de navigation horizontale (points d entree) */
#navigation {
	clear: both;
	padding: 0px;
	height: 43px;
	margin-bottom: 30px;
}

/* formulaire de recherche rapide */
#research {
	float: right;
	clear: right;
	bottom: 0;
	margin: 10px 10px 10px 10px;
	text-align: right;
}

#research span {
/*	display: block;	*/
	margin-left: 10px;
}

#research input {
	margin-top: 5px;
}

/****************************************************/
/* COLONNE DE GAUCHE								*/
/****************************************************/
.gauche {
	float: left;
	width: 200px;
}

#menu {
	padding-bottom: 5px;
}

#menu h3 {
	margin-top: 0;
	padding: 10px;
}

#menu ul, #news ul {
	margin-top: -10px;	
}

/* Les 5 articles fixes */
#essentiels {
	margin-top: 0;
	padding: 10px 10px 5px 10px;
	text-align: center;
}

#essentiels li {
	margin-bottom: 10px;
}

/* la liste des mots-clef associes */
#keywords {
	margin: 15px 0 15px 0;
	text-align: justify;
}

#keywords h3 {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#keywords div {
	padding: 10px;	
}

/****************************************************/
/* ESPACE CENTRAL									*/
/****************************************************/
.centre {
	margin-left: 230px;
	margin-right: 230px;
}

.centresansdroite {
	margin-left: 230px;
	margin-right: 30px;
}

#content {
	min-height: 500px; 
	margin-bottom: 50px;
	z-index: -1;
}
/*
#content img {
	float: right;
	margin: 5px 0 0 15px;
	z-index: -1;
}
*/

/* le tableau d affichage des copyright (cf copyright.html) */
#copyright {
	border-spacing: 10px;
	text-align: left;
}

#copyright .image {
	text-align: right;
	padding-left: 35px;
}

/****************************************************/
/* COLONNE DE DROITE								*/
/****************************************************/
.droite {
	float: right;
	width: 180px;
}

.more {
	float: right;	
}

#news {
	padding: 0 10px 0 10px;	
}

#news ul {
	padding: 0;
	list-style-position: inside;	
}


/****************************************************/
/* PIED DE PAGE							*/
/****************************************************/
#footer {
	text-align: center;
}

#footer .droite {
	font-style: italic;
	font-weight: bold;
}

/* Style pour les puces generees par SPIP */
.puce {
	margin: 7px 10px 0px 0px;
}

