/* CSS Document */
body{
	background-image:url('../img/fond-haut.jpg');
	background-attachment: fixed;
}
div#conteneur{
	width: 1024px;
	margin: 0 auto ;
}
div#banniere{
	width:1024px;
	height:470px;
	margin: 0 auto ;
}
div#contenu{
	position:relative;
	width:1024px;
	margin-top:-100px;
	background-color:#FFFFFF;
	border:#FFFFFF 2px solid;
	text-align:center;
}
div#menu-gauche{
	position:relative;
	float:left;
	width:0px;
	background:url(../img/barre-grise.jpg) repeat-y 20px;
	border-right:#CCCCCC dotted 2px;
}
img.menu-gauche{
	display:block;
	padding-top:0px;
	margin-top:0px;
}
div#page{
	width:1024px;
	text-align:center;
	min-height: 500px;
	
}
table{
	background:transparent;
}

.texte2{
	text-align:center;
	background:url(../img/accueil/fond-texte2.jpg) repeat-x;
}

fieldset {
	border: 1px solid #ffffff;
	width: 90%;
	background:transparent;
}

div#pied{
	height:20px;
	background:#6d9FED;
	margin-top:6px;
	clear:both;
	width: 600px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	color:#ffffff;
}
	
img { border-bottom:0px; border-right:0px; border-top:0px; border-left:0px; }
a { text-decoration:none; color:#2b91a1; font-weight:bold; border:0px;}
