/* CSS Document */
body{
	background-image:url('../img/fond.jpg');
	margin:0;
}
div#global{
	background-image:url('../img/fond-haut.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
	font-family: verdana;
	font-size:13px;
}
div#conteneur{
	width: 799px;
	margin: 0 auto ;
}
div#banniere{
	width:799px;
	height:309px;
	margin: 0 auto ;
	clear:both;
}
div#menu-haut{
	position:relative;
	margin: 0 auto ;
	width:800px;
	text-align:right;
	margin-bottom:-19px;
}
div#contenu{
	position:relative;
	width:791px;
	margin-top:-100px;
	background-color:#FFFFFF;
	border:#FFFFFF 4px solid;
	text-align:left;
}
div#menu-gauche{
	position:relative;
	float:left;
	width:152px;
	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:634px;
	margin-left:153px;
	text-align:center;
	min-height: 600px;
	
}
.texte{
	text-align:left;
	background:url(../img/accueil/fond-texte.jpg) repeat-x;
}

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

div#pied{
	height:30px;
	background-image:url(../img/fond-pied.jpg);
	margin-top:10px;
	clear:both;
	width: 792px;
	margin: 0 auto;
	border: 2px 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;}
