/*-----------------------------------------------------*/
/* les blocs */
/*-----------------------------------------------------*/
body{
	position:absolute;
	width : 100%;
	margin:0;
}
.sommaire, .principal {
	position:absolute;
}
.sommaire {
	top:1.5em;
	left:0;
	padding:0;
	margin:0;
	width:12%;
	z-index:1;
}
#menu2 {
	top:23em;
}
.principal {
	top:0;
	left:14%;
	width:80%;
	margin:0 -2%;
	padding:10px 3%;
	z-index:0;
}
.principal:hover {
	z-index:2;
}
#logo {
	visibility:hidden
}
/*-----------------------------------------------------*/
body {
	background-color:#002;
}
body, table {
	color:#fff;
	font-size:0.8em;
	font-family:Arial, sans-serif;
}
img {
	border:0
}
/*-----------------------------------------------------*/
/* Liens */
/*-----------------------------------------------------*/
a {
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
	font-weight:bolder
}
.sommaire a:hover { /* pour afficher les flèches dans le sommaire */
	padding-left:1.1em;
	background-position:left;
	background-image:url("images/fleche.png");
	background-repeat:no-repeat
}
/*-----------------------------------------------------*/
/* Titres */
/*-----------------------------------------------------*/
h1 { /*titres des chapitres */
	text-decoration:underline;
	text-align:center;
	margin-top:0
}
h3 {
	font-size:1.3em
}
h3, h4 {
	font-style:italic;
}
/*-----------------------------------------------------*/
/* Tableaux */
/*-----------------------------------------------------*/
table {
	margin:0 auto
}
td, th {
	font-size:1.2em;
	padding:0.3em
}
th {
	text-align:center;
	background-color:#00c
}
td {
	text-align:left;
	background-color:#003
}
td.centrer {
	text-align:center
}
/*-----------------------------------------------------*/
/* sommaire */
/*-----------------------------------------------------*/
.sommaire, .principal {
	background-color:#226;
	border:4px solid #ccc;
	-moz-border-radius:1em;
}
.sommaire, .sommaire p {
	padding:0.8em;
	margin:0
}
.sommaire li {
	margin:0;
	padding:0;
	list-style-type:none;
	text-transform:capitalize;
}
.sommaire hr {
	border:0;
	background-color:#ccc
}
/*-----------------------------------------------------*/
/* Le corps */
/*-----------------------------------------------------*/
.principal {
	text-align:justify;
}
ul span {
	text-decoration:underline
}
p {
	text-indent:2.5em
}
p:first-letter {
	font-family:Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:1.1em
}
.soluce .boss {
	color:#aaa;
}
/*-----------------------------------------------------*/
/* couleurs des materias */
/*-----------------------------------------------------*/
.rose, .jaune, .verte, .rouge, .bleue {
	text-decoration:none;
}
.rose {
	color:#f0f
}
.jaune {
	color:#ff0
}
.verte {
	color:#0a0
}
.rouge {
	color:#f00
}
.bleue {
	color:#77f;
}
/*-----------------------------------------------------*/
.reduite { /* images trop grosse */
	width:100%;
}
.images_persos{ /* ligne d'images de persos trop grandes pour le cadre */
	text-align:center;
}
.images_persos img {
	width:9em;
}
