
/* ==============================================
   styles mathsbrevet
   ============================================== */
  
   /* --- STYLES MENU */
   
html {
	font-size: 100%; /* Voir -> Note 1 � la fin de la feuille de styles. */
}
body {
	margin:0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: black;
	background: rgb(248, 248, 238);
} 

a {
	color: rgb(4, 4, 80);
	text-decoration: none;
}

table{
	width:90%;
	border:none;
}

td,th{
	width:30%;
	border:none;
	font-style: bold;
	font-size: 1.8em;
}

div#contenu{
	width:100%;
	align:center;
	margin:/*top*/0 /*right*/0.5cm /*bottom*/0 /*left*/0.5cm;
}

div#pagesuiv{
	width:80%;
	float:right;
}

div#pagesuiv a:link,a:visited,a:hover,a:focus,a:active {
	text-align:right;
	color:rgb(100,100,100);
	text-decoration:none;
}	

div#pagesuiv h6{
	font-size: 1.4em;
}	

/* Titres */
div#contenu h1 {
	padding:/*top*/0 /*right*/0 /*bottom*/0 /*left*/0;
    margin: 0dp ;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size:3em; 
	font-style: italic;
	font-style: bold;
	color:Black;
}
div#contenu h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size: 2em;
	font-style: italic;
	font-style: bold;
	color:rgb(155, 10, 10);
	margin:/*top*/0 /*right*/0 /*bottom*/10px /*left*/10px;
	padding:/*top*/20px /*right*/0 /*bottom*/0 /*left*/0;
}
div#contenu h3 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size: 2em;
	font-style: italic;
	font-style: bold;
	color:rgb(155,10,10);
	margin:/*top*/0 /*right*/0 /*bottom*/10px /*left*/10px;
	padding:/*top*/20px /*right*/0 /*bottom*/0 /*left*/0;
	
}
div#contenu h4 {
	font-size: 1em;
	text-decoration:none;
	color:rgb(100,100,100);
	margin:20px;
}
div#contenu h5 {
	font-size: 1em;
	font-style:normal;
	color:rgb(100,100,100);
	margin:20px;
}
div#contenu h6 {
	font-size: 0.8em;
	color:rgb(100,100,100);
}

/* Listes */
div#contenu ul, ol {
/*	margin: .75em 0 .75em 24px;*/
	padding: 0; /* -> 9 */
}
div#contenu ul {
	list-style: square;
}
div#contenu li {
	padding: 0;
}

/* Citations */
div#contenu blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}

 div#contenucite {
	font-style: italic;
}

/* Liens */
div#contenu a {
	color: rgb(80,80,80);
	text-decoration: none;
}
div#contenu a:hover, a:focus {
	color: crimson;
}
div#contenu a img {
	border: none; /* -> 10 */
}

/* Divers �l�ments de type en-ligne */
div#contenu em {
	font-style: italic;
}
div#contenu strong {
	font-weight: bold;
	color: rgb(10,10,10);
}