body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
}

a:link {color: #003c46; text-decoration: underline;}
a:visited {color: #003c46; text-decoration: underline;}
a:hover {color: #00aecd; text-decoration: none;}

h1	{
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0088a0;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

h2	{
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006c80;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

h3	{
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

h4	{
	font-size: 16px;
	font-weight: normal;
	color: #848484;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

h5	{
	font-size: 12px;
	font-weight: normal;
	color: #0088a0;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#entete	{
	height: 100px;
	background-color: #ffffff;
	background-image: url("./images/entete.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#boutonsentete	{
	position: absolute;
	width: 100%;
	height: 18px;
	top: 82px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

	td.boutonentetegauche	{
		background-image: url("./images/bouton_menu_haut_gauche.gif");
		background-repeat: no-repeat;
		background-position: top right;
		margin: 0px;
		padding: 0px;
		font-size: 6px;
		width: 7px;
		height: 18px;
	}

	td.boutonentetemilieu	{
		background-image: url("./images/bouton_menu_haut_milieu.gif");
		background-repeat: repeat-x;
		background-position: top;
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		height: 18px;
	}

		.boutonentetemilieu:first-letter	{
			color: #a2f2ff;
			font-size: 12px;
		}

		.forum .boutonentetemilieu a:link, .boutonentetemilieu a:link {color: #ffffff; text-decoration: none;}
		.forum .boutonentetemilieu a:visited, .boutonentetemilieu a:visited {color: #ffffff; text-decoration: none;}
		.forum .boutonentetemilieu a:hover, .boutonentetemilieu a:hover {color: #dcdcdc; text-decoration: none;}

		html>body .boutonentetemilieu a:first-letter	{
			color: #a2f2ff;
			text-decoration: none;
			font-size: 12px;
		}

	td.boutonentetedroite	{
		background-image: url("./images/bouton_menu_haut_droite.gif");
		background-repeat: no-repeat;
		background-position: top left;
		margin: 0px;
		padding: 0px;
		padding-right: 10px;
		font-size: 6px;
		width: 7px;
		height: 18px;
	}

#drapeauxentete	{
	position: absolute;
	width: 100%;
	height: 10px;
	top: 4px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

	#drapeauxentete p	{
		color: white;
		font-size: 10px;
		margin: 0px;
		padding: 0px;
	}

#boutonshautentete	{
	position: absolute;
	width: 100%;
	height: 20px;
	top: 20px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#rechercheentete	{
	position: absolute;
	top: 50px;
	width: 100%;
	height: 24px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

	#rechercheentete input.text	{
		border: 1px solid #004b58;
		font-size: 11px;
		background-color: white;
		color: black;
		height: 14px;
		width: 128px;
	}

	#rechercheentete input.btn	{
		border: 1px solid #004b58;
		background-color: #00a2bf;
		color: white;
		font-size: 9px;
		font-weight: bold;
		height: 18px;
	}

#espacepromoentete	{
	position: absolute;
	height: 70px;
	width: 355px;
	top: 5px;
	left: 400px;
	margin: 0px;
	padding: 0px;
}

#conteneur	{
	position: absolute;
	background-color: #ffffff;
	width: expression((document.body.clientWidth < 980) ? "980px" : "100%");
}

	html>body #conteneur	{
		width: 100%;
		min-width: 980px;
	}

#centre	{
	background-color: #ffffff;
	margin-left: 150px;
	margin-right: 150px;
	height: 480px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
}

	html>body #centre	{
		height: 100%;
		min-height: 480px;
	}

	#centre p	{
		padding: 0px;
		margin: 0px;
		text-align: justify;
	}



#droite	{
	position: absolute;
	right: 0;
	width: 150px;
	padding-top: 10px;
}

#pied	{
	height: 30px;
	background-color: #ffffff;
	background-image: url("../commun/images/pied.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

	#pied p	{
		margin: 0px;
		padding: 0px;
		padding-top: 6px;
		text-align: center;
		font-size: 10px;
		color: #6c6c6c;
	}

#gauche	{
	position: absolute;
	left: 0;
	width: 150px;
	text-align: center;
}

		table.menugauche	{
			width: 140px;
			margin: 0px;
			padding: 0px;
			background-color: #ffffff;
			font-size: 12px;
			color: #003c46;
		}

		td.menugauchetitre	{
			text-align: left;
			font-weight: bold;
			font-variant: small-caps;
			font-size: 13px;
			color: #ffffff;
			background-color: #0088a0;
			padding: 2px;
			padding-top: 4px;
		}

		td.menugauchelien	{
			text-align: left;
			font-size: 12px;
			padding: 2px;
			border-left: 2px dotted #c6c6c6;
			border-right: 2px dotted #c6c6c6;
			border-bottom: 2px dotted #c6c6c6;
		}

		td.menugauchelienfr	{
			text-align: left;
			font-size: 12px;
			padding: 0px;
			border-left: 2px dotted #c6c6c6;
			border-right: 2px dotted #c6c6c6;
			border-bottom: 2px dotted #c6c6c6;
			background-image: url("./images/menugauche-france.png");
			background-repeat: no-repeat;
			background-position: left top;
			height: 28px;
		}

		td.menugauchelienbe	{
			text-align: left;
			font-size: 12px;
			padding: 0px;
			border-left: 2px dotted #c6c6c6;
			border-right: 2px dotted #c6c6c6;
			border-bottom: 2px dotted #c6c6c6;
			background-image: url("./images/menugauche-belgique.png");
			background-repeat: no-repeat;
			background-position: left top;
			height: 28px;
		}

		td.menugauchelienfrance	{
			text-align: left;
			font-size: 12px;
			padding: 2px;
			border-left: 2px dotted #c6c6c6;
			border-right: 2px dotted #c6c6c6;
			border-bottom: 2px dotted #c6c6c6;
			background-image: url("../commun/images/menugauche_france.jpg");
			background-repeat: no-repeat;
			background-position: right top;
		}

		td.menugauchelienbelgique	{
			text-align: left;
			font-size: 12px;
			padding: 2px;
			border-left: 2px dotted #c6c6c6;
			border-right: 2px dotted #c6c6c6;
			border-bottom: 2px dotted #c6c6c6;
			background-image: url("../commun/images/menugauche_belgique.jpg");
			background-repeat: no-repeat;
			background-position: right top;
		}

			.menugauchelien a:link {color: #003c46; text-decoration: none;}
			.menugauchelien a:visited {color: #003c46; text-decoration: none;}
			.menugauchelien a:hover {color: #00aecd; text-decoration: underline;}

			.menugauchelienfrance a:link {color: #003c46; text-decoration: none;}
			.menugauchelienfrance a:visited {color: #003c46; text-decoration: none;}
			.menugauchelienfrance a:hover {color: #00aecd; text-decoration: underline;}

			.menugauchelienbelgique a:link {color: #003c46; text-decoration: none;}
			.menugauchelienbelgique a:visited {color: #003c46; text-decoration: none;}
			.menugauchelienbelgique a:hover {color: #00aecd; text-decoration: underline;}

		span.sousmenugauche	{
			margin: 0px;
			padding-top: 0px;
			padding-left: 10px;
			padding-right: 0px;
			padding-bottom: 0px;
		}

			.sousmenugauche a:link {color: #6c6c6c; text-decoration: none;}
			.sousmenugauche a:visited {color: #6c6c6c; text-decoration: none;}
			.sousmenugauche a:hover {color: #00aecd; text-decoration: underline;}

table.fournisseur	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
	width: expression((document.body.clientWidth > 600) ? "600px" : "100%");
}

	html>body .fournisseur	{
		width: 100%;
		max-width: 600px;
	}

	.fournisseur th	{
		background-color: #0088a0;
		color: white;
		font-weight: bold;
		font-size: 14px;
		padding: 6px;
		text-align: left;
		background-image: url("./images/fournisseur_th.jpg");
		background-repeat: no-repeat;
		background-position: top right;
	}

	.fournisseur td	{
		padding: 6px;
/* 		text-align: left; */
	}

	.fournisseur td.ref	{
		padding: 6px;
/* 		text-align: left; */
		background-image: url("./images/reffrs.jpg");
		background-repeat: no-repeat;
		background-position: left top;
	}

	.fournisseur span.coord	{
		font-size: 10px;
		text-decoration: underline;
		font-weight: bold;
		color: #0088a0;
	}

table.frsrecherche	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
	width: 248px;
}

	.frsrecherche td.titre	{
		background-color: #0088a0;
		color: white;
		font-weight: bold;
	}

	.frsrecherche select	{
		border: 1px solid black;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		width: 240px;
	}

	.frsrecherche input.text	{
		border: 1px solid black;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		width: 236px;
	}

table.livres	{
	border-top: 3px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
	width: expression((document.body.clientWidth > 600) ? "600px" : "100%");
}

	html>body .livres	{
		width: 100%;
		max-width: 600px;
	}

	.livres th	{
		color: white;
		background-color: #0088a0;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
		padding: 0px;
		height: 36px;
		background-image: url("./images/livres_th.jpg");
		background-repeat: no-repeat;
		background-position: top right;
	}

	.livres td	{
		padding: 6px;
		text-align: left;
	}

	.livres span.infoclair	{
		font-size: 11px;
		color: #888888;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
	}

	.livres span.titre	{
		font-size: 15px;
		color: #555555;
		font-weight: bold;
	}

	.livres span.info	{
		font-size: 12px;
		color: #0088a0;
		font-weight: bold;
		text-decoration: underline;
	}

span.titrearticle	{
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0088a0;
	line-height: 30px;
}

div#pagearticle	{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
	padding: 10px;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
}

table.auteurarticle	{
	font-size: 13px;
	font-weight: bold;
	color: #7f7f7f;
	text-align: right;
}

span.titrepage	{
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0088a0;
	line-height: 30px;
}

table.logosaccueil	{
	width: 140px;
}

	.logosaccueil th	{
		background-color: #0088a0;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		margin: 0px;
		padding: 4px;
		border-top: 1px solid #cfebf0;
		border-left: 1px solid #cfebf0;
		border-right: 1px solid #00505e;
		border-bottom: 1px solid #00505e;
	}

	.logosaccueil td.logos	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 0px;
	}

table.annonces	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
	width: expression((document.body.clientWidth > 600) ? "600px" : "100%");
}

	html>body .annonces	{
		width: 100%;
		max-width: 600px;
	}

	.annonces th	{
		color: white;
		background-color: #0088a0;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
		padding-left: 6px;
		padding-right: 42px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 36px;
		background-image: url("./images/annonces_th.jpg");
		background-repeat: no-repeat;
		background-position: top right;
		margin: 0px;
	}

	.annonces td	{
		padding: 6px;
		text-align: justify;
	}

		.annonces a:link {color: #305580; text-decoration: none;}
		.annonces a:visited {color: #305580; text-decoration: none;}
		.annonces a:hover {color: #6c6c6c; text-decoration: none;}

	.annonces span.titre	{
		font-size: 15px;
		color: #555555;
		font-weight: bold;
	}

	.annonces span.info	{
		font-size: 12px;
		color: #0088a0;
		font-weight: bold;
		text-decoration: underline;
	}

table.tinyannonce	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
}

	table.tinyannonce td.titre	{
		background-color: #0088a0;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		background-image: url("./images/annonces_tiny_th.png");
		background-repeat: repeat-x;
		background-position: top;
	}

	table.tinyannonce td.corps	{
		font-size: 10px;
		color: #000000;
		line-height: 13px;
	}

	table.tinyannonce td.bas	{
		font-size: 10px;
		color: #000000;
		line-height: 13px;
		background-image: url("./images/annonces_tiny_bas.png");
		background-repeat: repeat-x;
		background-position: bottom;
	}

		table.tinyannonce td.corps a:link {color: #000000; text-decoration: none;}
		table.tinyannonce td.corps a:visited {color: #000000; text-decoration: none;}
		table.tinyannonce td.corps a:hover {color: #ff6600; text-decoration: none;}

table.annuairerecherche	{
	border: 1px solid #dddddd;
	width: 200px;
}

	.annuairerecherche th	{
		background-color: #0088a0;
		color: white;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
		font-variant: small-caps;
		height: 27px;
		background-image: url("./images/th_annuaire.png");
		background-repeat: repeat-x;
		background-position: top;
		padding: 0px;
		padding-left: 10px;
		margin: 0px;
	}

	.annuairerecherche td.titre	{
		background-color: #0088a0;
		color: white;
		font-weight: bold;
		text-align: left;
		background-image: url("./images/td_titre_haut.png");
		background-repeat: repeat-x;
		background-position: top;
	}

	.annuairerecherche select	{
		border: 1px solid black;
		background-color: #ffffff;
		color: black;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		width: 190px;
	}

	.annuairerecherche input.inputtext	{
		border: 1px solid black;
		background-color: #ffffff;
		color: black;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		width: 188px;
	}

	.annuairerecherche td.france	{
		width: 200px;
		height: 28px;
		background-image: url("../commun/images/drapeaux/recherche/france.png");
		background-repeat: no-repeat;
		background-position: top center;
	}

	.annuairerecherche td.belgique	{
		width: 200px;
		height: 28px;
		background-image: url("../commun/images/drapeaux/recherche/belgique.png");
		background-repeat: no-repeat;
		background-position: top center;
	}

table.annuaire	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
/* 	width: expression((document.body.clientWidth > 600) ? "600px" : "100%"); */
	width: expression((this.width > 600) ? "600px" : "100%");
}

	html>body .annuaire	{
		width: 100%;
		max-width: 600px;
	}

	.annuaire th	{
		background-image: url("./images/th.png");
		background-repeat: no-repeat;
		background-position: top right;
		background-color: #0088a0;
		text-align: left;
		font-weight: bold;
		color: white;
	}

	.annuaire span.info	{
		font-size: 12px;
		color: #0088a0;
		font-weight: bold;
		text-decoration: underline;
	}

	.annuaire a:link {color: #005c6c; text-decoration: underline;}
	.annuaire a:visited {color: #005c6c; text-decoration: underline;}
	.annuaire a:hover {color: #00ccef; text-decoration: none;}

	td.lienboutique	{
		font-size: 13px;
		padding: 0px;
		padding-top: 6px;
		padding-left: 2px;
		margin: 0px;
		font-weight: bold;
	}

table.splitnavigator	{
	font-size: 24px;
	font-weight: bold;
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
}

	.splitnavigator a:link {color: #005766; text-decoration: none;}
	.splitnavigator a:visited {color: #005766; text-decoration: none;}
	.splitnavigator a:hover {color: white; text-decoration: none; background-color: #0088a0;}

div#splitnavigator	{
	width: expression((document.body.clientWidth > 600) ? "600px" : "100%");
}

	html>body #splitnavigator	{
		width: 100%;
		max-width: 600px;
	}

table.sites	{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
}

	.sites td.cat	{
		font-size: 13px;
		font-weight: bold;
		font-variant: small-caps;
		padding-top: 10px;
		padding-left: 4px;
		padding-bottom: 4px;
		color: white;
		background-image: url("./images/th_annuaire.png");
		background-repeat: repeat-x;
		background-position: top;
		background-color: #57b1c0;
	}

	.sites a:link	{
		color: #005766;
		text-decoration: none;
		display: block;
		padding: 4px;
	}
	.sites a:visited {
		color: #005766;
		text-decoration: none;
		display: block;
		padding: 4px;
	}
	.sites a:hover	{
		color: white;
		text-decoration: none;
		display: block;
		background-color: #00a2bf;
		padding: 4px;
	}

table.organismes	{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
}

	.organismes td.cat	{
		font-size: 13px;
		font-weight: bold;
		font-variant: small-caps;
		padding-top: 10px;
		padding-left: 4px;
		padding-bottom: 4px;
		color: white;
		background-image: url("./images/th_annuaire.png");
		background-repeat: repeat-x;
		background-position: top;
		background-color: #57b1c0;
	}

table.conn	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
	background-image: url("./images/connexion_fond.jpg");
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

	.conn td.titre	{
		font-weight: bold;
		font-size: 13px;
	}

	.conn input.text	{
		border: 1px solid #00505e;
		background-color: white;
		color: black;
		width: 196px;
		font-size: 12px;
	}

table.accueilaudio	{
	width: 100%;
	line-height: auto;
}

	.accueilaudio td.professionnels	{
		width: 140px;
	}

	.accueilaudio th	{
		color: white;
		background-color: #0088a0;
		font-weight: bold;
		font-size: 13px;
		font-variant: small-caps;
		text-align: center;
	}

	.accueilaudio a:link {color: black; text-decoration: none;}
	.accueilaudio a:visited {color: black; text-decoration: none;}
	.accueilaudio a:hover {color: black; text-decoration: none;}

	.accueilaudio a.vert:link {color: #003c46; text-decoration: underline;}
	.accueilaudio a.vert:visited {color: #003c46; text-decoration: underline;}
	.accueilaudio a.vert:hover {color: #00aecd; text-decoration: none;}

	table.miniannonces	{
		width: 200px;
		border: 1px solid #818181;
	}

		.miniannonces th	{
			background-color: #0088a0;
			font-weight: normal;
			color: white;
			text-align: left;
		}

		.miniannonces td	{
			text-align: left;
			font-size: 11px;
			color: black;
			padding: 2px;
			padding-left: 8px;
			padding-right: 8px;
			background-image: url("../commun/images/papier_journal.jpg");
			background-repeat: repeat-x repeat-y;
			background-position: top left;
		}

		.miniannonces a:link {color: black; text-decoration: none;}
		.miniannonces a:visited {color: black; text-decoration: none;}
		.miniannonces a:hover {color: #00b0cf; text-decoration: none}

table.forum	{
	background-color: white;
	width: expression((this.width > 900) ? "900px" : "100%");
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
}

	html>body .forum	{
		width: 100%;
		max-width: 900px;
	}

	.forum th	{
		background-color: #0088a0;
		font-weight: bold;
		font-size: 12px;
		color: white;
	}

	.forum	td.sujet	{
		background-color: #d5f9ff;
		border-top: 1px solid #cfebf0;
		border-bottom: 1px solid #accfd5;
	}

	.forum td.reponse	{
		background-color: #f3fdff;
	}

		.reponse p	{
			text-align: justify;
		}

	.forum input.text	{
		border: 1px solid #00505e;
		background-color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 384px;
	}

	.forum select	{
		border: 1px solid #00505e;
		background-color: white;
		font-size: 12px;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		width: 384px;
	}

	.forum textarea	{
		border: 1px solid #00505e;
		background-color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 384px;
		height: 224px;
	}

	.forum div#centrebtn	{
		margin: 0px;
		padding: 0px;
		width: 384px;
		text-align: center;
	}

	.forum a:link {color: black; text-decoration: none;}
	.forum a:visited {color: black; text-decoration: none;}
	.forum a:hover {color: #0088a0; text-decoration: underline;}

	.forum span.page	{
		background-color: white;
		border: 1px solid #929292;
		margin: 0px;
		padding: 2px;
	}

table.contact	{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
}

	.contact td.question	{
		text-align: right;
		background-color: #e3fbff;
	}

	.contact td.reponse	{
		text-align: left;
		background-color: #e3fbff;
	}

	.contact input.inputtext	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: white;
		border: 1px solid #0088a0;
		margin: 0px;
		padding: 2px;
		width: 256px;
	}

	.contact textarea	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: white;
		border: 1px solid #0088a0;
		margin: 0px;
		padding: 2px;
		width: 256px;
		height: 128px;
	}

	.contact select	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: white;
		border: 1px solid #0088a0;
		margin: 0px;
		padding: 2px;
		width: 256px;
	}

/*VARIABLES POUR LA PAGE D ACCUEIL DE LA PARTIE*/

td.euha	{
	background-image: url("../commun/images/fondverteuha.png");
	background-repeat: repeat-x;
	background-position: top left;
}

table.telechargements	{
	border-left: 1px solid #61d9ee;
	border-top: 1px solid #61d9ee;
	border-right: 1px solid #004652;
	border-bottom: 1px solid #004652;
}

	.telechargements td.titrecategorie	{
		margin: 0px;
		padding: 4px;
		font-size: 16px;
		font-weight: bold;
		color: white;
		background-color: #0088a0;
		border-bottom: 1px solid #004652;
		background-image: url("./images/th.png");
		background-repeat: no-repeat;
		background-position: top right;

	}

	.telechargements td.titresouscat	{
		margin: 0px;
		padding: 4px;
		padding-left: 15px;
		font-size: 12px;
		font-weight: bold;
		color: black;
	}

	.telechargements td.desc	{
		padding: 4px;
		padding-left: 10px;
		font-size: 11px;
		color: #4b4b4b;
	}

	.telechargements p.desc	{
		padding: 0px;
		margin: 0px;
		font-size: 11px;
		color: #4b4b4b;
	}

	.telechargements h1.souscattitre	{
		color: #0088a0;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
	}

	.telechargements th	{
		background-color: #0088a0;
		color: white;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.telechargements td.borduresdg	{
		border-left: 1px solid #004652;
		border-right: 1px solid #004652;
	}

	.telechargements a:link {color: black; text-decoration: none;}
	.telechargements a:visited {color: black; text-decoration: none;}
	.telechargements a:hover {color: #0088a0; text-decoration: none;}

	.telechargements a.vert:link {color: #003c46; text-decoration: underline;}
	.telechargements a.vert:visited {color: #003c46; text-decoration: underline;}
	.telechargements a.vert:hover {color: #00aecd; text-decoration: none;}

table.faqmenu	{
	border-bottom: 1px solid #00505e;
	width: 164px;
}

	.faqmenu th	{
		border-top: 1px solid #cfebf0;
		border-left: 1px solid #cfebf0;
		border-right: 1px solid #00505e;
		border-bottom: 1px solid #00505e;
		background-color: #4eb5c8;
		color: white;
		font-weight: bold;
		font-size: 12px;
		font-variant: small-caps;
		text-align: left;
		padding: 4px;
	}

		.faqmenu th a:link {color: white; text-decoration: none;}
		.faqmenu th a:visited {color: white; text-decoration: none;}
		.faqmenu th a:hover {color: black; text-decoration: underline;}

	.faqmenu td	{
		border-left: 1px solid #cfebf0;
		border-right: 1px solid #00505e;
		font-size: 11px;
		color: black;
		text-align: left;
	}

		.faqmenu a:link {color: #00505e; text-decoration: none;}
		.faqmenu a:visited {color: #00505e; text-decoration: none;}
		.faqmenu a:hover {color: #0088a0; text-decoration: underline;}

table.faqvignettes	{
	width: 464px;
}

	.faqvignettes a:link {color: #0088a0; text-decoration: none;}
	.faqvignettes a:visited {color: #0088a0; text-decoration: none;}
	.faqvignettes a:hover {color: #cfebf0; text-decoration: none;}

	.faqvignettes th	{
		font-size: 16px;
		letter-spacing: 1px;
		color: #00505e;
		border: 1px solid #0088a0;
		padding: 4px;
	}

	.faqvignettes td.logos	{
		font-size: 11px;
		font-weight: bold;
	}

	.faqvignettes td	{
		font-size: 11px;
	}

	.faqvignettes td.souscats	{
		font-size: 11px;
		padding-left: 10px;
	}

	.faqvignettes td.navigation	{
		font-weight: bold;
		font-size: 11px;
		padding: 4px;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
		background-image: url("./images/fond_navigation_faq.jpg");
		background-repeat: no-repeat;
		background-position: bottom left;
	}

#faqmenu dl, dt, dd, ul, li	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

dl#faqmenu	{
	width: 164px;
}

dl#faqmenu dt	{
	font-weight: bold;
	font-size: 13px;
}

	#faqmenu a:link {color: white; text-decoration: none;}
	#faqmenu a:visited {color: white; text-decoration: none;}
	#faqmenu a:hover {color: black; text-decoration: underline;}

dl#faqmenu dd	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
}

dl#faqmenu li	{
	text-align: left;
	background: #ffffff;
	font-size: 11px;
}

span.titredansfaq1	{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #0088a0;
}

table.accesmembre	{
	width: 635px;
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
}

	.accesmembre span.titre	{
		letter-spacing: 1px;
		font-weight: bold;
		color: #0088a0;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}

	.accesmembre table.inscription	{
		color: black;
		border: 1px solid #ababab;
		background-image: url("./images/fond_inscription.jpg");
		background-repeat: no-repeat;
		background-position: top right;
	}

	.accesmembre .inscription input.text	{
		border: 1px solid #0088a0;
		background-color: white;
		color: black;
		width: 256px;
		font-size: 12px;
	}

table.pave598	{
	width: 598px;
}

	.pave598 td.haut	{
		background-image: url("./images/pave598_haut.png");
		background-repeat: no-repeat;
		background-position: bottom left;
		height: 23px;
		width: 598px;
	}

	.pave598 td.milieu	{
		background-image: url("./images/pave598_milieu.png");
		background-repeat: repeat-y;
		background-position: left;
		height: auto;
		width: 598px;
		padding: 0 20px 0 20px;
	}

		.pave598 td.milieu span.lib	{
			margin: 0;
			padding: 0;
			font-weight: bold;
			font-size: 13px;
			color: #00505e;
		}

		.pave598 td.milieu span.info	{
			margin: 0;
			padding: 0;
			color: #888888;
			font-variant: small-caps;
			font-size: 11px;
		}

	.pave598 td.bas	{
		background-image: url("./images/pave598_bas.png");
		background-repeat: no-repeat;
		background-position: top left;
		height: 18px;
		width: 598px;
	}

table.pave472	{
	width: 472px;
}

	.pave472 td.haut	{
		background-image: url("./images/pave472_haut.png");
		background-repeat: no-repeat;
		background-position: top left;
		height: 18px;
		width: 472px;
	}

	.pave472 td.milieu	{
		background-image: url("./images/pave472_milieu.png");
		background-repeat: repeat-y;
		background-position: left;
		height: auto;
		width: 472px;
		padding: 0 10px 0 10px;
	}

		.pave472 td.milieu span.lib	{
			margin: 0;
			padding: 0;
			font-weight: bold;
			font-size: 13px;
			color: #00505e;
		}

		.pave472 td.milieu span.info	{
			margin: 0;
			padding: 0;
			color: #888888;
			font-variant: small-caps;
			font-size: 11px;
		}

	.pave472 td.bas	{
		background-image: url("./images/pave472_bas.png");
		background-repeat: no-repeat;
		background-position: top left;
		height: 15px;
		width: 472px;
	}

table.pave472ref	{
	width: 472px;
}

	.pave472ref td.haut	{
		background-image: url("./images/pave472_haut_ref.png");
		background-repeat: no-repeat;
		background-position: top left;
		height: 18px;
		width: 472px;
	}

	.pave472ref td.milieu	{
		background-image: url("./images/pave472_milieu_ref.png");
		background-repeat: repeat-y;
		background-position: left;
		height: auto;
		width: 472px;
		padding: 0 10px 0 10px;
	}

		.pave472ref td.milieu span.lib	{
			margin: 0;
			padding: 0;
			font-weight: bold;
			font-size: 13px;
			color: #00505e;
		}

		.pave472ref td.milieu span.info	{
			margin: 0;
			padding: 0;
			color: #888888;
			font-variant: small-caps;
			font-size: 11px;
		}

	.pave472ref td.bas	{
		background-image: url("./images/pave472_bas_ref.png");
		background-repeat: no-repeat;
		background-position: top left;
		height: 15px;
		width: 472px;
	}

table.navigannuairebtn	{
	border-top: 1px solid #cfebf0;
	border-left: 1px solid #cfebf0;
	border-right: 1px solid #00505e;
	border-bottom: 1px solid #00505e;
}

	table.navigannuairebtn td	{
		padding: 5px;
	}

	table.navigannuairebtn th	{
		padding: 2px 5px 2px 5px;
		background-color: #0088a0;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		font-variant: small-caps;
	}

	input.navigannuairebtn	{
		border-top: 1px solid #cfebf0;
		border-left: 1px solid #cfebf0;
		border-right: 1px solid #00505e;
		border-bottom: 1px solid #00505e;
		background-color: #0088a0;
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		padding: 2px;
		width: 92px;
	}

table.formulaireannonce	{
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #f7f7f7;
}

	table.formulaireannonce input.txt, table.formulaireannonce textarea, table.formulaireannonce select	{
		border: 1px solid #004450;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
		width: 256px;
	}

	table.formulaireannonce textarea	{
		height: 128px;
	}

	table.formulaireannonce input.btn	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid #ffffff;
		background-color: #0088a0;
		color: #ffffff;
		padding: 4px;
		letter-spacing: 1px;
	}

input.rechercheaudios	{
	border-top: 1px solid #006577;
	border-left: 1px solid #006577;
	border-right: 1px solid #00a6c3;
	border-bottom: 1px solid #00a6c3;
	width: 172px;
	height: 28px;
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #505050;
	padding: 0;
	margin: 0;
}

div#suggestions	{
	padding: 0;
	margin: 0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

	div#suggestions a:link	{ text-decoration: none; }
	div#suggestions a:visited	{ text-decoration: none; }
	div#suggestions a:hover	{ text-decoration: underline; }

	div#suggestions b	{ font-weight: bold; color: #ff7c00; }

table.rubrique	{
	background-image: url('/themes/audio/images/rubrique-f.jpg');
	background-repeat: repeat-x;
	background-position: center;
	height: 70px;
	width: 100%;
}

	table.rubrique td.g	{
		width: 12px;
		height: 70px;
		background-image: url('/themes/audio/images/rubrique-g.jpg');
		background-repeat: no-repeat;
		background-position: center right;
	}

	table.rubrique td.m	{
		height: 70px;
		background-image: url('/themes/audio/images/rubrique-m.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	}

	table.rubrique td.d	{
		width: 12px;
		height: 70px;
		background-image: url('/themes/audio/images/rubrique-d.jpg');
		background-repeat: no-repeat;
		background-position: center left;
	}

span.datearticle	{
	color: #888888;
	font-size: 10px;
}

table.actualiteaccueilaudio	{
	font-size: 11px;
}

	.actualiteaccueilaudio h1	{
		color: #0088a0;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		font-variant: normal;
	}

	.actualiteaccueilaudio h2	{
		color: #00306f;
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		line-height: 17px;
		font-weight: bold;
		font-variant: normal;
	}

	.actualiteaccueilaudio h3	{
		color: #007244;
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		font-variant: normal;
	}

	.actualiteaccueilaudio blockquote	{
		background-color: transparent;
		background-image: url("/media/image/blockquote.gif");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto auto;
		color: #777777;
		font-style: italic;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 36px;
	}

	.actualiteaccueilaudio hr	{
		border: 1px solid #0088a0;
		margin: 0px;
		padding: 0px;
	}

	table.actualiteaccueilaudio a:link	{ color: #0088a0; text-decoration: underline; }
	table.actualiteaccueilaudio a:visited	{ color: #0088a0; text-decoration: underline; }
	table.actualiteaccueilaudio a:hover	{ color: #00b6d6; text-decoration: underline; }

span.datearticle	{
	color: #888888;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.alignright	{
	float: right;
	display: inline;
	margin: 0 0 5px 10px;
}

