.refPrincipale {
	font-weight:normal;
}
.refLiee {
	font-weight:normal;
	font-style: italic;
}
.plUnivers {
	font-weight:bold;
	background-color:#CED1E8 !important;
}
.plSousUnivers {
	background-color:#DCDCEC !important;
}

/* Remise à zero de l'attribut float: left */
.clearLeft {
	clear: left;
}

/* section contenant le logo */
.bloc1 {
	width: 59%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

/* section à droite du logo */
/* ETR FDZ-721 27/09/2010 margin-top: 20px -> 0.5cm margin-bottom: 5px; -> 0.5cm */
.bloc2 {
	width: 39%;
	float: left;
	text-align: center;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
}

/* section contenant les photos, à gauche et en dessous du logo*/
.bloc3 {
	width: 59%;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	display: table;
	height: 220px;
}

/* section à droite des photos*/
.bloc4 {
	width: 39%;
	float: left;
	text-align: center;
	margin-top: 40px;
}

/* Titre des blocs */
.tbloc {
	color: #7F4D8B;
	text-transform: uppercase;
}

/* pour les objets 'Lien' (image cliquable avec un texte en dessous) */
div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.img a:hover img {border: 1px solid #0000ff;}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}


a {
	outline:0; /* élimine les pointillé sous FireFox */
	text-decoration:none;
}
    
a.cadre img {
  border:1px solid #ffffff; /*la bordure d'une image dans un lien sera blanc par défaut*/
}
a.cadre:hover img {
  border:1px solid #0000ff; /*la bordure d'une image dans un lien sera bleu au survol du lien et de l'image*/
}

a.lienHyperTexte  {
	font-weight: bold; color:red; text-decoration:none; text-transform: uppercase;
}
a.lienHyperTexte:hover  {
	font-weight: bold; color:green; text-decoration:none; text-transform: uppercase;
}

/* couleur grisé pour les images de la navigation par eclatés */
.grayImage {
	opacity:0.2;
	filter:alpha(opacity=20);
}

.grayItalic
{
	font-style: italic;
	color: gray !important;

}

.blueBold
{
	font-weight: bold;
	color: blue;
}

.silverColor
{
	color:silver;
}

TD.layoutCollectionOver
{
	background-color:#DDEEFE;
}

/* ETR FDZ-727 23/09/2010*/
.textCataloguePL
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color:#000000;
}

#colonneTitreRecherchePPP
{
	width: 35%;
}