 /* Feuille de style des pages  */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#pageutile {
	width: 1015px;
	height: 3500px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #808080;
}

/*-------------------------------------------------Partie haute ----------------------------------------------------- */
#show1 {						
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	height: 100px;
	width: 100px;
	z-index:2;
}

#bandehaute {	
	position: absolute;
	margin-top: 10px;	
	margin-left: 110px;
	height: 70px;
	width:805px;
	background-color:#C0C0C0;
	font-family: Arial;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
    color: #BD8D03;
}

#RSS {						
	position: absolute;
	margin-top: 10px;
	margin-left: 915px;
	height: 97px;
	width: 85px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: white; /*#808080;*/
	text-align: center;
	font-family:Verdana;
	font-size:9px;
	color:black;
	z-index:2;
}
/*-------------------------------------------------Gestion du menu ----------------------------------------------------- */
#bandebasse {	
	position: absolute;
	margin-top: 80px;	
	margin-left: 10px;
	height: 60px;
	width:995px;
	background-color:#C0C0C0;		/* #CCCCCC; */
	color: white;
}

ul.menu {
	position: absolute; 	
	list-style-type: none;
	margin:0;
	padding:0;
	left: 110px;
	width: 100%;
}

ul.liste {
	list-style-type: square;
}

li {
	float: left;
}

.menu a {      /* parametrages des boutons */
	width: 100px;	   
	height: 30px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #fff; 
	text-decoration: none;
	color: #000;
	background: #fff;
}

.menu a:hover {
	color: #411;
	background: #AAA;
	border: 1px solid gray; 
	border-bottom: 0px;
	color: #fff;
}

.menu a span {     /* définition de la balise <span> inclue dans <a> */
	display: none;
}

.menu a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	position: absolute;
	top: 40px;
	left: 10;
	width: 600px;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	border-top: 1px solid gray;
	color: #000;
}
li.liste{
	float: none;
}

/*-------------------------------------------------Partie centrale ----------------------------------------------------- */

#planche {
	position: absolute;
	margin-left: 10px;
	margin-top: 140px;
	width:600px;
	height:120px;
	background-color: #808080;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#actuellement {
	position: absolute;
	margin-left: 10px;
	margin-top: 335px;
	width:600px;
	height:3000px;
	background-color:#C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family:Verdana;
	font-size:12px;
	color:black;
	text-align:left;
	/*overflow: auto;*/
}

#monde {
	position: absolute;
	margin-left: 10px;
	margin-top: 330px;
	width:3000px;
	/* height:2670px; */
	background-color:#C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family:Verdana;
	font-size:12px;
	color:black;
	text-align:left;
	overflow: auto;
}

/*-------------------------------------------------Partie droite ----------------------------------------------------- */
#droite1 {		/*prevision */
	position: absolute;
	margin-left: 625px;
	margin-top: 145px;
	width:370px;
	height:105px;
	background-color:#A0A0A0;
	font-family:Garamond;
	font-size:12px;
	color:white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* overflow: auto; */
}

#droite2 {		/*top du mois 1*/
	position: absolute;
	margin-left: 625px;
	margin-top: 265px;
	width:370px;
	height:395px;
	background-color:white; /* #808080; */
	font-family:Garamond;
	font-size:14px;
	color:white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#droite3 {		/*top du mois 2*/
	position: absolute;
	margin-left: 625px;
	margin-top: 670px;
	width:370px;
	height:395px;
	background-color:white; /* #808080; */
	font-family:Garamond;
	font-size:14px;
	color:white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#droite4 {		/*les dossiers */
	position: absolute;
	margin-left: 625px;
	margin-top: 1075px;
	width:370px;
	height:2260px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color:#CCCCCC;
	font-family: Verdana, Arial;
   font-size: 12px;
	/*overflow: auto;*/
}


/*(G)Style appliqué à l'histoire */
div.chron {
	font-family: Verdana, Arial;
	font-size: 14px;
	text-align: justify;
	margin-right: 5%;
	margin-left: 5%;
}

/*------------------------------------------------- Les liens ----------------------------------------------------- */

a:link {						/*Etat par défaut */
	color: blue;
}
a:visited {					/*Etat visité */
	color: #BD8D03;
}
a:hover {					/*Etat survolé */
	color: black;
}
a:active {					/*Etat actif */
	color: white;
}

/*------------------------------------------------- Les classes de paragraphes ----------------------------------------------------- */

p.rubrique {	
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #BD8D03;
	text-align:center;
 }

p.texte {
    font-family: Verdana, Arial;
    font-size: 12px;
	 text-align: justify;
    color: black;
 }
 
p.nomrevue {
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
	text-align:center;
 }
p.accroche {	
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
	text-align:center;
 }

p.menu_pays {
    font-family: Arial;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
	color : #BD8D03;
}

p.titre {
    font-family: Tahoma, Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
	font-style: italic;
	text-align: center;
    color: #BD8D03;
}

p.par {
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
    color: #BD8D00;
}
/*(G) Cellule le document écrit */
td.texte {
	  valign: top;
	  background-color: #E0E0E0;
}

/*(G) Cellule d'encadrement du document écrit */
td.bord {
	  background-color: #EAEAEA;
}

/*Theme Nom du pays*/
td.Th_pays {
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
	text-align: left;
    color: #BD8D00;
}

/*Theme Date d'xistence de la revue*/
td.Th_revue {
    font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-align: left;
	color: Black;
}

/*Theme Date d'xistence de la revue*/
td.Th_date {
	font-family: Baskerville Old Face, Arial;
	font-size: 14px;
	text-align: left;
	color: Green;
}

