@import url(nav_compte.css);
@import url(recherche_fiche.css);
@import url(recherche_abo.css);
@import url(mep.css);
@import url(nav_page.css);
html, body {
	height: 100%;
	margin:0px;
	padding:0px;
}
/*=nav issue de page*/
#p_nav {
	position:absolute;
	width: 100%;
	height: 100px;
	left: 0px;
	top: 0px;
}
/*=sousnav issue de page*/
#p_sousnav{
	position:absolute;
	/*top:100px;*/
	top:0px;
	width:167px;
	height:100%;
	/*bottom:0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url(../gif/degrade.gif);
	background-repeat: no-repeat;
	background-color:#FFDE00;
}
/*=contenu issue de page*/
#p_contenu {
	position: absolute;
	width: 785px;
	left:180px;
	top:110px;
	/*top:10px;*/
	/*border: 1px dotted red;*/
}
/*=bas issue de page*/
#p_bas {
   position: absolute;
   right: 0px;
	bottom:0px;
   height:26px;
	width: 186px;
}
/*=compte issue de p_contenu*/
#c_compte {
   position: relative;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:10px;
	border: 1px solid #525b5a;
}
/*=titre issue de p_contenu*/
#c_titre {
   position: relative;
	background-color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffdd00;
	text-align: center;
	padding:4px;
	padding-bottom: 8px;
}
/*=texte issue de p_contenu*/
#c_texte {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
	top:90px;
}
/*=gauche issue de p_contenu*/
#c_gauche {
	position : absolute;
	top: 80px;
	width: 555px;
	height: 410px;
	/*border: 1px dotted #5f9ea0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*=droite issue de p_contenu*/
#c_droite {
	position : absolute;
	top: 80px;
	left:570px;
	width: 215px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	/*border: 1px dotted #cd5c5c;*/
}
/*=tableau issu de gauche*/
#g_tableau {
	position:absolute;
	top:0px;
	width:550px;
	height:390px;
	border: 1px solid #999999;
}
/*=tetiere issue de tableau*/
#t_tetiere {
	position:absolute;
	height:24px;
	background-color:#fff4a1;
}
/*=lignes issue de tableau*/
#t_lignes {
	position:absolute;
	top:24px;
	width:550px;
	height:330px;
	overflow: auto;
}
/*=actions issue de tableau*/
#t_actions {
	position:absolute;
	top:350px;
	height:20px;
}
#t_lignes .deja{
	color: Red;
}
/*intro issu de droite*/
#d_intro {
	margin-bottom:10px;
}
#d_intro .consigne {
	font-weight: bold;
}

/*info issu de droite*/
#d_info {
	padding:5px;
	border: 1px solid #999999;
	margin-bottom:10px;
}
/*action issu de droite*/
#d_action {
	padding:5px;
	margin-bottom:10px;
}
/*retour issu de droite*/
#d_retour {
	position:absolute;
	top:250px;
	width:200px;
	padding:5px;
	margin-bottom:10px;
}