		*{
			list-style:none;
			border:none;
		}
		
		div.domtab{
			padding:0em 0em;
			width:100%;
			font-size:100%;
			padding:0px 0px 0px 0px;

		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0em 0 0 0;	
			padding:0px 0px 0px 0px;
			
		}
		ul.domtabs li{
			float:left;
			padding:0px 0px 0px 0px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:173px;
			text-align: center;
			padding:5px 2px 2px 2px;
			display:block;
 background:  url('images/icons/domtab_hover.gif') no-repeat center;
			color:#4e3925;
			height:20px;
			font-weight:bold;
text-transform: uppercase;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			width:173px;
			min-height:20px;
		}
		ul.domtabs a:hover{
 background:  url('images/icons/domtab_hover.gif') no-repeat center;
			width:173px;
			min-height:20px;
text-transform: uppercase;
		}
		div.domtab div{
			clear:both;
			width:173px;
			min-height:22px;
 background:  url('images/icons/domtab_hover.gif') no-repeat center;
			color:#7d5f43;
			padding:0px 0px 0px 0px;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
 background:  url('images/icons/domtab_select.gif') no-repeat center;
			width:173px;
			min-height:20px;
			color:#89694b;
			text-transform: uppercase;

		}
		#domtabprintview{
			float:right;
			padding:0px 0px 0px 0px;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		

		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
			padding:0em .0em;
			font-weight:bold;
			font-size:1.3em;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
		table.infoBoxDomtab {
  background: #ffffff;			
  border: 1px; color: #4a4e51;
border-style: solid solid solid; 
}


/* CSS Pour Higlight inseret HTML (Information) */



.highslide-html {
background-color: white;
color: #313131;
font-family: Verdana, Arial, sans-serif;
font-size: 20px;


}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 80%;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


