/* Redéfinition de balises */

body {
	font-family: "verdana, helvetica, arial, sans-serif";
	font-size: 12pt;
	color: white;
	text-align: justify;
	background-color: black;
}

a:link, a:visited, a:hover { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }

h1 { clear: both; text-align: center; font-size: 30pt; font-weight: bold; }

h3 { font-weight: bold; }

p { text-indent: 10%; }
img { border-width: 0; }

/* Mise en page */

.bandeau { text-align: center; margin-left: auto; margin-right: auto; }
.menu { width: 20%; height: auto; float: left; vertical-align: top; }
.contenu { overflow: hidden; }
.pied { clear: both;}

/* Tableaux */
.tab table { border: 1px solid white; }
.tab th { border: 1px solid white; padding: 5px; text-align: center; font-style: italic; font-weight: bold; }
.tab td { border: 1px solid white; text-align: center; }

.tab2 table { }
.tab2 th { padding: 1px; font-style: italic; text-align: center; font-weight: bold; }
.tab2 td { padding: 1px; } 

.tab100 table { border: 1px solid white; width: 100%; }
.tab100 th { border: 1px solid white; padding: 5px; text-align: center; font-style: italic; font-weight: bold; }
.tab100 td { border: 1px solid white; text-align: center; }

.tab1002 table { width: 100%; }
.tab1002 th { padding: 5px; text-align: center; font-style: italic; font-weight: bold; }
.tab1002 td { text-align: center; }

/* couleurs */

.surbrillance { color: white; font-weight: bold; }
.sousbrillance { color: gray; }

/* Numéros de pages */

.num_pages { border: 1px solid white; padding: 2px 5px; margin: 0px 5px; }

.commentaire { float: right; border: 1px dashed white; padding: 2px; margin: 5px; width: 70%; }

/* suggestions */

.suggest { width: 500px; height: 200px }
.suggest table { opacity: 0.9; filter: alpha(opacity=90); background-color: white; color: #000000; border-collapse: collapse; border: 1px solid #CCCCCC; padding: 3px; width: 100%; height: 100%; overflow: auto; }
.suggest tr       { background-color: #FFFFFF; color: #000000; }
.suggest tr:hover { background-color: #000099; color: #FFFFFF; }
.suggest td { cursor: pointer; border: 1px solid #CCCCCC; font-size: 8pt; }

/* Photos */

/* .one-image { float:left; } */

