
/*#F7CC88 F4C78C*/

BODY {
	background-color: #000000;
	color:white;
	margin: 0;
	text-align: center;
}
TD {
	color:#ffffff;
	font-size:10pt;
	font-family: arial, verdana;
}
TH {
	background-color: #F7CC88;
	color: #000000;
	font-size:10pt;
	font-family: arial, verdana;
	font-weight:bold;
}
UL {
/*	margin-left: 35px;
	margin-bottom: 0px;*/
}
LI {
	list-style-image: url('../img/puce.gif');
}

A:link, A:active, A:visited, A:hover {
	color: #F7CC88;
	font-weight: bold;
}

#header, #main {
	width: 770px; /* largeur obligatoire pour être centré */
	margin: auto;
}
#header {
	border-bottom: 1px solid #6E91B2;
	background-color: #000000;
	font-size:0px;
}
#header UL { margin:0px; padding:0px; }
#header LI { margin:0px; padding:0px; display: inline; width:128px; float:left; text-align:center; }

.tableMenu, .tableMain {
	width : 770px; /* largeur obligatoire pour être centré */
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.tableMenu {
	border-width : 1px;
	border-bottom : 1px solid #F7CC88;
}

.cellMenu, .cellMenuOn {
	width:16.67%;
	font-size:10pt;
	font-weight:bold;
	font-family: verdana, arial;
	text-align:center;
	text-decoration:none;
	color: #F7CC88;
	cursor:hand;
}
.cellMenuOn {
	background-color: #F7CC88;
	color: #000000;
}

#mainColumn, #menuColumn {
	background-color: #333333;
	color: #ffffff;
	font-size: 0.8em;
	font-family: arial, verdana;
	padding: 12px;
/*	min-height: 460px;
	height: expression(this.scrollHeight < 460 ? "460px" : "auto" );*/
}
#menuColumn {
	width: 180px;
	border-right: 1px solid #F7CC88;
	padding: 0px;
}


.texteMain, .texteMenu{
	background-color:#333333;
	font-size:10pt;
	font-family: arial, verdana;
	color:#ffffff;
}
.texteMenu {
	width : 180px;
}


.separateur {
	background-color : #F7CC88;
	width : 1px;
}

#texteMenu { /* bloc texte du menu */
	text-align: justify;
	padding: 12px;
}
#imageMenu { /* bloc illu du menu */
	text-align: center;
	margin-top: 40px;
}

#copyright {
	text-align:center;
	font-family: verdana, arial;
	font-style : italic;
	font-size:9px;
}

#global {
	background-color: #000;
	border: 1px solid #F7CC88;
	display : none;
/*	height: 400px; */
	height: expression(this.scrollHeight < 550 ? "550px" : "auto" );
	left: 50%;
	margin-left: -360px; /* moitié de la largeur */
/*	margin-top: 200px;  /* moitié de la hauteur */
	position:absolute;
	top: 10%;
	text-align: center;
	width: 720px;
}

.titrePage, .sousTitrePage, .titreMenu {
	color:#F7CC88;
	font-variant:small-caps;
	font-family: arial black, verdana, arial;
	font-size:24px;
	font-weight: bold;
	text-align: center;
}
.sousTitrePage {
	font-family: verdana, arial;
	font-size:12px;
	font-weight:bold;
	font-style : italic;
}
.titreMenu{
	font-family: verdana, arial;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
.titreIllustration {
	font-size:14px;
	font-style : italic;
	font-variant:small-caps;
}


IMG {
	border:none;
	vertical-align:middle;
}
.imageRight{
	float : right;
	margin-left: 10px;
}
.imageLeft {
	float : left;
	margin-right: 10px;
}
#imageMenu img { /* illu du menu */
	width: 170px;
}
#book img {
	vertical-align:baseline;
}

.justify {	text-align:justify; }
.center {	text-align:center; margin:auto; }

.legende {
	text-align:center;
	font-family: verdana, arial;
	font-style : italic;
	font-size:9px;
}
.exergue {
	font-weight: bold;
	color: #F7CC88;
/*
	padding-left: 15px;
	background-image: url('../img/puce.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
*/
}



.question {
	text-align: justify;
	font-weight: bold;
	font-style: italic;
	color: #F7CC88;
}
.reponse {
	text-align: justify;
	color: #FFFFFF;
}

.cell {
	border: 2px outset #F7CC88;
	padding: 4px;
	width:100px;
	height:100px;
}

.toggleOpacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.5;
}
.toggleOpacity:hover img, .toggleOpacity:visited img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}


/**  **/

.row 	{	background-color: #CCCCCC; } /*#add8e6;*/
.row0 {	background-color: #606060; } /*c0c0c0*/
.row1 {	background-color: #808080; } /*e0e0e0*/

