#head {
    height: 26px;
    width:100px;
    padding-left:80%;
    padding-top:3px;
    position:absolute;
}
body {
	color:#003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	margin:0;
	padding:0;
	background: url(../../../images/arp.jpg);
}
p { margin: 0px; }
table {
	font-size:1em;
	padding:0;
	margin:0;
	font-style: normal;
}
/* -------------------- */
form { margin:0; }
.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; }
/* ----- les liens */
/* 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; }
/* Lien gris */
.agris:link, .agris:visited, .agris:active {
	color: #666666;
	text-decoration: none
}
.agris:hover {
	color: #000000;
	text-decoration: none
}
/* ----- Les titres */
h1 { /* titres des articles, titres pages */
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: normal;
	font-size:1.6em;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 { /* titres pages sans menu, titres menu_section */
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0
}
h3 { /* petits titres du texte */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	margin: 10px 0;
	padding: 0
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding: 0 0 3px 0;
	margin: 0;
}
/* ------ DIV Post ---- */
#post p { margin:0 0 10px 0; }
#post ul {
	margin: 5px 0 15px 0;
	padding: 0 0 0 15px;
	list-style-image: url(../../../images/link-arp-black.jpg);
}
#post li {
	margin: 5px 0;
	padding:0;
	text-align:justify;
}
/* ------ DIV footer ---- */
#footer p { font-size:0.9em; }
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
#footer h2 { /* titres menu_section */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	margin: 0 0 10px 0;
	padding: 0
}
/* ------------ DIVS Menus ---------- */
#menufondation, #menumedersat, #menuamazigh, #menudocumentation, #menumediatheque {
	position:absolute;
	top:230px;
	width:150px;
	height:95px;
	z-index:1000;
	overflow: visible;
	visibility: hidden;
}
/* ------------ Le menu ------------- */
.menubleu {
	padding: 0;
	margin: 0 0 0 -12px;
	width:250px;
}
.menubleu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: left;
}
.menubleu li { margin: 0; list-style: none;}
.menubleu a:link, .menubleu a:active, .menubleu a:visited {
	display: block;
	width: 90%;
	background-color: #1d5b9e;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.menubleu a:hover {
	background-color: #2a70ba;
	color: #fff;
	text-decoration: none;
}