/* ==============================================
	ARGOS
 ============================================== */

 
/* ##########################################################
					Super Structure - Header - Footer
########################################################### */


/* ------------------------------------------------------ */
/* 	Super Bloc contenant Les panneaux Gauche-Centre-Droit */
.contenu
{
    background-color: white;
	padding-top : 19px;    /*jpc   dû à la bannière de Lenga qui déborde dessous*/
}

/* ---------------------------------------------- */
/* 				En-tête 			*/

#header_revue {
	height: 115px;
}

/* ##########################################################
					Panneau GAUCHE 		
########################################################### */

#panneau_gauche {
	margin-top : -22px;
}

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

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

/* ---------------------------------------------- */
/*   Le Bloc Recherche Editor */
#bloc_rech_requis .bouton_1 
{
    margin-left: 20px;
    width: 110px;
}
.saisie_requete
{
	border : 1px solid #bdbdbd;
	background: white url(../images/argos_fd_input.gif) repeat-x;
}
#bt_requete
{
	width: 460px;
	padding: 1em;
	color: #5B6C7F;
	background: #f5f5f5 url(../images/argos_fd_autre_boite.gif) repeat-x;
	border: 1px solid #DBDBDB;
}
#bt_requete input.saisie_requete {
	width: 300px;
}

#bt_requete input.loupe{
	position: relative;
	left: 320px;
	background: white url(../images/emIconLoupe.gif) 5px 3px no-repeat;
	padding-left: 25px;
	margin:0;
	text-align: left;
	cursor: pointer;
	width: 120px;
}
#bt_requete .with-up-separator
{
	border-top: 1px solid #DBDBDB;
}

.loupe:hover,
.Rplus:hover
{
	background: #f5f5f5 url(../images/argos_fd_btn_off.gif) 0 -4px repeat-x;
}


/* ---------------------------------------------- */
/*   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 ul {
	background: url("../images/fd_navigDoc.png") bottom repeat-x #F5F5F5;
	border-bottom: 1px solid #874C8E;
	border-top: 1px solid #874C8E;
}
.bloc_navigDoc a {
    color: #874C8E;
}
.bloc_navigDoc a:hover {
    color: #0095FF;
}*/

