/* balises html */
*{
    margin: 0 auto;
    padding:  0;   
}

BODY {
	/*background-color: #0D3B6D;*/
	background-color: #46840B;
	color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
	/*background:url(../images/bodyBg.jpg) repeat-y center;*/
}



img {
border: 0;
}

a {
	color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px
}

a:hover {
text-decoration: underline;
}

#conteneur{
    position: relative;
    width: 998px;
}

#logoLivres{
    position: absolute;
    left: 0px;
    margin-left: 148px;
    margin-top: 65px;
}

/*****Styles pour les titres*****/
h1{
	color: #46840B;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}

h2{
    font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
	
}

h3{
	color: #58585A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3.titrevideo{
    font-size: 10px;
    color: #58585A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4{
    color: #0D3B6D;
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h5{
    
}

h6{
    
}
 
/* DIV */

 #quicksearch {
 	margin=0px;
	padding=0px;
}

#entete  {
background: url(../images/fond_haut.png) right top repeat-y;
color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
	
}
 #entete a{
 	text-decoration: none;
}
#entete a:hover {
text-decoration: underline;
}

#entetepage  {
background: #ffffff url(../images/fond_menugauche.png) repeat-y;
margin: 0 auto;
}

 #entetepage1 {
 background: #0D3B6D ;
	color: #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

 #entetepage1 a{
	color: #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}




#infosite{
height:35px;
font-size: 11px;
text-align:right;
font-weight: bold;
padding-right:25px;
}
 #infosite a{
	font-size: 11px;
	font-weight: bold;
}


 #piedpage {
margin: 0 auto;
}
 #piedpage1 {
	color: #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

 #piedpage1 a{
	color: #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

 #piedpage2 {
 	padding: 0px 5px;
	text-align:right;
}

 #piedpage2 a{
	text-decoration: none;
}

.logo{
 margin:0;
 	float:left;

}


#edito {
margin: 0px 0px 20px 40px;
color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
width: 530px;
text-align:justify
}
#edito a{
color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
}

#edito h3{
	color: #58585A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
}

#recherche {
margin: 0px 0px 5px 0px;
padding-left:5px;
background: #46840B ;
color: #ffffff;
font-family: verdana, Helvetica, sans-serif;
font-size: 10px;
height: 60px;
}
#titrerecherche {
margin-left: 50px;
font-style: italic;
}


#recherche a{
color: #ffffff;
font-family: verdana, Helvetica, sans-serif;
font-size: 12px;

}

#recherche input.texte{
	border:1px solid white;
	background-color:#FFFFFF;
	width: 250px;
	margin: 3px 3px 3px 0;
	font-weight:bold;
color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 14px;
height:30px;
width:300px;
}

#recherche .boutonok{
width: 100px;
color: #000000;
border:1px solid #E6E6E6;
font-weight:normal;
cursor:pointer;
background: #ECECEC url(../images/fond_bouton.png) left bottom no-repeat;
height:30px;
width:150px;
}

/*
#recherche input[type=submit]:hover {
background-color:#46840B;
}

#recherche input[type=submit]:active {
background-color:#ccc;
} 
*/


#zone_recherche {
	width: 450px;
	position: relative;
}

#texte_recherche {
	width: 386px;
	padding: 8px 8px 8px 8px;
	background-color: rgba(255,255,255,0.9);
	border: solid 1px #E8E8E8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	color: #999;
}

#texte_recherche:focus {
	background-color: rgba(255,255,255,1);
	outline: 0 none; /* Pour enlever la "bordure" jaune qu'ajoute Google Chrome au focus */
	color: #333;
}

#bouton_recherche {
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#main  {
background: #ffffff url(../images/fond_menugauche.png) repeat-y;
margin: 0 auto;
}




#hautdroit{
    /*padding-top: 25px;*/
}

