 /* Feuille de style des pages ENTRETIEN */

td {
}

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

/*Cellule contenant la personne interrogée */
.car {
	  width: 250px;
	  valign: top;
	  rowspan: 8;
	  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;
}

 /*Entretien avec... */
.ent_avec {
    font-family: Arial;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	color : #BD8D03;
}

 /*Autres liens... */
.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;
}
 
 /*Question */
.question{
    font-family: britannic bold, Van dijk, Verdana, Arial;
    font-size: 16px;
	font-style: italic;
	text-align: justify;
    color: #FF0000;
}

 /*Réponse */
.reponse {
    font-family: Tahoma, Verdana, Arial;
    font-size: 18px;
	text-align: justify;
    color: #BD8D03;
}
/*Style appliqué copyright*/
.copy {
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	margin-right: 5%;
	margin-left: 5%;

/*(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%;
}

/*Liste de liens */
.lien {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

/*(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;
}

/*(R)Style appliqué à l'entretien en général */
div.entretien {
    font-family: Verdana, Arial;
    font-size: 16px;
	text-align: justify;
	margin-right: 40px;
	margin-left:40px;
}

/*Personnalité de l'interviewer */
div.perso {
    font-family: Arial;
    font-size: 12px;
}



