/* CSS Document */

body{
	/*background : #02056C url("menu_data/fond_menu.png") repeat-x top left  fixed;*/
	background : #000000 url("menu_data/bg_space.jpg"); /*repeat-x top left  fixed;*/
	/*background : #FFFFFF url("menu_data/bg_space.jpg") /*repeat-x*/ /*top left  fixed;*/
	background-repeat:repeat;
	padding:0px;
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	padding-bottom:0px;
	margin-bottom:0px;
}

#conteneur{
	width:800px;
	margin-left:20%;
}

img{
	border:0;
}

#micro{
	text-align:center;
}

#micro a{
	font-size:10px;
}

.mini{
	width:45px;
}

.btn{
	width:70px;
	/*height:70px;*/
}

/*#haut{
	float:right;
	padding-left:10%;
	height:20px;
	font-size:14px;
}*/

.info{
	margin-left:10%;
	font-size:14px;
	color:#f589ff;
	font-weight:bold;
}
.commendire{
	/*float:right;
	margin-left:15%;*/ 
	color: #000000; 
	/*font-size: 11pt;  
	/*background : url("./menu_data/fond_bouton.png") repeat-x top left lightblue!important;*/
	background-color:#FFFFFF;
	/*text-align: justify; */
	font-weight:bold; 
	/*width:80%;*/
}

#commendire{
	color:#ffffff
}

#gauche{
	float:left;
	/*z-index:1;*/
	/*background-image:url("_img_space/coin.png");
	background-repeat:no-repeat;
	margin:-5px;
	padding:15px;
	text-align:center;*/
	font-size:11px;
	color:yellow;
	height:auto;
	width:10%;
}

#gauche a{
	font-weight:bold;
	/*text-decoration:none;*/
	text-decoration:underline;color:#0099CC;
}
	
#gauche marquee{
	font-weight:bold;
	text-align:center;
}

#calendar_dedi{
	background-image:url(_img_space/img_calendar.png);
	background-repeat:no-repeat;
	padding-left:5px;
	height:126px;
}

#logo{
	width:90px;
}

#droite{
	float:right;
	/*background-color:#FFFED1;
	background-color:#333333;*/
	/*height:auto;*/
	width:15%;
	/*margin-top:100px;*/
	border:solid #000000;
	text-align:center;
	/*margin-left:auto;*/
	font-size:10px;
	color:#CCCCCC;
}

#droite a{
	text-decoration:none;
	/*text-decoration:underline;*/
	color:#0033FF;
	font-weight:bold;
}

.imgfeu{
	width:100px;
}

#imgpan{
	width:50px;
	height:75px;
}

legend{
	background-color:#0066FF;
	border:#000066 solid;
	font-weight:bold;
}
	
#retour{
	border:solid yellow 1px;
	font-size:14px;
	width:120px;
	margin-top:25px;
	/*margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
}

#centre{
	z-index:10;
	/*margin-left:12%;*/
	margin-left:13%;
	/*margin-top:20%;
	padding:10px;*/
	width:70%;
	top:2px;
	left:0px;
	font-size:12px;
	background-color:#000000;
	/*overflow: hidden;*/
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuhaut, #menuhaut ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 18px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menuhaut /* Ensemble du menuhaut */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 11px; /* hauteur du texte : 12 pixels */
}

#menuhaut a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background-color:#FFFF33;  /* couleur de fond */        
        color : #000000; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 85px;  /*largeur */
}

#menuhaut li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menuhaut li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menuhaut li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 85px;  /*Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menuhaut li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menuhaut li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menuhaut li ul ul 
{
        margin    : -19px 0 0 85px; /*144px   On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menuhaut li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menuhaut li:hover ul ul, #menuhaut li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menuhaut li:hover ul, #menuhaut li li:hover ul, #menuhaut li.sfhover ul, #menuhaut li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

#menuhaut a:hover{
	background-color:#CCCCCC;
	color:#999999;
}

#menu {
margin-left:5%;
/*position: absolute; placement du menu, à modifier selon vos besoins */
top: 2px;
left: 2px;
z-index:100;
/*width: 90%;  correction pour Opera */
margin-top:5px;
font-size:11px;
}

#essai{
display:none;
border: 1px solid black;
/*background-color:#0099FF;
background-color:#66CCFF;*/
background-color:#FFFFFF;
/*display:inline;*/
position:absolute;
width:100%;
margin-left:50%;
margin-top:-15%;
}

.case{
	padding:5px;
}
.case a{
	/*text-decoration:none;*/
	text-decoration:underline;
	/*color:#02056C;*/
	color:#003366;
}

#essai li {
text-align: center;
background:#0066FF;
}
#essai li a{
color: #000;
text-decoration: none;
display: block;
height: 100%;
/*border: 0 none;*/
}




