body {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	text-align:center;
}
table {
	font-size:1em;
	padding:0;
	margin:0;
	font-style: normal;
}
p { margin: 0px; }
.p5000 { margin: 5px 0 0 0; }
.textegris { color:#999999; font-size:0.9em; }
.imagecadre { border:3px solid #CCCCCC; }
.imageleft  { float:left; margin: 0 10px 10px 0; }
.imageright { float:right; margin: 0 0 10px 10px; }
.textesmall { font-size: 0.9em; font-weight:bold }
.textebig { font-size: 1.2em; font-weight:bold }
.moins, .plus, .normal { cursor:pointer }
/* ----- les divs */
.divliste {
	padding:10px 0;
	border-bottom:1px #aaaaaa dashed;
	overflow:auto;
}
/* ----- les liens */
a:link,
a:visited,
a:active {
	color: #0184B6;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
.agris:link,
.agris:visited,
.agris:active {
	color: #666666;
	text-decoration: none
}
.agris:hover {
	color: #000000;
	text-decoration: none
}
/* ----- Le menu horizontal */
.menuh {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	clear:both;
}
.menuh ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menuh li { display:inline; }
.menuh a:link,
.menuh a:active,
.menuh a:visited {
	float:left;
	display: block;
	background-color:#012773;
	color: #ffffff;
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
	padding: 10px;
	border-right:1px #FFFFFF solid; 
}
.menuh a:hover {
	background-color: #6699cc;
	color: #012773;
	text-decoration: none;
}
/* ----- Le menu vertical */
.menuv {
	position:relative;
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	clear:both;
}
.menuv ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menuv li { margin-bottom:1px; }
.menuv a:link,
.menuv a:active,
.menuv a:visited {
	display: block;
	background-color:#ffdbc2;
	color: #330000;
	text-decoration: none;
	font-size:1em;
	padding: 3px 5px;
}
.menuv a:hover {
	background-color: #ff8f67;
	color: #330000;
	text-decoration: none;
}
/* ----- Les titres */
h1 { /* Titre des articles */
	color:#366591;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 5px 0 15px 0;
	padding: 0
}
h2 { /* Titre des sous rubriques */
	color:#336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding: 0
}
h3 { /* titres petits */
	color:#333333;
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: bold;
	margin: 0 0 3px 0;
}
h4 { /* titres en haut des grands titres */
	color:#999999;
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: normal;
	margin: 0;
}
h5 { /* Grands titres du centre */
	color:#f44500;
	font-size:1em;
	font-style:normal;
	text-transform:uppercase;
	padding: 7px 0 12px 0;
	margin: 0;
	background-image:url(../images/arp-titre.jpg);
	background-repeat:no-repeat;
}
h6 { /* Grands titres du gauche */
	color:#213142;
	font-size:1em;
	font-style:normal;
	text-transform:uppercase;
	padding: 7px 0 17px 0;
	margin: 0;
	background-image:url(../images/arp-titre-grand.jpg);
	background-repeat:no-repeat;
}

/* ----- L'animation des couvertures */
#couvertures {
	position:relative;
	clear:both;
	background-image:url(../images/arp-couvertures.jpg);
	background-repeat:no-repeat; 
	height: 140px;
	margin:10px 0;
}
#couvertures img{
	margin-left:40px;
}
/* ----- Les vidéos */
.videos {
	width:312px;
	background-image:url(../images/arp-video.jpg);
	background-repeat:no-repeat; 
	padding:0;
	margin:0;
	text-align:left;
	clear:both;
}
/* ----- les commentaires */
.divcommentaires {
	width: 458px;
	color: #333333;
	border: #eaeaea solid 1px;
	background-color: #f2f2f2;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

