/*****************************/
/*      PAGES DE TEXTE       */
/*****************************/
#texte { /*** conteneur des pages de texte ***/
	border-top:3px solid #666;
	float:left;
	line-height:18px;
	padding:30px 20px 30px 0;
	width:484px;
}

#texte h3 { /* pour la home temporaire */
	font-size:18px;
	font-weight:normal;
	margin:40px 0 40px 20px;
	width:430px;
}
#texte h3 a {
	color:#7c7963;
}

#texte h1 { /* titre de la page */
	font-size:21px;
	line-height:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#texte div.axe, #texte div.adresse { background:#f4f1de; margin:0 0 20px 0; padding:14px 0 20px 18px; width:466px; }
#texte div.axe p.numero { color:#b1ca00; float:left; font-size:46px; line-height:36px; margin:0; width:82px; }
#texte div.axe div.texte { float:left; width:374px; padding:0 10px 0 0; }
#texte div.texte h2 { color:#b1ca00; font-size:16px; line-height:24px; margin:0; }
#texte div.texte p { margin:5px 0 0 0; }

#texte div.adresse div.numero { float:left; margin:0; width:233px; }
#texte div.adresse div.texte { float:left; width:223px; padding:0 10px 0 0; }


#tabnav	{ /* navigation interne */
	height:20px;
	margin:0 0 30px 0;
	padding-left:10px;
	background: url(/images/common/pointilles/point_gris.gif) 0 bottom repeat-x;
}
#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#tabnav li.active a	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}
#tabnav a:hover {
	background: #fff;
}

#tabnav2	{ /* navigation interne : 2eme rangee */
	height:20px;
	margin:0 0 30px 0;
	padding-left:10px;
	background: url(/images/common/pointilles/point_gris.gif) 0 bottom repeat-x;
}
#tabnav2 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav2 a {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#tabnav2 li.active a	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}
#tabnav2 a:hover {
	background: #fff;
}

/* l'equipe */
div.left { float:left; width:232px; padding:0 10px 0 0; }
div.right { float:left; width:232px; padding:0 0 0 10px; }
div.left h2, div.right h2 { color:#b1ca00; font-size:14px; margin:30px 0 5px 0; }
div.item_equipe { width:232px; margin:0 0 15px 0; }
div.item_equipe img { float:left; margin:0 10px 0 0; }
div.item_equipe p.titre { float:left; width:117px; margin:0; padding:5px 10px 0 5px; }