html, body {
height: 100%;
width: 100%;
}

BODY {
	font-size:0.8em;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0;
	color:#09529F;
}

a:link {color: #09529F;}
a:visited {color: #666;}
a:active {color: #00FF00;}
a:hover {background-color: #90cb01;}
a {text-decoration: none;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

h1 {
	color: #0a53a0;
	font: normal 100% Arial,sans-serif;
	display: inline;
}
h2 {
	color: #0a53a0;
	font: normal 100% Arial,sans-serif;
	display: inline;
}

#contenu_central {
position:relative;
width: 771px;
margin:0 auto;
background-image:url("../img_site/centrale_bg.gif"); background-repeat:repeat-y;
}

img { 
	border:0;
}

#header {
height: 243px;
}
#centre {
margin-left: 229px;
}
#gauche {
position: absolute;
left:0;
width: 229px;
}
#pied {
height: 109px;
background-image:url(../img_site/bottom_bg.gif); background-repeat:no-repeat; width:771px; height:109px
}


.gallerycontainer{
position: relative;
width:500px; text-align:right;
background-image:url(../img_site/centrebg.jpg); background-repeat:no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0;
margin: 0 0px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
top:10px;
left: 20px;
border: 0;
visibility: hidden;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 10;
left:38px; /*position where enlarged image should offset horizontally */
z-index: 50; text-align:left; color:#0a53a0;
}

.Style2 {
	color: #0a53a0;
	font-weight: bold;
}


.fotgal { 
	border:2px; 
	border-thickness: 2px; 
	border-color: #90cb01; 
	border-style: solid;
	}

A:hover.fotgal, A:active.fotgal {border:2px; border-thickness: 2px; border-color:#0b54a3; border-style: solid}
