td {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; color: #000000}
.sidebar {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF}

.topboderleft{  
border-left: 1px #000000 solid;
}
.menutitre{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 15px; 
border-bottom: 1px #000000 solid;

padding-left:5px; 
background-color:00A84D;
color: #FFFFFF
}

.menutitre2{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 15px;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
padding-left:25px;

background-image: url(images/bgmenurigth.jpg);
color: #FFFFFF
}
.menutitre3{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 15px; 
border-bottom: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
padding-left:25px;
background-image: url(images/bgmenurigth.jpg);
color: #FFFFFF
}
.menutitrelien{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 12px; 
TEXT-TRANSFORM: none;
TEXT-DECORATION: none;

color: #FFFFFF
}

.menutitrelien:hover{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 12px; 
TEXT-TRANSFORM: none;
TEXT-DECORATION: none;
color: #FFFFFF;
font-weight:bold;
}

.menubodylien{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 10px; 
TEXT-TRANSFORM: none;
TEXT-DECORATION: none;
color: #FFFFFF
}

.menubodylien:hover{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 10px; 
TEXT-TRANSFORM: none;
TEXT-DECORATION: none;
color:000000
}

.lienhaut{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 11px; 
TEXT-TRANSFORM: none;
TEXT-DECORATION: none;
color: #000000;
font:bold
}

.lienhaut:hover{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 11px; 
TEXT-TRANSFORM: none;
TEXT-DECORATION: none;
color: #FFFFFF;
font:bold
}

.menubody{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 10px; 
background-color: #F5F5F5;

color: #000000
}

.vert{  
color: #00A84D;
font-weight:bold;
}

.orange{  
color: #FFBF00;
font-weight:bold;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