.donnee{
	/*background-color:#3366FF;*/
	background-color:#f6f6f6;
	/*border:none;*/
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	font-size:11px;
}

.donneefalse{
	/*background-color:#3366FF;*/
	background-color:#CC3333;
	/*border:none;*/
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	font-size:11px;
}

.cherchplus{
	background-color:#3366FF;
	border:none;
	margin-top:2px;
}

#logacc{
	color:#CCCCCC;
	/*font-weight:bold;*/
	font-size:9px;
}

.donneeacc{
	/*background-color:#3366FF;*/
	background-color:#f6f6f6;
	/*border:none;*/
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	font-size:9px;
}

input{
	background-color:#FFFF40;
	border-color:#999999;
	border-style:outset;
}

.cherch{
	background-color:#FFFF40;
	border-color:#999999;
	border-style:outset;
	font-size:9px;
	margin-top:2px;
	/*margin-left:0px;*/
}

#plus{
	background-color:#FFFF40;
	border-color:#999999;
	border-style:outset;
}

#validation{
	margin-left:88%;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-weight:bold;
	color:#0099FF;
	background-color:#666666;
	height:20px;
	width:50px;
	border-bottom-color:#333333;
	border-style:outset;
}

#validation a{
	/*text-decoration:none;*/
	text-decoration:underline;color:#0099FF;
}

#form{
	text-align:left;
}


.annee{
	/*text-decoration:none;*/
	text-decoration:underline;font-weight:bold;
	color:#0099FF;
}

#centre h3{
	text-align:center;
	/*color:#FFFED1;*/
	color:#FFFF00;
}

#centre h2{
	color:#FFFFFF;
}

.dedi{
	width:100%;
}

.dedi a{
	/*text-decoration:none;*/
	text-decoration:underline;
	color:#0000CC;
}

.tableDedi{
	border-spacing: 1px; 
	border-collapse: collapse;
}

.tableDedi img{
	height:120px;
	width:90px;
}

#tablo_ded{
	text-align:center;
	border-spacing:5px;
}

#client, #dedicace, #exist, #inscr, #suiviseries, #panier_complet{
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	/*background-color:#FFFED1;*/
	width:90%;
	padding:2px;
	text-align:justify;
	color:#FFFFFF;
}

#client a, #exist a, #inscr a, #panier_complet a, .comm a, #liens a{
	/*text-decoration:none;*/
	text-decoration:underline;
	/*color:#0099CC;*/
	color:#0099CC;
	font-weight:bold;
}


.type_inscr{
	width:90%;
	cursor:pointer;
	background-color:#0099FF;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:2px;
}

.type_inscr a{
	/*text-decoration:none;*/
	text-decoration:underline;
	color:#FFFFFF;
}

#client img{
	height:100px;
	width:100px;
}

#liens{
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	width:90%;
	padding:2px;
	text-align:justify;
	color:#FFFFFF;
}

#liens img{
	/*height:75px;*/
}


#client p{
	text-align:justify;
}

#exist, #inscr, #suiviseries{
	display:none;
}	

.comm_client{
	text-align:left;
	width:90%;
}

.regle{
	color:#FFFF00;
	font-size:11px;
	font-weight:bold;
}

#ajoute_com{
	margin-top:10px;
	padding-top:5px;
	border-top-color:#3366FF;
	border-top-style:solid;
	width:90%;
}

#anepaslouper{
	/*float:left;*/
	/*margin-top:50px;*/
	height:100px;
}

#anepaslouper table{
	background-color:#FFFED1;
	font-size:11px;
	text-align:center;
	border-color:#0066FF;
	border-width:medium;
	border-style:ridge;
	width:8.5%;
	/*height:25px;*/
}

#parutions{
	width:100%;
	border-spacing: 1px; border-collapse: collapse;
	border-width:medium;
	border-color:#CCCCCC;
	border-style:solid;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	color:#003333;
}

#parutions th{
	background-color:#030897;
	color:#FFFED1;
	font-size:12px;
}

#parutions a{
	text-decoration:none;
	/*text-decoration:underline;*/
	color:#000033;
}

#parutions img{
	height:75px;
	width:50px;
}

#tabledelivres table{
	border-spacing:10px;
	text-align:center;
	top:0;
	left:0;
}

#tabledelivres img{
	height:120px;
	width:90px;
}

#commentaires{
	/*border:none;*/
	margin-top:0;
	/*margin-right:12%;*/
	width:90%;
	/*margin-left:0%;*/
	/*clear:left;*/
}

