body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

#menu {
	color: #336699;
	font-size: 13px;
}

#menu ul {
	list-style-type: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0;
	font-weight: bold;
}

#menu ul a {
	color: #336699;
	text-decoration: none;
}

#menu ul ul {
	list-style-type: disc;
	margin-left: 1.5em;
	padding-left: 0;
	font-weight: normal;
}

#menu ul ul li {
	margin-top: 0.2em;
}

#menu ul ul a.off {
	color: #336699;
	text-decoration: none;
}

#menu ul ul a.on {
	color: #336699;
	text-decoration: underline;
}

#menu ul ul a:hover {
	text-decoration: underline;
}

.bloc_une {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-size: 13px;
	margin-bottom: 3px;
}

.bloc_une h1 {
	font-size: 16px;
	color: #336699;
	text-transform: uppercase;
}

.description-rub {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 3px;
}

.description-rub .h1 {
	font-size: 18px;
	color: #336699;
	text-transform: uppercase;
}

.bloc {
	font-size: 13px;
}

.bloc h1 {
	font-size: 20px;
	color: #336699;
	text-transform: uppercase;
	text-align: center;
}

.bloc p.chapo {
	font-weight: bold;
}
.bloc h3 {
	margin-top: 2em;
	font-size: 11px;
}

.ariane {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-size: 13px;
	margin-bottom: 3px;
}

.ariane {
	color: #990000;
}

.ariane a {
	text-decoration: none;
	color: #990000;
}

.hierarchie {
	color: #CC9933;
}

.hierarchie a {
	text-decoration: none;
	color: #CC9933;
}

.suite {
	text-align: right;
}

.suite a {
	text-decoration: none;
	color: #CC9933;
}

.membre {
/*	border: 1px solid #336699;
*/	background-color: #FFCC33;
	color: #336699;
	font-size: 12px;
	padding: 1em 1em 1em 2.5em;
	font-weight: bold;
}

.membre .titre_membre {
	font-size: 16px;
}

.membre ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.membre ul li {
	margin-bottom: 0.5em;
}

.membre a {
	color: #000;
	font-weight: bold;
}

.encart {
/*	border: 2px solid #336699;
	color: #000000;
*/	font-size: 13px;
	text-align: left;
	margin-bottom: 1em;
	padding: 5px;
}

.forml {
	font-size: 11px;
	border: 1px solid #336699;
}

.forum-repondre {
	font-size: 12px;
}

.forum-repondre-message {
	font-size: 12px;
}

.forum-repondre a {
	text-decoration: none;
	color: #CC9933;
}

.forum-repondre-message a {
	text-decoration: none;
	color: #CC9933;
}

.forum {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
}

.forum-decompte {
	font-size: 12px;
}

.forum-titre a {
	text-decoration: none;
	color: #CC9933;
}

#documents_joints ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#pied {
	text-align: center;
	font-size: 11px;
}

#pied a {
	color: #336699;
}

.sous-rub {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-size: 13px;
	padding-bottom: 20px;
	margin-bottom: 3px;
}

.sous-rub h1 {
	font-size: 16px;
	margin-bottom: 0;
}

.sous-rub h1  a {
	color: #000000;
}

.sous-rub p {
	margin-top: 0;
}

.bloc-recherche h3 {
	font-size: 14px;
	margin-bottom: 0;
}

.bloc-recherche h3 a {
	color: #000000;
}

.bloc-recherche div {
	font-size: 13px;
}

.bloc-recherche ul {
	padding-left: 0;
	margin-left: 1em;
}

.plan {
	font-size: 13;
}

.plan a {
	color: #000000;
}

.presentation_man {
	font-size: 18px;
	margin-bottom: 1em;
}

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

