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;}

#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: #fbf6cf;
			font-size: 12px;
		}

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

		html>body .boutonentetemilieu a:first-letter	{
			color: #fbf6cf;
			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 #025e00;
		font-size: 11px;
		background-color: white;
		color: black;
		height: 14px;
		width: 128px;
	}

	#rechercheentete input.btn	{
		border: 1px solid #025e00;
		background-color: #05c100;
		color: #fce2b3;
		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: #049c00;
			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;
		}

			.menugauchelien a:link {color: #003c46; text-decoration: none;}
			.menugauchelien a:visited {color: #003c46; text-decoration: none;}
			.menugauchelien 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.livres	{
	border-top: 3px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
	width: expression((document.body.clientWidth > 600) ? "600px" : "100%");
}

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

	.livres th	{
		color: white;
		background-color: #049c00;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
		padding: 6px;
		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: #049c00;
		font-weight: bold;
		text-decoration: underline;
	}

span.titrearticle	{
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #049c00;
	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: #049c00;
	line-height: 30px;
}

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

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

	.annonces th	{
		color: white;
		background-color: #049c00;
		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: #049c00;
		font-weight: bold;
		text-decoration: underline;
	}

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

	.annuairerecherche th	{
		background-color: #5abe57;
		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: #049c00;
		color: #fce2b3;
		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;
	}

table.annuaire	{
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
	width: expression((document.body.clientWidth > 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: #049c00;
		text-align: left;
		font-weight: bold;
		color: white;
	}

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

	.annuaire a:link {color: #025300; text-decoration: underline;}
	.annuaire a:visited {color: #025300; text-decoration: underline;}
	.annuaire a:hover {color: #04cf00; text-decoration: none;}

table.splitnavigator	{
	font-size: 24px;
	font-weight: bold;
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
}

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

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

	.splitnavigator a:link {color: #045d00; text-decoration: none;}
	.splitnavigator a:visited {color: #045d00; text-decoration: none;}
	.splitnavigator a:hover {color: white; text-decoration: none; background-color: #049c00;}

table.conn	{
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
	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 #045d00;
		background-color: white;
		color: black;
		width: 196px;
		font-size: 12px;
	}

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

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

	.forum th	{
		background-color: #049c00;
		font-weight: bold;
		font-size: 12px;
		color: #fce2b3;
	}

	.forum	td.sujet	{
		background-color: #fce2b3;
		border-top: 1px solid #fcedd1;
		border-bottom: 1px solid #eed5a9;
	}

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

		.reponse p	{
			text-align: justify;
		}

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

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

	.forum textarea	{
		border: 1px solid #049c00;
		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: #049c00; text-decoration: underline;}

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

table.sites	{
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
}

	.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: #5abe57;
	}

	.sites a:link	{
		color: #045d00;
		text-decoration: none;
		display: block;
		padding: 4px;
	}
	.sites a:visited {
		color: #045d00;
		text-decoration: none;
		display: block;
		padding: 4px;
	}
	.sites a:hover	{
		color: #fce2b3;
		text-decoration: none;
		display: block;
		background-color: #049c00;
		padding: 4px;
	}

table.organismes	{
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
}

	.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: #5abe57;
	}

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: #e2f3e2;
	}

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

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

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

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

table.accueilortho	{
	width: 100%;
}

	.accueilortho th	{
		color: #fff0c9;
		font-weight: bold;
		font-size: 14px;
		font-variant: small-caps;
		text-align: left;
		background-image: url("./images/th_annuaire.png");
		background-repeat: repeat-x;
		background-position: top;
		background-color: #5abe57;
	}

	.accueilortho h1	{
		color: #049c00;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
	}

	.accueilortho hr	{
		border: 1px solid #049c00;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

table.telechargements	{
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
}

	.telechargements td.titrecategorie	{
		margin: 0px;
		padding: 4px;
		font-size: 16px;
		font-weight: bold;
		color: white;
		background-color: #049c00;
		border-bottom: 1px solid #046a00;
		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: #049c00;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
	}

	.telechargements th	{
		background-color: #049c00;
		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: #049c00; text-decoration: none;}

table.accesmembre	{
	width: 635px;
	border-top: 1px solid #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
}

	.accesmembre span.titre	{
		letter-spacing: 1px;
		font-weight: bold;
		color: #049c00;
		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 #049c00;
		background-color: white;
		color: black;
		width: 256px;
		font-size: 12px;
	}

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

	.faqmenu th	{
		border-top: 1px solid #08e400;
		border-left: 1px solid #08e400;
		border-right: 1px solid #046a00;
		border-bottom: 1px solid #046a00;
		background-color: #049c00;
		color: #fce2b3;
		font-weight: bold;
		font-size: 12px;
		font-variant: small-caps;
		text-align: left;
		padding: 4px;
	}

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

	.faqmenu td	{
		border-left: 1px solid #08e400;
		border-right: 1px solid #046a00;
		font-size: 11px;
		color: black;
		text-align: left;
	}

		.faqmenu a:link {color: #022f00; text-decoration: none;}
		.faqmenu a:visited {color: #022f00; text-decoration: none;}
		.faqmenu a:hover {color: #08e400; text-decoration: underline;}

table.faqvignettes	{
	width: 464px;
}

	.faqvignettes a:link {color: #022f00; text-decoration: none;}
	.faqvignettes a:visited {color: #022f00; text-decoration: none;}
	.faqvignettes a:hover {color: #08e400; text-decoration: none;}

	.faqvignettes th	{
		font-size: 16px;
		letter-spacing: 1px;
		color: #022f00;
		border: 1px solid #022f00;
		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 #08e400;
	border-left: 1px solid #08e400;
	border-right: 1px solid #046a00;
	border-bottom: 1px solid #046a00;
}

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

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