#comAccueil{
	/*float:right;
	position:absolute;*/
	padding:10px;
	/*height:50%;*/
	background-color:#FFFFFF;
	border-color:#000000;
	/*border-radius:15px;
	-moz-border-radius:15px;*/
	border-color:#000000;
	border-style:solid;
	font-size:11px;
	/*width:600px;*/
}

#persoAccueil{
	height:100px;
	/*width:150px;*/
	padding:0px;
	background-image:url(_img/bulle.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#vitrine{
	text-align:center;
	/*border-color:#000000;
	border-style:solid;*/
}

#vitrine img{
	height:150px;
}

#livres{
	width:97%;
}

#livres td{
	/*border-color:#000000;
	border-style:solid;*/
	border:none;
}

#livre div{
	border-color:#000000;
	border-style:solid;
}	

#livres img{
	height:200px;
	width:125px;
}

#det_livre{
	/*width:90%;*/
	width:500px;
	font-size:12px;
}

#couv{
	height:200px;
}

.img_livre{
	border:none;
}

/*#det_livre tr td{
	height:300px;
}*/
#pop{
	font-size:11px;
	width:400px;
	color:#000000;
}

#pop tr{
	background-color:#FFFED1;
}

#pop img{
	width:150px;
	height:225px;
}

#occaz{
	width:90%;
}

.occazImg{
	height:70px;
	width:50px;
}

.detail{
	/*background-color:#000000;*/
	color:#FFFED1;
	/*font-weight:bold;*/
	font-size:11px;
	text-align:right;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*position:relative;*/
	padding-bottom:5px;
	/*height:125px;*/
	width:100%;
	color:#FFFFFF;
}

.detailptit{
	/*background-color:#000000;*/
	color:#FFFED1;
	/*font-weight:bold;*/
	font-size:11px;
	text-align:right;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*position:relative;*/
	padding-bottom:5px;
	color:#FFFFFF;
}

#stock{
	/*margin-top:1%;*/
	/*margin-left:7%;*/
	float:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	padding:5px;
	padding-top:15%
	background-color:#0066FF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	/*height:75px;
	width:45%;*/
	text-align:center;
}


#stock p{
	
}

#prixdiv{
	float:right;
	margin-bottom:0px;
	margin-top:50px;
	/*margin-right:12%;*/
	background-color:#02056C;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}

#ajout{
	/*background-color:#FFFFFF;
	margin-left:50%;*/
	/*margin-right:7%;*/
	padding:5px;
	font-size:14px;
	/*height:80px;*/
	width:33%;
}

#ajout a{
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	/*text-decoration:underline;*/
}

#ajout img{
	height:100px;
	width:134px;
	/*margin:5px;
	margin-right:20px;
	margin-bottom:-8px;*/
}

#recap td{
	background-color:#0099FF;
	color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	font-size:12px;
	padding:2px;
}

#recap a{
	/*/*text-decoration:none;*/
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}

.detail_occaz{
	background-color:#000000;
	color:#FFFED1;
	padding:10px;
	/*font-weight:bold;*/
	font-size:10px;
	text-align:left;
	padding-right:10px;
	/*position:relative;*/
}

.detail a, .detail_occaz a, .detailptit a{
	/*color:#006699;*/
	color:#FFFFFF;
	font-weight:bold;
	/*text-decoration:none;*/
	text-decoration:underline;
}

.detail a:hover, .detail_occaz a:hover, .detailptit a:hover{
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}

.comm{
	/*background-color:#FFFED1;*/
	background-color:#446666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	width:80%;
	/*height:290px;*/
}

.comm p{
	font-size:11px;
	font-weight:bold;
	padding-bottom:0px;
	/*background-color:#FFFED1;*/
}

.comm img{
	height:75px;
	width:50px;
	vertical-align:middle;
}

#informations {
	/*background-color:#FFFED1;*/
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}

.critic{
	background-color:#FFFED1;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}

#lettres{
	margin-left:0;
	padding-bottom:5px;
	font-size:11px;
	text-align:center;
}

#lettres a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	/*text-decoration:underline;*/
}

#lettres ul{
	list-style: none;
}

#lettres ul li{
	/*display:inline;*/
	float:left;
}

#lettres li a{
	display:block;
	background-color:#0066FF;
	margin-left:2px;
	width:18px;
	padding:0px;
	background-image:url(_img/ongletOut.jpg);
}

#lettres li a:hover{
	/*background-color:#00FFCC;*/
	background-image:url(_img/onglet.jpg);
}

#mois{
	/*margin-left:12%;*/
	padding-bottom:5px;
	font-size:12px;
	text-align:center;
}

#mois a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	/*text-decoration:underline;*/
}

#mois ul{
	list-style: none;
}

#mois ul li{
	/*display:inline;*/
	float:left;
}

