#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;		
	top: 0%;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	text-align:justify;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	overflow: auto;
}

#content {
	padding: 6px .75em;
}

#content a {
	text-decoration: none;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 2px;
	padding: 2px 3px 0 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url("../images/loading.gif") 50% 50% no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 6px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #666;
}
#MB_content { border-top: 0px solid #000; }
#MB_header {
  color: #FF3399;
}
#MB_caption {
color: #FFF;
height: 18px;
background-color: #FFF;
text-transform: uppercase;
background: url("../images/MB_header.gif") repeat-x;
}
#MB_close { color: #FF3399}
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}


/*  Mes inputs */		
		.MB_text {
			border: 1px solid #999;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #666;
			background-color:#EEE;
			font-size: 12px;
			width:320px;
		}		
		
		.MB_select {
			border: 1px solid #999;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #666;
			background-color:#EEE;
			font-size: 12px;
		}				
		
			.submit_black {
				font-size: 11px;
				font-weight: bold;
				background-image: url("../images/bouton_noir.gif");
				width: 86px;
				height: 25px;				
				color: #FFFFFF;
				border: 0;
				line-height: 15px;
			}		

/* Fiche Accessibilite / Espaces */

#picto {
	width: 34px;
	height: 28px;
	float: right;
	position: relative;
	top: -24px;
	margin-bottom: -20px;
}

#conseiller {
	background: url("../images/bg.gif") repeat;
	height: 50px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
}

#conseiller a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#capacite {
	display: inline-table;
	padding-left: 5px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-transform: lowercase;
	font-weight: normal;
}

td {
	text-indent: 4px;
	font-size: 10px;
}

/* Conseiller virtuel */

#messageErreur {
	width: 100%; 
	text-align: center;
	/*font-weight: bold;*/
	color:#FF0000;
}

.labels {
	font-size: 11px;
}

.titreLien {
	margin:5px;
	padding: 5px;
	background-color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	border:#CCCCCC 1px solid;
}


.titreLienChoisi {
	margin:5px;
	padding: 5px;
	background-color:#999999;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:#999999 1px solid;
	cursor:default;
}

#note{
font-style: italic;
size: 10px;
}

/* Commentaires Mediabox */

.commentaire {
	width:460px;padding:10px;margin:10px;
}

.commentaireGauche {
	float:left;width:80px;margin-right:10px;border:#999 4px solid;border-bottom-width:0;border-left-width:0;border-top-width:0
}

.commentaireDroite {
	float:left;width:360px;
}

/* Savoir Plus */ 

#infosBox a {color:#0033FF;text-decoration:underline;}


/* Carbone */

ul {}
li {background-image:url(../images/puce.gif) no-repeat 4px 4px!important}
.carbone {margin:10px 0; text-indent:10px}


