@charset "iso-8859-1";
#adresse {
	color: #FF989C;
	font-size: 10px;
	font-weight: bold;
}

#cadre_accueil {
	width: 760px;
	height: 300px;
	margin-top: 20px;
	margin-left: 20px;
/*	background-color: #8A3644;*/
	padding: 10px;
	text-align: center;
	border-left: 2px solid #996666;
	border-top: 2px solid #996666;
	border-bottom: 2px solid #663333;
	border-right: 2px solid #663333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC99;
	background: url("images/back.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

#fonds {
	background-color: #8A3644;
}

a { font-weight: bold; color: #FFCC99; text-decoration:none; }

a:hover { color: #FFAB58; text-decoration: none; }
 
a img { border: 0; }

a#mail { color: #FF989C; }

a#mail:hover { color: #CC6666; }

a#zoom { font-size: 9px; font-weight: normal; }

#texte_home { padding-left: 20px; }

#recherches {
	width: 520px;
	text-align: left;
	vertical-align: top;
}

#recherches_par {
	width: 520px;
	margin-top: 20px;
}

#objet_champ { padding-left: 15px;
}

#texte_champ {
}

.recherche {
font-size: 14px;}

/* MINI FICHE */

.mini_fiche {
	width: 520px;
	height: 220px;
	border: 1px solid #996666;
	margin: 15px;
	padding: 4px;
}

.mini_fiche_texte {
	width: 260px;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
}

.mini_fiche_texte_modif {
	width: 340px;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
}

.mini_fiche_image {
	width: 220px;
	vertical-align: middle;
	padding-bottom: 5px;
	text-align: center;
}

#titre_mini_fiche {
	font-size: 18px;
	text-align: center;	
	padding: 10px 0 25px 0;
}

#infos { font-weight: normal; font-size: 10px; padding-left: 5px; }
#info { font-weight: normal; font-size: 12px; padding-left: 5px; }