#mois li a{
	display:block;
	background-color:#0066FF;
	margin-left:2px;
	width:35px;
	padding:0px;
	background-image:url(_img/ongletOutMois.jpg);
}

#mois li a:hover{
	/*background-color:#00FFCC;*/
	background-image:url(_img/ongletMois.jpg);
}

#auteurs{
	width:90%;
	margin-top:10px;
}

.nom{
	background-color:#0066FF;
	width:500px;
	cursor:pointer;
	padding:5px;
}

/*.nom:hover{
	
}*/

#aut{
	height:100px;
	width:100px;
}

.nom a{
	color:#000000;
	text-decoration:none;
	/*text-decoration:underline;*/
}

#pages{
	text-align:center;
	color:#FFFED1;
	/*font-weight:bold;*/
	font-size:11px;
	width:90%;
}
#pages a{
	/*text-decoration:none;*/
	text-decoration:underline;
	color:#FFFF00;
}

#flocons{
	position:absolute;
	bottom:0;
	right:0;
	background : transparent url("./_img_space/vador.png") no-repeat bottom right;
	padding:0px;
	height:200px;
	width:300px;
}

/*Pour le calendrier*/

.ds_box {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFFFFF;
}

.ds_head {
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color:#3366FF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color:#446666;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/* Pour l'autocompletion */
.suggestions{
	background-color:#FFFFFF;
	padding:2px 2px;
	border:1px solid #000000;
	font-size:10px;
}

.suggestions:hover{
	background-color:#6666FF;
	cursor:pointer;
}

#complet{
	position:absolute;
	color:#666666;
}

#popup{
	position: absolute;
	/*top:10px;
	left:10px;*/
	background-color:#0066FF;
	visibility:hidden;
	clip:auto;
	overflow:hidden;
}

#bulleprix, #bulleinf{
	position: absolute;
	padding:2px;
	width:37%;
	background-color:#0066FF;
	visibility:hidden;
	clip:auto;
	overflow:hidden;
	color:#CCCCCC;
	font-weight:bold;
}


#bulleacc{
	position: absolute;
	padding:2px;
	width:6%;
	background-color:#0066FF;
	visibility:hidden;
	clip:auto;
	overflow:hidden;
	color:#CCCCCC;
	font-weight:bold;
}

/*affichage des images des livres*/
#fond {
	display: none;
	background: url(./_img/fondGris.png);
	position: absolute;
	top: 0;
	left: 0;
	/*height: 100%;*/
 	width: 100%;
	text-align:center;
}

#fond img {
	position: absolute;
	border: none;
	display: block;
}

#affichage {
	display: none;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	/*height:725px;*/
	text-align:center;
	/*margin-left:10%;*/
	background: white;
}

#image{
	/*position: relative;*/
	margin-top:5px;
	margin-bottom:5px;
	margin:5px;
	left: 0;
	border: none;
	width:600px;
	height:844px;
}

#close{
	text-align:right;
	position:absolute;
	margin-left:93%;
}


.auteur_det div{
	display:none;
	background-color:#FFFED1;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}

#panier, #feu{
	width:100%;
	border-width:medium;
	border-color:#CCCCCC;
	border-style:solid;
}

#panier th, #feu th{
	background-color:#666666;
}

#panier td, #feu td{
	padding:2px;
	background-color:#999999;
}

#panier a, #feu a{
	text-decoration:none;
	/*text-decoration:underline;*/
	color:#333333;
}

.pan{
	background-color:#FFFED1;
	border:none;
}

.total{
	text-align:right;
	font-weight:bold;
}

.prix{
	text-align:center;
}

.prix img{
	height:15px;
	width:15px;
}

#ptipan{
	float:right;
	clear:right;
	padding:5px;
	width:30%;
	background-color:#0099FF;
	color:#FFFFFF;
}

#ajoutpan{
	float:right;
	/*display:none;*/
	background-color:#FFFFFF;
	color:#000000;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	padding:5px;
}

.agenda img{
	height:15px;
	width:15px;
}

#pied{
	clear:both;
	/*margin-top:30px;*/
	width:100%;
	border-top-color:#3366FF;
	border-top-style:solid;
	font-size:12px;
	color:yellow;
	font-weight:bold;
}

#real{
	clear:both;
}

#d{
	float:right;
}
#g{
	float:left;
}

#pied a{
	text-decoration:none;
	/*text-decoration:underline;*/
	/*font-size:12px;*/
	font-weight:bold;
	color:#3366FF;
}

#pied a:hover{
	text-decoration:none;
	/*text-decoration:underline;*/
	color:#999999;
}

#pied p, #real p{
	color:#FFFFFF;
	font-size:9px;
	font-weight:normal;
}