/**
 * CSS Rubrique Publications
 *
 */

@import url("global.css");
@import url("rubrique.css");

/*--- | Surcharge pour l'image de fond du header | ---*/
#header {
	background: #DDCBB1 url(../mediasImg/bandeau/bandeauRub_2.jpg) no-repeat right top;	
}
/*--- | Surcharge pour l'image de fond de la page | ---*/
#contenu {
	/*background: url(bgTramePublications.jpg) no-repeat right bottom;*/
}
/*--------------------------------- | PAGE D'ACCUEIL
/*--- | Colonne de Gauche | ---*/
#colUne {
	float: left;
	width: 275px;
}
/* Surcharge du padding pour la colonne de gauche */
#colUne h1 {padding: 10px 0 0 40px;}
#colUne h2 {padding: 0 0 0 40px;}
#colUne p {padding: 2px 0 2px 40px;}
#colUne span{
	padding: 5px 0;
	color: #00CC66;
	margin: 5px 0px;
}

/*--- | Colonne de Droite | ---*/
#colDeux {
	float: left;
	margin: 0 0 0 20px;
	width: 235px;
}
/* Gestion de l'affichage des liens */
#colUne a:link {color: #004789; text-decoration: none;}
#colUne a:visited {color: #004789; text-decoration: none;}
#colUne a:hover {color: #004789; text-decoration: underline;}
#colUne a:active {color: #004789; text-decoration: none;}

#colDeux a:link {color: #004789; text-decoration: none;}
#colDeux a:visited {color: #004789; text-decoration: none;}
#colDeux a:hover {color: #004789; text-decoration: underline;}
#colDeux a:active {color: #004789; text-decoration: none;}

/*--------------------------------- | PAGE PRESENTATION OUVRAGES
*/
#presOuvrages {
	float: left;
	margin: 0;
	padding: 0;
	width: 545px;
}
#presOuvrages h1 {
	margin: 0; padding: 0 0 0 40px;
	font-size: 12px;
	font-weight: bold;
	color: #2B1B87;
}
#presOuvrages h2 {
	margin: 0; padding: 0 0 0 40px;
	font-size: 12px;
	font-weight: normal;
	color: #2B1B87;
}
/* Presentation des livres */
.GuidesRecherche {
	/*clear: both;*/
	margin: 0 15px;
	padding: 10px 0;
	height: 125px;
	border-bottom: solid #004789 1px;
}
.GuidesRecherche img {float: left; height: 125px;}
.txtGuidesRecherche {float: right; position: relative; width: 430px; height: 105px; color: #004789;}
.txtGuidesRecherche h3{margin: 0; padding: 0; font-size: 12px; font-weight: bold;}
.txtGuidesRecherche a:link {color: #004789; text-decoration:underline}
.txtGuidesRecherche a:visited {color: #004789; text-decoration:underline}
.txtGuidesRecherche a:hover {color: #004789; text-decoration:none}
.txtGuidesRecherche a:active {color: #004789; text-decoration:underline}
.txtGuidesRecherche h4{margin:0px; padding:0px; font-size:12px; font-weight:bold;}
.txtGuidesRecherche p{margin:0px; padding:0px;font-size: 11px; font-weight: normal;}

.livre {
	/*clear: both;*/
	margin: 0 15px;
	padding: 10px 0;
	height: 100px;
	border-bottom: solid #004789 1px;
}
.livre img {float: left; height: 100px; width:62px;}
.txtLivre {float: right; position: relative; width: 445px; height: 100px; color: #004789;}
.txtLivre h3{margin: 0; padding: 0;
	font-size: 12px; font-weight: bold;
}
.txtLivre a:link {color: #004789; text-decoration:underline}
.txtLivre a:visited {color: #004789; text-decoration:underline}
.txtLivre a:hover {color: #004789; text-decoration:none}
.txtLivre a:active {color: #004789; text-decoration:underline}
.txtLivre h4{margin: 0; padding: 0;
	font-size: 12px; font-weight: bold;
}
.txtLivre p{margin: 0; padding: 0;
	font-size: 11px; font-weight: normal;
}
.prix {position: absolute; bottom: 0;}
.bonCommande {position: absolute; bottom: 0; right:0;}
.bonCommande img{width: 8px; height: 8px; display: block; padding-top: 3px;}
.bonCommande a:link {color: #004789; text-decoration:underline}
.bonCommande a:visited {color: #004789; text-decoration:underline}
.bonCommande a:hover {color: #004789; text-decoration:none}
.bonCommande a:active {color: #004789; text-decoration:underline}

/* sommaire en téléchargement */
.sommaireDownload {position: absolute; bottom: 13px; right:0px;}
.sommaireDownload img{width: 8px; height: 8px; display: block; padding-top: 3px;}
.sommaireDownload a:link {color: #004789; text-decoration:underline}
.sommaireDownload a:visited {color: #004789; text-decoration:underline}
.sommaireDownload a:hover {color: #004789; text-decoration:none}
.sommaireDownload a:active {color: #004789; text-decoration:underline}
/* Presentation des Edito Apostille */
.livreApo {
	position: relative;
	/*clear: both;*/
	margin: 0 15px;
	padding: 10px 0;
	width: 515px;
	border-bottom: solid #004789 1px;
}
.livreApo h3{margin: 0; padding: 0;
	font-size: 12px; font-weight: bold;
}
.livreApo h3 a:link {color:#004789; text-decoration: underline}
.livreApo h3 a:visited {color:#004789; text-decoration: underline}
.livreApo h3 a:hover {color:#004789; text-decoration: none}
.livreApo h3 a:active {color:#004789; text-decoration: underline}

.bonCommandeApo {position: absolute; bottom: 0; right:0; padding: 0 0 2px 0;}
.bonCommandeApo img{width: 8px; height: 8px; /*display: block;*/ /*padding-top: 3px;*/}
.bonCommandeApo a:link {color: #004789; text-decoration:underline}
.bonCommandeApo a:visited {color: #004789; text-decoration:underline}
.bonCommandeApo a:hover {color: #004789; text-decoration:none}
.bonCommandeApo a:active {color: #004789; text-decoration:underline}

.telechargerGuidesRecherche {/*position: absolute; bottom:0; right:0;*/ position: relative; }
.telechargerGuidesRecherche img{width: 8px; height: 8px; display: block; padding-top: 3px;}
.telechargerGuidesRecherche a:link {color: #004789; text-decoration:underline}
.telechargerGuidesRecherche a:visited {color: #004789; text-decoration:underline}
.telechargerGuidesRecherche a:hover {color: #004789; text-decoration:none}
.telechargerGuidesRecherche a:active {color: #004789; text-decoration:underline}

.livre h4 span{
position:absolute;
width:450px;
height:20px;
margin:0px;
padding:0px;
border:0px;
}
.livre h4 span img {
width:100px;
height:20px;
border:0px;
}

