@charset "iso-8859-1";

BODY {
font-size:			10px;
font-family:		Arial, Helvetica, sans-serif;
color:				black;
/*background-color : ;*/
}

A {
color:				#CC0066;
font-family:		Arial, Helvetica, sans-serif;
text-decoration:	none;
}

A:link {
text-decoration:	none
}

A:visited {
text-decoration:	none
}

A:hover {
color:				#5B093A;
font-family:		Arial, Helvetica, sans-serif;
text-decoration:	none;
}

IMG {
border-style:		none;
}

TABLE {
border-style:		none;
}

/*	les tableaux d'affichages des résultats des recherches	*/
TABLE.rech {
margin-left:		auto;
margin-right:		auto;
width:				700px;
border-spacing:		1px;	/*	remplace CELLSPACING	*/
padding:			0px;
}

.text {
font-size:			13px;	/* = small */
}
.text1 {
font-size:			10px;	/* = x-small */
}
.text2 {
font-size:			16px;
}
/*	titres des tableaux des recherches	*/
.titre1 {
font-size:			10px;
color:				#CC0066;
background-color:	#eddff0;
}
.titre2 {
font-size:			13px;
color:				#CC0066;
background-color:	#eddff0;
}
/*	le nom de la strcture		*/
.fiche {
font-size:			16px;
font-weight:		bold;
text-align:			center;
}
/*	les titres des rubriques fiche principal	*/
.fiche1 {
font-size:			13px;
font-style:			italic;
font-weight:		bold;
width:				110px;
}
/*	les titres des rubriques mini-fiches	*/
.fiche2 {
font-size:			13px;
font-style:			italic;
font-weight:		bold;
width:				125px;
}
/*	trait séparateur des mini-fiches	*/
.trait {
height:				0px;
background-color:	#DDDDDD;
}
.th {
height:				1px;
background-image:	url('image/p.gif');
}

.tv {
width:				1px;
background-image:	url('image/p.gif');
}
/*	couleurs de fond	*/
.coul1 {
background-color:	#eddff0;
}
.coul2 {
background-color:	#DDDDDD;
}