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

a {
	color:rgb(140,140,140);
}

table{
	width:30%;
	height:20px;
	text-align:left;
}

td,th{
/*	width:20%;*/
	border:none;
	font-style: none;
	font-size: 1.2em;
	padding:10px;
}

.hide{display:none}

div#contenu{
	width:100%;
	align:center;
}

/* Titres dans contenu*/
h1 {
	font-size: 1.4em;
	font-style: normal;
	color: darkgreen;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:20px;
}
h2 {
	font-family: arial;
	font-size: 1.1em;
	text-decoration:none;
	color:rgb(100,100,100);
	margin:/*top*/0 /*right*/0 /*bottom*/0px /*left*/40px;
	padding:/*top*/0px /*right*/0 /*bottom*/0 /*left*/0;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:20px;
}
h3{
	font-family: arial;
	font-size: 0.9em;
	font-style: normal;
	color:rgb(80,80,80);
	padding:/*top*/0px /*right*/0 /*bottom*/0 /*left*/0;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:20px;
}
h4 {
	font-family: arial;
	font-size: 0.7em;
	text-decoration:none;
	color:rgb(100,100,100);
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:60px;
}
h5,table {
	font-size: 0.6em;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	color:rgb(100,100,100);
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:60px;
}
h6 {
	font-size: 0.4em;
	color:rgb(140,140,140);
	font-style:italic;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:80px;
}


/* Liens */

/*
div#contenu a {

}
div#contenu a:hover {
	color: darkblue;
}
div#contenu a:focus {
	color: rgb(80,80,80);
}
div#contenu a img {
	border: none; 
}
*/
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;
}	



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

/* Paragraphes */
div#contenu p {
	/*margin: .75em 0;*/
}
div#contenu li p, blockquote p {
	
}

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


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