
/*#6E91B2 F4C78C*/

BODY {
	margin: 0;
	padding: 0;
	border: 0;
	background: #000;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-y;
	color: #fff;
}

TD, DIV {
	color:#ffffff;
	font-size:12px;
	font-family: verdana, arial;
}
TH {
	background-color: #3A5A6A;
	background-image: url('../img/top.jpg');
	color: #ffffff;
	font-size:12px;
	font-family: arial, verdana;
	font-weight:bold;
}
LI {
	list-style-image: url('../img/puce.gif');
	margin:5px;
}

A:link, A:active, A:visited, A:hover {
	color: #3A5A6A; /* #6E91B2; */
	font-weight: bold;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-left: 310px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn {
	float: left;
	width: 310px; /*Width of left column*/
	margin-left: -100%;
}

#header {
	background-image: url('../img/top.jpg');
	height: 137px;
	text-align: center;
}
#header span {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.titre {
	margin-top: 30px;
}

.content {
	margin: 5px;
}


/*** MENU ***/

#menuTab {
	background-image: url('../img/top.jpg');
	border-bottom : 1px solid #407795;
	height: 25px;
	vertical-align: middle;
}

#menuTab UL {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#menuTab LI {
	display: inline;
	float:left;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:center;
	width:19.9%;
}

#menuTab A {
	background-image: url('../img/menuOff.jpg');
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	vertical-align: center;
}
#menuTab A:hover {
	background-image: url('../img/menuOn.jpg');
	color: #000;
}


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

#global {
	background-color: #000;
	border: 1px solid #6E91B2;
	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;
}

H1, .titrePage, .sousTitrePage, .titreMenu {
	color: #3A5A6A; /*#6E91B2;*/
	font-variant:small-caps;
	font-family: verdana, arial;
	font-size:24px;
	font-weight: bold;
	text-align: center;
}
H2, .sousTitrePage {
	font-family: verdana, arial;
	font-size:12px;
	font-weight:bold;
	font-style : italic;
}
H3, .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;
}
#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: #3A5A6A;
}


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

.cell {
	border: 2px outset #3A5A6A;
	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*/

