/* Feuille de style pour la consultation en ligne avec un navigateur graphique */
html {
	background:#CCCCCC url('img/fondBody.png') top center repeat-x;
	font-family:verdana, serif;
	color:black;
	font-size:14px;
	text-align:justify;
}

body {
	width:768px;
	margin:auto;
	background:url('img/fondConteneur.png') center center repeat-y;
}

img {border:none;}

a {color:inherit; text-decoration:none;}
a:hover {text-decoration:underline;}

#conteneur {width:750px; margin:auto;}

#entete {height:75px; background:url('img/fondTitre.jpg') top center repeat-x; position:relative; margin:0; padding:0;}

#navbar {width:150px; float:left; padding:0; background-color:white;}
#navbar #accueil {height:25px; background:#4370B1 url('img/barAngleBG.png') bottom left no-repeat;
					text-align:right; color:white; line-height:25px; padding-right:1ex;}
#navbar dl {}
#navbar dl dt {}
#navbar dl dd {}

#main {position:relative; background-color:white; margin-left:150px; padding:0;}

#barMain {background:#4370B1 url('img/barAngleBD.png') bottom right no-repeat; height:25px; color:white; line-height:25px;}
#barMain span {font-weight:bold;}

#corps {padding:3px;}

#pied {clear:both; text-align:center;}