body {
	font-family : arial, helvetica, sans-serif;
	font-size : small;
}

.clear {
	height : 1px;
	overflow : hidden;
	clear : both;
}

#fil {
	font-size : 8px;
	line-height : 10px;
	margin-bottom : 10px;
}


#texte {
	line-height : 1.5em;
	color : #748A3A;
}

#texte h1 {
	margin : 0;
	padding : 0;
	margin-top : 0.25em;
	margin-bottom : 0.5em;
	font-size : 1.5em;
	font-weight : normal;
	line-height : 1em;
}

#texte h2 {
	margin : 0;
	padding : 0;
	margin-top : 1em;
	margin-bottom : 0.5em;
	font-size : 1.25em;
	font-weight : bold;
	line-height : 1em;
}

#texte p, #texte ul, #texte table {
	margin-top : 1em;
	margin-bottom : 1em;
}

#texte font {
	line-height : 1.5em;
}

#texte ul {
	list-style-type : square;
}

#texte a {
	/*color : #748A3A;*/
	color : #DD813A;
}

#texte a:hover {
	color : #000;
}

#texte ul li {
	margin-bottom : 0.25em;
}

/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #texte ul {
	margin : 0;
	margin-left : 3em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.typePage_5 #texte ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.typePage_5 #texte ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.typePage_5 #texte ul ul li {
	margin-bottom : 0em;
}

.typePage_5 #texte ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}

/*--------------------------------------------------------------------
/* LISTE DE DOCUMENTS
/**/

.typePage_8 .titreDocument {
	font-weight : bold;
}

.typePage_8 .details {
	font-size : 0.85em;
}

/*--------------------------------------------------------------------
/* PARTENAIRES
/**/

.logoPartenaire {
	margin-top : 5px;
	margin-bottom : 5px;
}


/*--------------------------------------------------------------------
/* TABLEAU DES MEMBRES
/**/

#tableau_membres {
	width : 100%;
	font-size : 0.85em;

	/*border-left : 1px solid #43627e;
	border-right : 1px solid #43627e;*/
}

#tableau_membres th,
#tableau_membres td {
	padding : 5px 15px;
}

#tableau_membres th {
	background-color : #96be41;
	font-weight : bold;
	color : #fff;
	text-align : left;
}

#tableau_membres td {
	/*border-bottom : 1px solid #43627e;*/
}

#tableau_membres .pair td {
	background-color : #f0f0f0;
}

#tableau_membres td a {
	text-decoration : none;
}

#tableau_membres td a:hover {
	text-decoration : underline;
}

#tableau_membres thead {
	
}