body {margin:0px; font-family:verdana; font-size:11px; line-height:16px; color:#000000; background-color:#DE8004;}
td {font-family:verdana; font-size:11px; line-height:16px; color:#000000;}

a { font-family:verdana; color:#cc0000; font-size:11px; text-decoration:none;}
a:visited { font-family:verdana; color:#cc0000; font-size:11px; text-decoration:none;}
a:hover { font-family:verdana; color:#D5734D; font-size:11px; text-decoration:none;}

a.min { font-family:trebuchet ms; color:#cc0000; font-size:10px; text-decoration:none;}
a.min:visited { font-family:trebuchet ms; color:#cc0000; font-size:10px; text-decoration:none;}
a.min:hover { font-family:trebuchet ms; color:#D5734D; font-size:10px; text-decoration:none;}

a.menu_h { font-family:trebuchet ms; color:#ffffff; font-size:10px; text-decoration:none;}
a.menu_h:visited { font-family:trebuchet ms; color:#ffffff; font-size:10px; text-decoration:none;}
a.menu_h:hover { font-family:trebuchet ms; color:#99CCFF; font-size:10px; text-decoration:none;}

h1 {font-family:trebuchet ms; font-size:16px; display:inline; color:#000000;}
h2 {font-family:trebuchet ms; font-size:14px; display:inline; color:#000000;}

input {font-family:trebuchet ms; font-size:10px;}
select {font-family:trebuchet ms; font-size:10px;}

.main_home {font-family:trebuchet; font-size:10px; background-color:#FEB95E; color:#000000;}

.mainoption {font-family:arial; font-size:11px; background-color:#CC0000; color:#FFFFFF;}

.tab_offerte {
    background-color: #ffffff;
	z-index:100;
	right:0px;
	text-align:left;
	padding:10px;
	width:270px;
	border:1px solid #333333;
}

/*ZOOM*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid gray;
visibility: hidden;
left: -340px;
color: black;
text-decoration: none;
width:305px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
right: 70px; /*position where enlarged image should offset horizontally */

}