#titrenewsletter h4{
    color: #46840B;
    font-size: 12px;
    font-style: normal;
}

 #hautdroit a{
 	text-decoration: none;
}
#hautdroit a:hover {
text-decoration: underline;
}

#retourAccueil{
margin: 0 0 14px 0px;
    padding: 5px 0px 0px 57px;
}

#retourAccueil a{
    
}

/* newsletter */
H2.newsletter {
margin: 5px 0px 5px 5px;
color: #46840B;
font-family: verdana, Helvetica, sans-serif;
font-size: 13px
}
#newsletter {
margin: 5px 0px 5px 0px;
padding-left:5px;
background: #46840B ;
color: #ffffff;
font-family: verdana, Helvetica, sans-serif;
font-size: 10px
}


#newsletter input{
	border:1px solid white;
	background-color:#FFFFFF;
	width: 100px;
	margin: 3px 3px 3px 0;
color: #46840B;
font-family: verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;

}


#newsletter .boutonok{
width: 30px;
cursor:pointer;
color: #ffffff;
border:1px solid #ffffff;
font-weight:bold;
cursor:pointer;
background-color:#46840B;
}


#newsletter input[type=submit]:hover {
background-color:#46840B;
}
#newsletter input[type=submit]:active {
background-color:#000;
color:white;
} 
#titrenewsletter{
	margin: 8px 2px 2px 5px;
	color: #46840B;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#titrenewsletter hr { 
margin: 0;
padding:0;
border: 0; /* enleve toute bordure */
border-bottom: 1px #FCE7C2 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

#contenucentre  {

	background: #ffffff url(../images/fondcentre.png) repeat-y;
		color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;

}

#contenucentre .tablecentre {
margin: 0px 0px 0px 15px;
width:600px;
}

H1.titreune {
margin-left: 10px;
color :#58585A;
width:250px;
}
#contenucentre  #une {
	margin: 10px;
	border:5px solid #CEBEB3;
}

#contenucentre  #une  #commanderlivre{
text-align:right;
}

#alaune{
margin: 0px 0px 0px 10px ;
/*float:left;  a  remettre suite à l'affichages des onglets presse et redecouvrir*/
}
#alaunelitt{
margin: 55px 0px 0px 10px ;
/*float:left;  a  remettre suite à l'affichages des onglets presse et redecouvrir*/
}
#lapresseenparle{
margin: 0px 0px 0px 30px;
float:left;
}

#aredecouvrir{
margin: 10px 10px -10px;
text-align:right;
}

#contenucentre  H1.titrenouveautes {
margin: 70px 10px 0px 40px;
color :#D1AF22;
width:250px;

}
#contenucentre  #nouveautes {
margin: 10px 40px 10px 40px;
border:5px solid #EDCF54;

padding:0px;
}

#contenucentre  #nouveautes  #toutesnouveautes {
text-align:right;
}

#nouveautesarchives{
margin: -20px 40px 0px 40px;
text-align:right;
}


#contenucentre  #cadreactus {

margin: 5px 10px 15px 10px ;
border:1px solid #46840B;
padding:5px;
text-align: justify; 
/*height: 355px;*/
font-size: 11px;

}

#contenucentre  H1.titreactus {
color :#46840B;
margin: 50px 10px 5px 10px;
}



#contenucentre  #actus {
float:left;
width: 276px;
margin: 0px ;

}


 #contenucentre H2.nomcat a{
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	 font-size: 17px;
	color : #46840B;
}

#contenucentre  #debats {
width: 276px;
margin-left: 304px ;
position:relative;
}

#contenucentre  .clear {
  clear: both;
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
}

#contenucentre  #meilleuresventes {
margin: 30px 10px 30px 22px;
/*border:1px solid #46840B;*/

}

#contenucentre  #video {
margin: 5px 10px 5px 10px;
border:1px solid #46840B;
padding:2px;
text-align:center;
}

h1.titrevideo{
    color :#46840B;
    margin: 0px 10px 5px 10px;
    text-align: left; 
}

