 /* Feuille de style des pages HISTOIRES (par revue (R) et général(G)) */

td {
}

/*(R) Cellule contenant des couvertures de revue */
.img {
	  width: 150px;
	  height: 150px;
	  text-align: center;
}

/*(R) Cellule contenant les caractéristiques techniques */
.car {
	  width: 250px;
	  valign: top;
	  rowspan: 5;
	  bgcolor: #66FFFF;
}

/*(G) Cellule le document écrit */
.texte {
	  valign: top;
	  background-color: #E0E0E0;
}

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

p {
}

 /*(R) Titre principal */
.tit {
    font-family: Van dijk, Verdana, Arial;
    font-size: 28px;
    font-weight: bold;
	text-align: center;
    color: #FF0000;
}

 /*(R)Titres commun aux 3 encarts */
.tit_enc {
    font-family: Arial;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
	color : #BD8D03;
}

 /*(R)Titres des caratéristiques techniques */
.tit_car {
    font-family: Arial;
    font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	letter-spacing: 2pt;
	line-height:1;
}
 
 /*(G)Titre principal */
.gen1 {
    font-family: britannic bold, Van dijk, Verdana, Arial;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
    color: #FF0000;
}

 /*(G) Titre secondaire */
.gen2 {
    font-family: Tahoma, Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
	font-style: italic;
	text-align: center;
    color: #BD8D03;
}

/*(G et R)Style appliqué au nota */
.nota {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	font-style: italic;
	margin-right: 5%;
	margin-left: 5%;
}

/*(R)Liste de liens */
.liens {
	font-family: Arial;
   font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	letter-spacing: 2pt;
	line-height:1;
	margin-left: 5%;
}

/*(R)Date de le Mise à jour */
.maj {
   font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	font-style: italic;
}

/*(R)Liste de liens */
ul {
   list-style-type: square;
}

ul.lien {	
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
	text-align:left;
 }

/*(R)Style appliqué à l'historique de la revue */
div.hist {
    font-family: Verdana, Arial;
    font-size: 16px;
	text-align: justify;
	margin-right: 40px;
	margin-left:40px;
}

/*(R)Style appliqué aux caratéristiques */
div.car {
    font-family: Arial;
    font-size: 11px;
	text-align: justify;
}

/*(G)Style appliqué au sommaire */
div.som {
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	color : #BD8D03;
}

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


