/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	background-color: #A39382;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E4E0DF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #71604F;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.StyleCortix {
font-size: 10px}

.Brun {color: #28110f;
	font-weight: bold;}

.fond {
	background-image:url(gfx/fond.gif);
	height:60px;
	width:142px;
	font-size: 10px;
}
.menu {
	background-image:url(gfx/menu.gif);
	height:80px;
	width:551px;
	font-size: 12px;	word-spacing: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
}
.titremenu {
	background-image:url(gfx/titre_menu.gif);
	height:68px;
	widht:354px;
	font-size: 13px;
	font-weight: bold;
}
.titremenu2 {
	background-image:url(gfx/menu2.gif);
	height:68px;
	widht:551px;
	font-size: 13px;
	font-weight: bold;
}

.StyleBrun_Titre {
	color:#270505;
	font-weight: bold;
	font-size: 9px; }
		.bouton{
	height:15px;
	background-image:url(gfx/fleche.gif);
}
.fond_accueil{
	height:159px;
	background-image:url(gfx/fond_index.gif);
	background-repeat:no-repeat;
}






.thumbnail{
position: relative;
z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #001340;
	text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #001340;
	text-decoration: underline;
}

.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 on hover*/
visibility: visible;
top: 300;
left:300px; /*position where enlarged image should offset horizontally */

}

