/* ==============================================
Lire au collège  
============================================== */


/* ##########################################################
				LES SPECIFIQUES 
########################################################## */

/* ---------------------------------------------- */
/*   Acheter et souscrire */
#TexteInfo
{
	width: 656px;
	padding: 0.5em 1em ;
	border: 1px solid #7E90A6;
	background: #9EB4D0;
	color: white;
	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
}

/* ---------------------------------------------- */
/*   Le Bloc Recherche Editor */
#bt_requete {
	margin: 10px 0 15px 5px;
	padding: 1em;
	width: 460px;
	background: url("../images/lcFdBtRequete.gif") repeat-y scroll 0 0 #C5C5C5;
	border: 1px solid #606E7C;
}
#bt_requete input.loupe{
	position: relative;
	left: 320px;
	background: white url(../images/lcIconLoupe.gif) 5px 3px no-repeat;
	padding-left: 25px;
	margin:0;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	width: 120px;
}
#bt_requete .with-up-separator
{
	border-top: 1px solid #DBDBDB;
}
#bloc_rech_requis  .bouton_1
{
	margin-left: 20px;
	width: 90px;
}
#bloc_rech_text .loupe
{
	padding-left: 17px;
	background: url("../images/lcIconLoupe.gif") no-repeat scroll 5px 3px white;
	cursor: pointer;
	font-weight: bold;
	color: #F08D2B;
}
#bloc_trier_and_more div {
	padding: 3px 13px;
	background: white;
}
#bloc_trier_and_more div:hover
{
	color: #F08D2B;
}

/* ---------------------------------------------- */
/*   Le Bloc Paramètres du compte et souscrire*/
.texte_alerte {
	font-size: 80%;
	background: #FF9C00;
	color: white;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 2px 8px;
	text-align: left;
	margin-left: 10px;
	border: 1px solid #dbdbdb;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*   Le Bloc Navigation documents 
.bloc_navigDoc {
	margin: 10px 0 20px 10px;
	padding: 0 10px;
}
.bloc_navigDoc ul {
	background-color: #EEEEEE;
	border: 1px solid #D7D7D7;
}

.bloc_navigDoc a {
    color: #0095FF;
}
.bloc_navigDoc a:hover {
    color: #d86b00;
}*/