﻿#main {
	position: relative;
	width: 960px;
	height: auto !important; /* Je ne sais pas pourquoi ! */
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
#enTete {
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 48px;
}
#sommaire01 {
	position: absolute;
	left: 24px;
	top: 56px;
	width: 936px;
	font-family: Calibri, Helvetica, Arial;
	font-size: 10.5pt;
}
#sommaire01 ul.AspNet-Menu li {
	position: relative;
	list-style: none;
	float: left;
	margin-right: 16px;
}
#sommaire01 a {
	color: #FFFFFF;
}
#sommaire01 a.AspNet-Menu-Selected {
	border-bottom: solid 3px #fbbf47;
}
#page {
	position: absolute;
	left: 0;
	top: 98px;
	font-family: Calibri;
	font-size: 11pt;
	color: #FFFFFF;
}
#illustration {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 233px;
	background: url(Ressources/illustrationBas.gif) no-repeat 0 185px;
}
#texte {
	position: absolute;
	left: 24px;
	top: 233px;
	width: 624px;
	padding: 0 0 96px 0;
}
#sommaire02 {
	position: absolute;
	left: 672px;
	top: 233px;
	width: 264px;
}
#sommaire02 li {
	text-align:left!important;
}
#sommaire02 a {
	color: #FFFFFF;
}
/* Avec CSS-Friendly, non utilisé car ontreenodedatabound ne fonctionne pas 
#sommaire02 li.AspNet-Menu-Leaf {
	padding: 2px 0 8px 32px;
}
#sommaire02 li li {
	padding: 2px 12px 8px 32px;
}
#sommaire02 li.AspNet-Menu-Selected {
	background-repeat: no-repeat;
	background-image: url(Ressources/sommaire02selected.gif);
	background-position: 0 0;
}*/
/* Sans CSS-Friendly (par défaut) 
#sommaire02 .HoverNodeStyle {
	border-bottom: solid 1px #FFFFFF;
	width: 300px;
}
#sommaire02 .LeafNodeStyle {
	border-bottom: solid 1px #FF0000;
	width: 300px;
}
#sommaire02 .NodeStyle {
	border-bottom: solid 1px #0000FF;
	width: 300px;
}
#sommaire02 .ParentNodeStyle {
	border-bottom: solid 1px #00FF00;
	width: 300px;
}
#sommaire02 .RootNodeStyle {
	border-bottom: solid 1px #FFFFFF;
	width: 300px;
	font-weight:bold;
	background: url(Ressources/sommaire02Bas.gif) no-repeat 0px 12px;
}
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
#sommaire02 .niveau3 {
	width: 300px;
	background-color: #FFFFFF;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
*/
#sommaire02 .niveau1 {
	border-bottom: solid 1px #c8caaa;
	width: 276px;
	text-transform: uppercase;
	padding: 12px 0 0 0;
	color: #f5eecf;
}
#sommaire02 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sommaire02 .niveau2 {
	width: 276px;
	color: #e8eaca;
	font-weight: bold;
	padding: 4px 0 0 0;
}
#sommaire02 .niveau3 {
	font-size: 90%;
	padding-left: 8px;
	line-height: 120%;
	color: #e8eaca;
}
#sommaire02 .SelectedNodeStyle {
	font-weight: bold;
	color: #FFFFFF;
}
#sommaire02 .NodeStyle .SelectedNodeStyle {
	background-image: none;
}
#sommaire02 .gridView {
	margin: 0;
}
