/* Feuille de style pour l'écran */
html {
	background:#3A67AD;
	padding:0px;
	font-family:sans-serif;
	font-size:14px;
	text-align:justify;
	color:black;
}

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

img {border-width:0px;}

#conteneur {
	width:900px;
	margin:auto;
	background:white;
}

#titre {
	height:68px;
	background:#E3E3E3;
	padding:0px;
	background:url('img/fondTitre.png') top left repeat-x;
	font-family:serif;
}
#titre div {width:100%; text-align:center; font-size:48px; text-shadow:#3A67AD 2px 2px 5px;
			background:url('img/logoAreste.gif') top 61px no-repeat; line-height:68px;}
#titre div span {}

#main {
	border-top:solid #8C8C8C 1px;
}

#menu {
	float:left;
	width:200px;
	background:#E6EDF7;
	border-right:dotted #8C8C8C 1px;
	text-align:left;
	font-size:12px;
}
#menu a {display:block; text-decoration:none; color:black;}
#menu a:hover {color:white; text-shadow:black 2px 2px 5px;}
#menu dl {margin:5px 2px; border:dotted silver 1px; background-color:#D6DDE6;}
#menu dl dt {padding-left:0px; background:url('img/triangle.png') center left no-repeat; border-bottom:dotted silver 1px; font-weight:bold;}
#menu dl dt a {padding-left:14px; line-height:33px;}
#menu dl dt a:hover {background:url('img/fondMenuHover33.png') top left repeat-x;}
#menu dl dd {margin-left:0px;}
#menu dl dd a {padding-left:28px; line-height:18px;}
#menu dl dd a:hover {background:url('img/fondMenuHover18.png') top left repeat-x;}

#contenu {
	padding:0px;
	margin-left:200px;
	border-left:dotted #8C8C8C 1px;
}
#contenu h1 {margin:0px; line-height:30px; text-align:left; font-size:20px; width:100%;}

#pied {
	clear:both;
	border-top:solid #8C8C8C 1px;
	background:url('img/fondPied.png') top left repeat-x;
	text-align:center;
	line-height:22px;
	font-size:12px;
	text-shadow:#3A67AD 2px 2px 5px;
}

#finConteneur {
	padding-bottom:12px;
	background:url('img/fondBasBody.png') bottom center no-repeat;
}

/*Classes*/
.gauche {float:left;}
.droite {float:right;}

.bloc {margin:3px; position:relative; border:solid gray 1px;}
.bloc h3 {margin:0px; background:#3A67AD; color:white; padding:1ex;}
.bloc img {border:solid black 1px; margin:3px;}
.bloc p {text-indent:3em;}
.bloc div {}