body.pop {
	background: #000;
	background-position: center center;
	padding-bottom: 30px;
	padding-top: 10px;
	}
	
#page{
	background: #222;
	color: #999;
	font-family: "Trebuchet MS";
	width: 1000px;
	margin: 10px auto;
	text-align: justify;
	padding: 0;
	border: 1px solid #888;	
	/* Toute la suite non valide aux standards ... mais joli */
	opacity: 0.90;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.85;
	-moz-border-radius-topleft: 2px;
	border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-radius-topright: 2px;
}
#tab_index{
	background: #222;
	color: #999;
	font-family: "Trebuchet MS";
	width: 380px;
	margin: 10px auto;
	text-align: justify;
	padding: 0;
	border: 1px solid #888;	
	/* Toute la suite non valide aux standards ... mais joli */
	opacity: 0.90;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.85;
	-moz-border-radius-topleft: 2px;
	border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-radius-topright: 2px;
}
#galerie{
	background: #222;
	color: #999;
	font-family: "Trebuchet MS";
	width: 1000px;
	margin: 10px auto;
	text-align: justify;
	padding: 0;
	border: 1px solid #888;	
	/* Toute la suite non valide aux standards ... mais joli */
	opacity: 0.95;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.85;
	-moz-border-radius-topleft: 2px;
	border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-radius-topright: 2px;
}

#menu{
	font-family: Trebuchet MS;
	text-align: center;
}
#contenu{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	position: relative;
	margin: 25px;
}
#pied{
	position: relative;
	margin: 25px;
}
h1{
	font-family: Arial;
	color: #fc0;
	font-size: 32px;
	left: 2px;
	top: 2px;
	right: 2px;
	margin: 2px;
	line-height: 38px;
}
h2{
	font-family: Arial;
	color: #f00;
	font-size: 28px;
	left: 2px;
	top: 2px;
	right: 2px;
	margin: 2px;
	line-height: 30px;
}
h3{
	color: #fc0;
	font-size: 20px;
	left: 2px;
	top: 2px;
	right: 2px;
	margin: 2px;
	line-height: 26px;
}
h4{
	font-family: Arial;
	color: #fc0;
	font-size: 18px;
	left: 2px;
	top: 2px;
	right: 2px;
	margin: 2px;
	line-height: 23px;
}
h5{
	font-family: Arial;
	color: #fc0;
	font-size: 16px;
	left: 2px;
	top: 2px;
	right: 2px;
	margin: 2px;
	line-height: 20px;
}
h6{
	font-family: Arial;
	font-size: 16px;
	left: 2px;
	top: 2px;
	right: 2px;
	margin: 2px;
	line-height: 20px;
}

hr {
	height: 1px;
	margin: 0em 0;
	padding: 0;
	color: #888;
	background-color: #888;
	border: 0;
}
p {
	font-size: 13px;
	line-height: 16px;
}
.p_int {
	line-height: 20px;
}
.p_recap {
	font-size: 11px;
	margin: 1px;
}
.p_switch {
	font-size: 11px;
	line-height: 5px;
	margin-right: 32px;
}
.p_liens {
	font-size: 11px;
	margin: 1px;
}
a img{ 
	border: none ; 
}
a:link {
	color: #999;
	text-decoration: underline;
}
.p_recap a:link {
	color: #999;
	text-decoration: none;
}
.p_switch a:link {
	color: #999;
	text-decoration: underline;
}
.p_liens a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
.p_recap a:visited {
	color: #999;
	text-decoration: none;
}
.p_liens a:visited {
	color: #FC0;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.p_liens a:hover {
	color: #FC0;
	text-decoration: underline;
}
img{
	margin: 2px 5px 2px 5px;
}
/* Gestion de l'affichage des popup de la page recherche */
a.info {
position: relative;
text-decoration: none;
}

a.info span {
display: none;
}

a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}

a.info:hover span {
	display: inline;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: justify;
	color: #999999;
	font-size: 80%;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #999999;
	height: auto;
	width: 200px;
}

/* Gestion de l'affichage des popup de la page nouvelles */
a.nouv {
position: relative;
text-decoration: none;
}

a.nouv span {
display: none;
}

a.nouv:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}

a.nouv:hover span {
	display: inline;
	position: absolute;
	top: 30px;
	left: 50px;
	text-align: justify;
	color: #999999;
	font-size: 11px;
	line-height: 13px;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #999999;
	height: auto;
	width: 400px;
}

/* Gestion de l'affichage des popup édition */
a.edit {
position: relative;
text-decoration: none;
}

a.edit span {
display: none;
}

a.edit:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}

a.edit:hover span {
	display: inline;
	position: absolute;
	top: 30px;
	left: 50px;
	color: #999999;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #999999;
	height: auto;
	width: auto;
}
.Chroniqueur {
	color : #FC0;
}
form {
	font-size: 13px;
}

input[type=submit]  {
	color: #FFCC00;
	background: #000000;
	border: 1px;
}