#contenudroit  {
background: #ffffff;
color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
}


 #contenudroit H2.auteurs{
 	margin:15px 5px 2px 2px;
	/*color : #F4A00B;*/
	color : #46840B;
}
 #contenudroit H2.auteurs a{
 /*color : #F4A00B;*/
	color : #46840B;
}

 #contenudroit H2.regions{
 	margin:20px 5px 2px 5px;
	/*color : #F4A00B;*/
	color : #46840B;
}
 #contenudroit H2.regions .soustitre{
 /*color : #F4A00B;*/
 font-family: verdana, Helvetica, sans-serif;
 font-size: 11px;
	color : #58585A
}

 #contenudroit H2.salles {
	border:1px solid #46840B;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	background: #46840B;
	color: #FFFFFF;
	text-align:center;
}

 #contenudroit H2.salles a{
    font-size: 16px;
	color: #FFFFFF;
}

 #contenudroit a{
	 color: #58585A;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
 	text-decoration: none;
}
#contenudroit a:hover {
text-decoration: underline;
}

#contenudroit hr { 
/*clear: both;*/
margin:0px;
padding:0;
border: 0; /* enleve toute bordure */
border-bottom: 1px #D1E0C2 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

#contenudroit  ul{
margin: 5px 5px 20px 5px;
padding:0;

}

#contenudroit  li{
list-style-type: none;
/*margin: 0px 5px 0px 15px;*/
padding:0;

}


#evenement {
margin: 5px;

}

/* ajout objectif-xd le 06-05-2015 */
#prix_litteraire {
margin: 5px;

}


 #contenudroit H2.titreevenement {
	border:1px solid #46840B;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	background: #46840B;
	color: #FFFFFF;

}
 #contenudroit H2 a{
 font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
	text-decoration: none;
}

 #contenudroit H2.titreevenement a{

	color: #FFFFFF;
}
#contenudroit #lienevenement  {
text-align:right;
margin: 5px 5px 15px 15px;
}

#contenudroit #lienevenement a {
color: #46840B;
font-weight:bold;
text-decoration: underline;
}

#contenudroit  #lienevenement a:hover {
text-decoration: none;
background: #46840B;
color: #FFFFFF;
}

/* debut ajout objectif-xd le 06-05-2015 : ajout prix litteraire dans menu gauche */
#bloc_prix_litteraire {
margin: 0px 5px 5px 0px; 
text-align:center;
}

#bloc_prix_litteraire H3.titre_prix_litteraire {
	border:1px solid #0D3B6D;
	padding: 5px;
	background: #0D3B6D;
}

#bloc_prix_litteraire H3.titre_prix_litteraire a{
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 5px 54px;
	font-size: 16px;
	color: #FFFFFF;
}

#menugauche #lien_prix_litteraire {
	margin: 5px 5px 20px 15px;
}

#menugauche #lien_prix_litteraire a {
color: #46840B;
font-weight:bold;
text-decoration: underline;
}

#menugauche #lien_prix_litteraire a:hover {
text-decoration: none;
background: #46840B;
color: #FFFFFF;
}
/* fin ajout objectif-xd le 06-05-2015 */


#bloc_recrutement {
margin: 0px 5px 5px 0px; 
text-align:center;
}

#bloc_recrutement H3.titre_recrutement {
	border:1px solid #0D3B6D;
	padding: 5px;
	background: #0D3B6D;
}

#bloc_recrutement H3.titre_recrutement a{
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 5px 54px;
	font-size: 16px;
	color: #FFFFFF;
}


 #contenudroit .panier{
 	float:left;
}

 #contenudroit  #panier  {
	background: #ffffff ;
	color: #58585A;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
margin: 0px 5px 10px 77px;
text-align:right;
}
  #contenudroit  #panier a{
 	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
		color: #58585A;
}

   #contenudroit #panier H2 a{
   font-family: verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FD9401;
}



  #contenudroit  #panier hr { 
