@charset "UTF-8";
/* CSS Document */

body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background:url(images/fond.jpg) no-repeat center top;
	background-color: #eeebde;
}

ul {
	margin:0px;
	margin-left:14px;
	padding:0px;
}

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00629c;
}

.txt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #00629c;
}

.txt3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
}

.txt4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #00629c;
}

.lien1 {color:#ffffff; font-family: Verdana, Geneva, sans-serif; font-size:10px; text-decoration:none; text-decoration:none; font-weight:bold}
.lien1:hover { color: #ffffff;text-decoration:underline;}

.lien2 {color:#00629c; font-family: Verdana, Geneva, sans-serif; font-size:10px; text-decoration:none; text-decoration:none; font-weight:bold}
.lien2:hover { color: #00629c;text-decoration:underline;}

.titresouligne {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #00629c;
	border-bottom: 1px solid #00629c;
	border-bottom-color: #00629c;
	margin: 0px;
	margin-bottom:0px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#036;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.png) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #036;
    background: url(bubble.png) no-repeat bottom;
}

.gal1 {
	width:260px;
	height:128px;
	margin-left:10px;
	margin-bottom:20px;
}

.gal1 img{
	opacity : 0.5; -moz-opacity : 0.5; -ms-filter: "alpha(opacity=50)"; filter : alpha(opacity=50);
}

.gal1 img:hover{
	opacity : 1; -moz-opacity : 1;  -ms-filter: "alpha(opacity=100)"; filter : alpha(opacity=100);
}

.gal2 {
	width:260px;
	height:128px;
	float:right;
	margin-right:10px;
	margin-bottom:20px;
}

.gal2 img{
	opacity : 0.5; -moz-opacity : 0.5; -ms-filter: "alpha(opacity=50)"; filter : alpha(opacity=50);
}

.gal2 img:hover{
	opacity : 1; -moz-opacity : 1;  -ms-filter: "alpha(opacity=100)"; filter : alpha(opacity=100);
}

.gal3 {
	width:260px;
	height:128px;
	margin-left:10px;
}

.gal3 img{
	opacity : 0.5; -moz-opacity : 0.5; -ms-filter: "alpha(opacity=50)"; filter : alpha(opacity=50);
}

.gal3 img:hover{
	opacity : 1; -moz-opacity : 1;  -ms-filter: "alpha(opacity=100)"; filter : alpha(opacity=100);
}


.gal4 {
	width:260px;
	height:128px;
	float:right;
	margin-right:10px;
}

.gal4 img{
	opacity : 0.5; -moz-opacity : 0.5; -ms-filter: "alpha(opacity=50)"; filter : alpha(opacity=50);
}

.gal4 img:hover{
	opacity : 1; -moz-opacity : 1;  -ms-filter: "alpha(opacity=100)"; filter : alpha(opacity=100);
}
