/* Feuille de style commune aux visualiseur(s) */

@CHARSET "ISO-8859-1";

html,body {
	margin:0px;
	padding:0px;
	height:100%;
	overflow : none; 
	overflow-y:hidden;
	overflow-x:hidden;
}


.pane {
	position: absolute;
	overflow: auto;
	
}

.container {
	position: relative;
	overflow: none;
}

.contenu {
	position: absolute;
	overflow:auto;
	background-color:#333;
}

.planche {
	position: absolute;
	overflow:auto;
	background-color:#333;
	visibility:hidden;
	text-align: center;
}

.abs {
	position:absolute;
}

.fragment {
	
}

.plancheDiv {
	display: inline-block;
	width: 280px;
	margin: auto;
	border: dotted 1px #3e3e3e;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}

.plancheApercu {
	width: 250px;
	height: 250px;
	margin:auto;
}

.plancheLibelle {
	width: 100%;
	text-align: center;
}


div.marqueur_bulle {
    width: auto;
    font-size: 0.75em;
    margin-bottom: 24px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	margin:10px;
}

.information {
	position:absolute;
	width:60%;
	top:0px;
	left:20%;
	text-align:center;
	visibility:hidden;
	z-index:999;
}

div.marqueur_bulle blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color:#FFFFCC;
}



div.marqueur_bulle cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 6px;
    background: transparent url(/commun/visualiseur/media/marqueur/FlecheBulle.gif) no-repeat 20px 0;
    font-style: normal;
	color:#fff;
}

.marqueur_ferme {
	font-weight:bold;
	float:right;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
}

.marqueur_ferme a {
	text-decoration:underline;
}

.consultation_change_defaut {
	background: #626262 url(/commun/visualiseur/media/fond_mode.png) repeat-x 0 0;
}

/* Styles utilisés pour la gestion de l'accessibilité */

.focus {
	border: solid 2px #f00;
	color:#f00;
}

.aide {
	
}

.aideClasse {
	display: block;
    display: none;

    z-index: 999; 
	opacity: .8;

	position: absolute;
	top: 0;
    left: 0;
    

    /* round the corners (to your preference) */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;

    width: 500px;
    
   
    padding: 5px;
    background-color: #000;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.aideClasse h3 {
	margin:0;
	padding:0;
	padding-bottom: 5px;
	color:#fff;
	font-size:14px;
}

.aideFerme {
	width: 100%;
	text-align:right;
	height:2px;
}

.aideFerme a{
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

.aideFerme a:hover {
	text-decoration:underline;
}