margin:2px 0px 2px 0;
padding:0;
border: 0; /* enleve toute bordure */
border-bottom: 1px #FCE7C2 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

#pubdroit {
/*margin: 5px;*/
text-align:center;
background: #46840B;
}

 #pubdroit H2.titrealetranger {

	border:1px solid #46840B;
	/*margin: 15px 0px 15px 5px;*/
	margin: 0px;
	padding: 5px;
	background: #46840B;
	color: #FFFFFF;
	height:70px;
}
 #pubdroit H2.titrealetranger a{
  font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
}

#pubdroit .aletranger {
/*border:1px solid #46840B;*/
margin: 5px;
text-align:center;
height:20px;
vertical-align: middle;
}
#pubdroit .aletranger a{
line-height:30px;
	color: #46840B;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

#bloclogosociaux {
margin: 10px 5px 5px 5px;
text-align:center;
}


#blocautresediteurs {
/* modif objectif-xd le 04/05/2015, suite à la création du menu accordéon
margin: 20px 5px 5px 54px; */
margin: 20px 5px 5px 0px; 
text-align:center;
}

 #blocautresediteurs H3.titreautresediteurs {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	border:1px solid #0D3B6D;
	/* modif objectif-xd le 04/05/2015, suite à la création du menu accordéon
	margin: 5px 0px 5px 0px;*/
	margin: 5px 0px 5px 54px;
	padding: 5px;
	font-size: 16px;
	background: #0D3B6D;
	color: #FFFFFF;
}

#blocautresediteurs .autresediteurs {
/*border:1px solid #46840B;*/
/* modif objectif-xd le 04/05/2015, suite à la création du menu accordéon
margin: 5px; */
margin-bottom: 5px;
text-align:center;

vertical-align: middle;

	color: #58585a;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#blocautresediteurs .autresediteurs a{

	color: #58585a;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#bloclogopartenaires {
margin: 20px 5px 5px 54px;
text-align:center;
}

#bloctgl {
margin: 15px 5px 5px 0px;
padding: 0px 0px 5px 0px;
text-align:center;
background:   #0D3B6D url(../images/fond_menu_tgl.png) no-repeat left bottom;
}

 #bloctgl H3.titretgl {
	margin: 5px 0px 5px 54px;
	padding: 5px 1px 5px 1px;
}

#bloctgl H3.titretgl a{
line-height:20px;
	color: #F0C400;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
font-weight: Normal;
}
#txttgl {
	margin: 0px 0px 5px 54px;
	text-align:center;
}

#txttgl a.tgl {
font-weight: bold;
	color: #FFFFFF;
}




#motcle  {
	height:30px;
	width:300px;

}

#rechercheok  {
	height:30px;
	width:150px;

}
H1.titreResultatRecherche 
{
font-size: 20px;
}

 H2.lucernaire {
    font-size: 18px;
	color : #46840B;
	margin:0 0 0 5px;
}

H2.ecolelucernaire {
    font-size: 16px;
	color : #46840B;
	margin:0 0 0 5px;
}


/* classes*/

