@CHARSET "UTF-8";

@import 'entete.css';

@import 'navigation.css';

@import 'ariane.css';

@import 'recherche.css';

@import 'contenu.css';

@import 'glossaire.css';

@import 'plan.css';

@import 'accessibilite.css';

@import 'contact.css';

@import 'actualites.css';

@import 'footer.css';

@import 'membres.css';

@import 'organismes.css';

@import 'schema.css';

@import 'schema_gip.css';

@import 'schema_mdph.css';

html {
	background: url("/css/img/fnd_html.png");
	margin: 0;
	padding: 0;
}

body {
	background: white url('/css/img/fnd_body.png') repeat-y top left;
	font-family: "Verdana";
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

abbr {
	font-style: italic;
	font-weight: bold;
}

abbr:hover {
	cursor: help;
}

/*********************/
/* Gestion des liens */
/*********************/
a {
	color: #8a1e5b;
	text-decoration: none;
}

a:visited {
	color: #8a1e5b;
	text-decoration: none;
}

a:hover, a:focus {
	color: #008bd0;
	text-decoration: underline;
}

a:active {
	color: #8a1e5b;
	text-decoration: none;
}

.unactived_link {
	color: #8a1e5b;
	font-weight: bold;
	text-decoration: none;
}

.unactived_link:hover {
	color: #000;
	font-weight: bold;
}

/************************/
/* Classes personnelles */
/************************/
.abbr {
	font-style: italic;
	font-weight: bold;
}

.cache {
	left: -5000px;
	position: absolute;
	top: -5000px;
}

.clear {
	clear: both;
}

.photo {
	float: right;
	padding: 1em;
}

.photo_inter {
	float: left;
	padding: 1em;
}

.terme_recherche {
	background-color: yellow;
	font-weight: bold;
}
