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

body {
	background-color:#eee5db;
	margin-top:0px;
	font-family:tahoma;
	font-size:12px;
	background-image:url(images/fond2.jpg);
	}
	
Table {
	margin-left:auto;
	margin-right:auto;
	}
	
.fond {
	background-image:url(images/fond.jpg);
	}

.fondsans {
	background-color:#eee5db;
	background-image:none;
	}

.lien_creawell {
	color:#333333;
	text-decoration:none;
	font-size:11px;
	}
	
.titre {
	font-size: 16pt;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titre2 {
	font-size: 14pt;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:5px;
	margin-bottom:0;
}
.petit_texte {
	font-size: 9pt;
	text-align:center;
}

#slideshow {
    position:relative;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