.couv   {  border:1px solid #999999;}
.prixbarre {text-decoration: line-through;font-size: 10px;font-weight: normal}
.prix {font-weight: bold}
.fondpage {background-color:#FFFFFF;color: #58585a;font-family: verdana;}



.normal {color: #58585a; font-family: verdana, Helvetica, sans-serif; font-size: 11px}
.normalsmall {color: #58585a; font-family: verdana, Helvetica, sans-serif; font-size: 9px}
a.normallien {color: #58585a; font-family: verdana, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
a.normallien:hover {text-decoration: underline}
a.normallienR {color: #58585a; font-family: verdana, Helvetica, sans-serif; font-size: x-small; text-decoration: none}
a.normallienR:hover {text-decoration: underline}
.normalR {color: #58585a; font-family: verdana, Helvetica, sans-serif; font-size: x-small}
a.sousrublien {color: #FF8A06; font-family: verdana, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold}
a.sousrublien:hover {color: #000000}
.texte {color: #58585a; font-family: verdana; font-size: 11px; font-weight: normal}
.texteIV {color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: normal}
.texte2 {color: #58585a; font-family: verdana; font-size: 10px; font-weight: bold}
.texte3 {color: #666666; font-family: verdana; font-size: 90%; font-weight: normal}

a.texte3lien {color: #666666; font-family: verdana; font-weight: normal; text-decoration: none}
a.texte3lien:hover {text-decoration: underline}
a.texte3lienR {color: #666666; font-family: verdana; font-size: 90%; font-weight: normal; text-decoration: none}
a.texte3lienR:hover {text-decoration: underline}
.rub {color: #58585a; font-family: verdana; font-size: 11px; font-weight: bold}
.rubIV {color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: bold; background-color:#46840B }
a.rublien {color: #58585a; font-family: verdana; font-size: 11px; font-weight: bold; text-decoration: none}
a.rublien:hover {color: #000000}
a.rub2 {font-family: Verdana, Arial; font-size: 11px; color: #46840B; text-decoration: none}
a.rub2:hover {color: #FFFFFF; background-color:#636D25}
a.rub3 {font-family: verdana, Arial; font-size: 16px; color: #989C58; text-decoration: none}
a.rub3:hover {color: #000000}
a.rub4 {font-family: verdana, Arial; font-size: 11px; color: #58585a; text-decoration: none}
a.rub4:hover {color: #000000}
a.rub5 {font-family: verdana, Arial; font-size: 11px; color: #58585a; text-decoration: none; font-weight: bold}
a.rub5:hover {color: #000000}
a.rublienIV {color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: bold; text-decoration: none}
a.rublienIV:hover {color: #000000}

a.navig {color: #FFFFFF; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none; margin:0}
a.navig:hover{color: #46840B; background-color: #FFFFFF}
a.navig2 {color: #46840B; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none; margin:0;line-height:16px}
a.navig2:hover{color: #FFFFFF;background-color: #7C863C}

a.menu {font-family: verdana; font-size: 11px; font-weight: bold; color: #46840B; text-decoration: none }
a.menu:hover {color: #FFFFFF; background-color: #636D25}



.sousrub {color: #FF8A06; font-family: verdana; font-size: 11px; font-weight: bold}
.sousrubR {color: #FF8A06; font-family: verdana; font-size: x-small; font-weight: bold}
.texteR {color: #58585a; font-family: verdana; font-size: x-small; font-weight: normal}
.texteRdisabled {color: #AEAEAE; font-family: verdana; font-size: x-small; font-weight: normal}
.textesmall {color: #58585a; font-family: verdana; font-size: 9px; font-weight: normal}
.textesmallR {color: #58585a; font-family: verdana; font-size: 90%; font-weight: normal}
.rubR {color: #58585a; font-family: verdana; font-size: x-small; font-weight: bold}
.sousrubR {color: #FF8A06; font-family: verdana; font-size: x-small; font-weight: bold}

a.textelien {color: #58585a; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: none}
a.textelien:hover {text-decoration: underline}
a.textelienR {color: #58585a; font-family: verdana; font-size: x-small; font-weight: normal; text-decoration: none}
a.textelienR:hover {text-decoration: underline}
a.textelienIV {color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: normal; text-decoration: none}
a.textelienIV:hover {text-decoration: underline}

a.rublienR {color: #58585a; font-family: verdana; font-size: 11px;  font-weight: bold; text-decoration: none}
a.rublienR:hover {color: #000000; text-decoration: underline}

a.textenoirlienR {color: #000000; font-family: verdana; font-size: x-small; font-weight: normal; text-decoration: none}
a.textenoirlienR:hover {text-decoration: underline}
a.textenoirlien {color: #000000; font-family: verdana; font-size: 11px; text-decoration: none}
a.textenoirlien:hover {text-decoration: underline}
.textenoirsmallR {color: #000000; font-family: verdana; font-weight: normal;text-align:justify}
.textenoirsmall {color: #000000; font-family: verdana; font-size: 9px; font-weight: normal}


.textenoirAgenda {color: #000000; font-family: verdana; font-size: 14px; font-weight: normal}
a.rublienRAgenda {color: #58585a; font-family: verdana; font-size: 16px;  font-weight: bold; text-decoration: none}
a.rublienRAgenda:hover {color: #000000; text-decoration: underline}
.sousrub2Agenda {color: #46840B; font-family: verdana; font-size: 14px; font-weight: bold}
.texteAgenda {color: #58585a; font-family: verdana; font-size: 14px; font-weight: normal}

.textenoir {color: #000000; font-family: verdana; font-size: 11px; font-weight: normal}
.textenoirR {color: #000000; font-family: verdana; font-size: x-small; font-weight: normal}
.textenoirRIV {color: #FFFFFF; background-color: #000000; font-family: verdana; font-size: x-small; font-weight: normal}
a.textenoirlienRIV {color: #000000; font-family: verdana; font-size: x-small; font-weight: normal; text-decoration: none}
a.textenoirlienRIV:hover {color: #FFFFFF; background-color: #000000}
.sousrub2 {color: #46840B; font-family: verdana; font-size: 11px; font-weight: bold}
.sousrub2R {color: #46840B; font-family: verdana; font-size: x-small; font-weight: bold}
a.sousrub2lien {color: #46840B; font-family: verdana, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold}
a.sousrub2lien:hover {color: #CABA7B}
a.sousrub2lienR {color: #46840B; font-family: verdana, Helvetica, sans-serif; font-size: x-small; text-decoration: none; font-weight: bold}
a.sousrub2lienR:hover {color: #CABA7B}

a.textesmalllien {color: #58585a; font-family: verdana; font-size: 9px; font-weight: normal; text-decoration: none}
a.textesmalllien:hover {text-decoration: underline}
a.textenoirsmalllien {color: #000000; font-family: verdana; font-size: 9px; font-weight: normal; text-decoration: none}
a.textenoirsmalllien:hover {text-decoration: underline}

a.rubnoirlienR {color: #000000; font-family: verdana; font-size: x-small; font-weight: bold; text-decoration: none}
a.rubnoirlienR:hover {text-decoration: underline}

.sl {background-color: #EEDDBB}
a.soulign {text-decoration: none}
a.soulign:hover {text-decoration: underline}

.bouton2 {color: #58585a; background-color: #C0BCA0; border:1px solid #58585a; font-family: verdana; font-size: 11px; font-weight: normal}
.fondcadre1 {background-color:#FFFFE0}

.encadrevitrine1 {color: #982030; font-family: verdana; font-size: x-small}
a.encadrevitrine2 {color: #982030; font-family: verdana; font-size: x-small; font-weight: normal; text-decoration: none}
a.encadrevitrine2:hover {background-color: #DDDDDD}

a.surlignegrislien {text-decoration: none}
a.surlignegrislien:hover {background-color:#F9F8F0}

a.rougelien {color: #982030; font-family: verdana, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
a.rougelien:hover {text-decoration: underline}
.rouge {color: #982030; font-family: verdana, Helvetica, sans-serif; font-size: 11px}

.infobullev2{background:  url(../images/fond_blanc.png) ;z-index:1000; overflow: auto ;border:0px solid red; margin: 0 0 0 4px;padding:4px; position:absolute; width:245px; height:108px; font-size:10px; color:#000000}
.infobulle_footer{bottom:45px; display:block; position:absolute;}

.decalagetitre { padding-left:35px; }
.decalagetitretrait { padding-left:55px; background-color:#D1E0C2}