/* Cadre global de la page */

body {
	background: url(images/ArrierePlan.gif);
}

#CorpsDePage {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 750px;
}

/* Entête et menu */

#Entete {
	width: 475px;
	height: 60px;
	background: url(images/EnteteLogo.png) no-repeat;
	padding-left: 275px;
	margin-bottom: 15px;
}

#Entete h1 {
	font-size: 15pt;
	font-weight: 200;
	font-style: italic;
	text-align: right;
	width: 475px;
}

#Entete ul {
	list-style: none;
}

#Entete ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
}

#Entete ul li a {
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #00f;
	border: 2px solid #000;
	background: #fff;
	font-size: 12pt;
}

#Entete ul li a:hover {
	border: 2px solid #00f;
	background: #adf;
	padding: 3px;
	color: #000;
	font-weight: bold;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #5a5a5a;
	text-decoration: underline overline;
}

a:active {
	color: #5a5a5a;
	text-decoration: underline overline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

#Principal {
	width: 750px;
	margin-bottom: 25px;
	clear: both;
}

#SousMenu {
	float: right;
	width: 200px;
}

#SousMenu ul {
	list-style: none;
	margin-top: 0px;
}

#SousMenu ul li {
	margin-bottom: 10px;
}

#SousMenu ul li a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000;
	background: #24f;
	color: #fef;
	display: block;
}

#SousMenu ul li a:hover {
	color: #24f;
	background: #fef;
}

.Contenu {
	width: 550px;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #00f;
	background: #fff;
}

.Contenu h1 {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 5px 0px;
}

.Contenu h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.Contenu p {
	margin-top: 0px;
	text-indent: 1.5em;
	text-align: justify;
	font-size: 11pt;
}

.Contenu ul {
	margin-top: 0px;
	text-align: justify;
	font-size: 11pt;
}

.SloganAccueil {
	background: #fff url(images/accueil-bsod.png) no-repeat;
	padding: 5px 5px 5px 215px;
	width: 340px;
	height: 256px;
	display: table;
}

.SloganAccueil span {
	font-size: 17pt;
	vertical-align: middle;
	display: table-cell;
}

.Contenu p.NonAlinea {
	text-indent: 0em;
}

/* Pied de page */

#SectionPiedDePage {
	width: 750px;
	clear: both;
	margin-bottom: 25px;
}

#SectionPiedDePage p {
	width: 750px;
	text-align: center;
	clear: both;
	font-size: 8pt;
}

.IconesPiedDePage {
	border: 0px;
}

/* Suggestion aux utilisateurs d'Internet Explorer */

#SectionAvertissementInternetExplorer {
	width: 750px;
	border: 1px solid #f00;
	background: #faa;
	padding: 10px;
	clear: both;
}

#SectionAvertissementInternetExplorer p {
	width: 750px;
	margin-top: 15px;
	clear: both;
}

/* Spécifiques à la page d'accueil */

.ImageAccueil {
	float: right;
}