#grisefond {
position: absolute;
top: 0;
left: 0;
width:100%;
z-index: 500;
background-image: url(../../images/img_centre/grise.gif);
}


.notification {
position: absolute;
margin-left: auto;
margin-right: auto;
width: 350px;
border: 3px solid black;
z-index: 1000;
cursor: default;
font-size: 90%;
background-color:#FFF;
display:bloc;
top:250px;
}

.notificationtitre{
background-color:#FFF;
border-bottom: 1px solid black;
font-weight:bold;
color: black;
margin-bottom:5px;
padding-top:5px;
font-size: 100%;
text-align:center;
}


.notification p {
margin-top:3px;
margin-left:10px;
margin-right:10px;

}

.fermerboite {
border-top: 1px solid black;
height:35px;
text-align:center;
}

.annulercharge {
border-top: 1px solid black;
height:35px;
text-align:center;
}

.choixconfirmation {
border-top: 1px solid black;
height:40px;
}

.valider {
	margin: 0 ;
	padding: 0 ;
	float:right;
	margin-right:30px;
	margin-top:3px;
}

.valider a{
	display: block ;
	width:107px;
	height:35px;
	text-decoration: none ;
	background: url(../../images/img_centre/boutons/valider1.jpg); no-repeat 0 0 ;
	line-height:0px;
	font-size:0px;
}

.valider a:hover
{
	background: url(../../images/img_centre/boutons/valider2.jpg); no-repeat 0 0 ;
}

.annuler {
	margin: 0 ;
	padding: 0 ;
	float:left;
	margin-left:30px;
	margin-top:3px;
}

.annuler a{
	display: block ;
	width:107px;
	height:35px;
	text-decoration: none ;
	background: url(../../images/img_centre/boutons/annuler1.jpg); no-repeat 0 0 ;
	line-height:0px;
	font-size:0px;
}

.annuler a:hover
{
	background: url(../../images/img_centre/boutons/annuler2.jpg); no-repeat 0 0 ;
}

.titreinfo {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/alerteinfo.jpg);
	background-repeat: no-repeat;
	line-height:25px;
	height:33px;
	text-indent:15px;
}

.titreconfirm {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/alertedemande.jpg);
	background-repeat: no-repeat;
	line-height:25px;
	height:33px;
	text-indent:15px;
}

.titresucces {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/alerteok.jpg);
	background-repeat: no-repeat;
	line-height:25px;
	height:33px;
	text-indent:15px;
}

.titreechec {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/alerteechec.jpg);
	background-repeat: no-repeat;
	line-height:25px;
	height:33px;
	text-indent:15px;
}


.titreinterdit {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/alerteinterdit.jpg);
	background-repeat: no-repeat;
	line-height:25px;
	height:33px;
	text-indent:15px;
}

.titrecharge {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/barre_charge.gif);
	background-repeat: no-repeat;
	line-height:15px;
	height:25px;
	text-indent:80px;
}

.titreerreur {
	margin-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: black;
	margin-bottom:5px;
	padding-top:5px;
	font-size: 100%;
	text-align:center;
	background-image: url(../../images/img_centre/boutons/alerteerreur.jpg);
	background-repeat: no-repeat;
	line-height:25px;
	height:33px;
	text-indent:15px;
}


/* BOITES DE LA PAGE AJOUT LIVRES*/ 
.choix_livre {
    position:relative;
	top:0;
	left:0;
	margin-top:1px;
	background: #FFF;
	overflow:auto;
	height:auto;
  	}

.choix_livre a {
    display: block;
    text-decoration: none;
	background: #FFF;
	color:#003366;
  }
  
.choix_livre a:hover{
	background: #6666CC;
	color:#FFF;
  }


