#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;
	background-color: #FFFFFF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#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;
	height:32px;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	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('http://www.root-top.com/images/spinner.gif') 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #FFFFFF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background: #F5F5F5 url('http://www.root-top.com/images/design/entete_modalbox.jpg') 0 0 repeat-x;  
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.index_titre
			{
			font: bold normal 13px Arial, Helvetica, sans-serif; 
			 line-height: 32px;
			border-bottom:1px solid #bfbfbf;
			padding:1px 0 0 10px;
			height:32px;
			background-color: #ff4545;
	-moz-border-radius:10px 10px 0px 0px;-khtml-border-radius:10px 10px 0px 0px;-webkit-border-radius:10px 10px 0px 0px;border-radius:10px 10px 0px 0px;
background-color: #ff4545;background-image: -webkit-gradient(linear,left top,left bottom,from(#ff4545),to(#CC2222));background-image: -moz-linear-gradient(top,#ff4545,#CC2222);filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr='#ff4545',endColorstr='#CC2222');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4545',endColorstr='#CC2222')";
-moz-box-shadow: 1px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 0px rgba(0, 0, 0, 0.3);
box-shadow: 1px 0px rgba(0, 0, 0, 0.3);
			color: #FFFFFF; 
			}

table.add			{
					background: #FFFFFF;

					}

table.add tr		{
					background: #EFEFEF;
					}

table.add tr td		{
					padding:10px 5px 10px 5px ;
					}

a	{  
	font: normal bold 12px Arial, Helvetica, sans-serif; 
	color: #661A1A;
	text-decoration: none;
	}


a.petit, font.petit, font.petit	> a		{  
			font-size: 10px; 
			}

a:link {
	COLOR: #991A1A; text-decoration: none;
}
a:visited {
	COLOR: #661A1A; text-decoration: none;
}
a:active {
	COLOR: #DD1A1A; text-decoration: none;
}
a:hover			{
			color: #FF9400; 
			text-decoration: underline overline;
			}

