@charset "utf-8";
a {
	color: #39F;
	text-decoration: none;
}
.pair { background-color: #CCC; }
.impair { background-color: #EEE; }
.survol {
	color: #39F;
	background-color: #FFF;
	font-weight: bold;
}
#scene {
	position: relative;
	width: 1335px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#colG {
	position:relative;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
#cadrePhoto {
	width:745px;
	height: 340px;
	z-index: 1;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background-image: url(photoMagistrats2012.jpg);
}
#GB {
	position: absolute;
	height: 93px;
	width: 93px;
	left: 14px;
	top: 14px;
	cursor: pointer;
	z-index: 2;
	background-image: url(transp.png);
}
.tableau {
	margin-top: 15px;
	border-collapse: collapse;
	font-family: "Arial";
	font-size: 15px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
#tr1 { visibility: hidden; }
#th1 {
	padding-bottom: 10px;
	width: 300px;
	height: 40px;
	color: #39F;
	font-size: 18px;
}
#th2, #th3 {
	padding-bottom: 10px;
	width: 200px;
	height: 40px;
	color: #39F;
	font-size: 18px;
}
#th1:hover, #th2:hover, #th3:hover {
	cursor: pointer;
	font-size: 22px;
}
.td1 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 8px;
	padding-right: 5px;
	height: 25px;
	width: 300px;
}
.td2, .td3 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 8px;
	padding-right: 5px;
	height: 25px;
	width: 200px;
}
#info {
	position: absolute;
	z-index: 2;
	height: 80px;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	left: 775px;
	top: 200px;
	color: #39F;
	padding-top: 5px;
	background-image: url(transpBleu.png);
	background-repeat: repeat;
	visibility: hidden;
}
#piedPage {
	font-family: "Comic Sans MS", cursive;
	margin-top: 20px;
	margin-bottom: 10px;
	-moz-transition: font-size 0.5s linear;
	-webkit-transition: font-size 0.5s linear;
	-o-transition: font-size 0.5s linear;
	transition: font-size 0.5s linear;
	visibility: hidden;
}
#piedPage:hover { font-size: 18px; }
#colD {
	float: left;
	z-index: 1;
	width: 500px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: justify;
	background-image: url(texture.png);
	background-repeat: repeat;
	font-family: "Arial";
	-moz-box-shadow: 8px 8px 12px #aaa;
	-webkit-box-shadow: 8px 8px 12px #aaa;
	box-shadow: 8px 8px 12px #aaa; 
	transition: opacity 1.5s ease;
	-moz-transition: opacity 1.5s ease;
	-webkit-transition: opacity 1.5s ease;
	-o-transition: opacity 1.5s ease;
}
.colDTitre {
	color: #39F;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.lettrine {
	margin-right: 10px;
	padding-top: 2px;
}