/* CSS Document */

/* Balises générales */
*{
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fond-stripe-blue.gif);
}
a:hover {
	color: #595341;
}
/* Fin des balises générales */


/* Contenu principal */
#contenu_haut {
	background-image: url(images/fond_haut.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#contenu_centre {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999;
}
#dessus {
	background-image: url(images/gerontoforum.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	text-align: right;
}
#dessus ul {
	text-align: right;
	float: right;
	border-left: 1px solid #4A99D7;
	height: 16px;
	margin-top: 53px;
}
#dessus li {
	display: inline;
}
#dessus a {
	display: block;
	float: left;
	font: 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #4a99d7;
	width: auto;
	text-decoration: none;
	height: 16px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #4A99D7;
}
#dessus a:hover {
	color: #FFF;
	background-color: #4A99D7;
}
#image_accueil {
	background-image: url(images/photo_accueil.jpg);
	background-repeat: no-repeat;
	height: 348px;
	clear: both;
	margin-top: 10px;
}
/* Fin de section et catégorie */


/* Contenu principal de la page */
#textes_images {
	width: 550px;
	float: left;
	padding-top: 20px;
}
#textes_images h1 {
	font: normal 30px/25px Georgia, "Times New Roman", Times, serif;
	color: #4a99d7;
	padding-bottom: 10px;
}
#textes_images p {
	font: 11px/14px "Lucida Grande", Trebuchet MS, Arial, sans-serif;
	color: #595341;
	margin-top: 10px;
}
#signature {
	margin-top: 150px;
	text-align: right;
}
#signature p {
	line-height: 70%;
	margin-top: -5px;
}
#signature a {
	color: #4a99d7;
	font: 11px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
#signature a:hover {
	color: #595341;
}
/* Fin du menu "Haut de page" */


/* Bas de la page (mentions obligatiore et copyrights) */
#bas {
	font-size: 10px;
	color: #666;
	text-align: center;
	clear: both;
	font-family: "Lucida Grande", Trebuchet MS, Arial, sans-serif;
	margin: 0 10px 0 10px;
	padding: 10px 0 5px 0;
}
