/* ---- Styles généraux ---- */
body {
	color:#333;
	background: url(../../images/arp.jpg) #FFFFFF repeat-x;
	font-family:"tahoma", Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
}
p { margin: 0px; }
.textegris { color:#999999; }
.imagecadre {
	border:2px solid #CCCCCC;
	padding:5px;
	background-color:#FFFFFF;
}
.imageleft {
	float:left;
	margin: 0 10px 10px 0;
}
.imageright {
	float:right;
	margin: 0 0 10px 10px;
}
.textesmall { font-size:0.9em; }
.blanc { color:#FFFFFF; }
.noir { color:#000000; }
.rouge { color:#FF0000; }
/* Lien normal */
a:link, a:visited, a:active {
	color: #2d62a2;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover .imagecadre { border-color: #6699CC; }
/* -------------- Commentaire ------------ */
.commentaire { margin: 0 0 10px 0; padding:0 0 15px 0; border-bottom: 1px dashed #666666; }
/* -------------- POST (article) ------------ */
.post { margin: 10px 0; }
.post p { margin-bottom: 8px; }
/*-------------- Le titres -------------------*/
h1 { /* Titre des pages */
	color:#366591;
	border-bottom:1px dotted #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size:1.3em;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
h2 { /* Titre des sous pages */
	color:#761F40;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0
}
h3 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#3F5A69;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding: 10px 0 5px 0;
	margin: 0;
}
h4 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:1em;
	font-style:normal;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0;
}
/* ---- Conteneur ------------------------------------- */
#container_contents {
	float:none;
	margin:0px auto;
	width:978px;
	overflow:auto;
	background-color:#FFFFFF;
}
/* ---- Div Footer ------------------------------------- */
#footer {
	float:none;
	margin:0px auto;
	width:978px;
	background:url(../../images/footer-arp.jpg) repeat-x;
}
/* ------------ Les erreurs ------------- */
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #fff;
	font-weight: normal;
	background-color: #cc0000;
	margin: 0 5px;
	padding: 3px;
}
/* ------------ Le menu vertical ------------- */
.menumaron {
	padding: 0;
	margin: 0;
	width:100%;
}
.menumaron ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: left;
}
.menumaron li {
	margin: 0 0 1px 0;
	list-style: none;
}
.menumaron a:link, .menumaron a:active, .menumaron a:visited {
	display: block;
	width: 100%;
	background-color: #cabd86;
	color: #524719;
	text-decoration: none;
	padding: 5px 0 5px 3px;
}
.menumaron a:hover {
	background-color: #beb17c;
	color: #000;
	text-decoration: none;
}
/* ------------ Le menu vertical pour la page d'accueil ------------- */
.menumaron2 {
	padding: 0;
	margin: 0;
	width:480px;
}
.menumaron2 ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: left;
}
.menumaron2 li {
	margin: 0 0 1px 0;
	list-style: none;
}
.menumaron2 a:link, .menumaron2 a:active, .menumaron2 a:visited {
	display: block;
	width: 480px;
	background-color: #e0dec3;
	color: #524719;
	text-decoration: none;
	padding: 5px 0 5px 3px;
}
.menumaron2 a:hover {
	background-color: #d3d1b5;
	color: #000;
	text-decoration: none;
}
/* ------------ Le menu horizontal------------- */
.menubleu {
	padding: 0;
	margin: 0;
}
.menubleu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.menubleu li {
	display:inline;
}
.menubleu a:link, .menubleu a:active, .menubleu a:visited {
	float:left;
	display:block;
	width: 121px;
	_width: 131px;
	height: 28px;
	_height: 38px;
	padding: 10px 0 0 10px;
	margin: 0;
	color: #524719;
	text-decoration: none;
	background: url(../../images/btn-link.jpg) no-repeat;
}
.menubleu a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../../images/btn-hover.jpg) no-repeat;
}
