/*=================*/
/* Généralités     */
/*=================*/
body, td, th, input, .normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #FCFCFC;
}
input {
	color: black;
}
input.button{
	background-color: #1E6D50;
	color: #FCFCFC;
	font-weight: bold;
}
.dark, a.dark:visited, a.dark:link {
	color: #293B45;
}
.light, a.light:visited, a.light:link {
}
body {
	background-color: #017479;
	text-align: center;
}
a:link {
	color:#FCFCFC;	
}
a:visited {
	color:#FCFCFC;	
}
p {
	margin: 0px 0px 0px 0px;
}
table{
	border-spacing: 0px;
	border-collapse: collapse; 
	width: 100%;
}
td, th {
	vertical-align:top;
	padding: 0px;
}
table.array td, table.array th {
	padding: 3px;
}
ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=================*/
/* Bandeau         */
/*=================*/
#page {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#updateDate {
	position: relative;
	bottom: 0px;
	left: 487px;	
	color: black;
	font-weight: bold;
}
#top-banner {
	background-color: black;
	height: 50px;
}
#logo-top {
	position: relative;
	bottom: 0px;
	left: 20px;	
}
#logo-bottom {
	position: relative;
	top: 0px;
	left: 20px;
}
#logo-end {
	position: relative;
	top: 0px;
	left: 27px;
}
#buttons-panel {
	background-color: #C2C2C2;
	text-align: right;
	height: 24px;
}
#whatis {
	font-weight: bold;
	font-size: 14pt;
	position: relative;
	left: 156px;
}
/*=================*/
/* Contenu         */
/*=================*/
#content{
	background-color: #293B45;
	padding-bottom: 30px;
}
#content td{
	font-size: 12pt;
}
#content .small{
	font-size: 9pt;
}
#title{
	font-weight: bold;
	padding: 10px 10px 10px 100px;
	/* Hack IE5 \*/
	text-indent: -50px;
	/* Fin du hack */
	color: white;
	font-size: 18pt;
}
.subtitle{
	font-size: 14pt;
	margin-bottom: 12px;
	color: #0CADED;
}
#left-1-2{
	width:33%;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #33454F;
}
#right-1-2{
	width:67%;
	padding: 10px 10px 10px 10px;
}
#left-1-1{
	width:50%;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #33454F;
}
#right-1-1{
	width:50%;
	padding: 10px 10px 10px 10px;
}
.yellow{
	color: #F4C00D;
}
ul {
	margin-left:20px;
}
.blue{
	color: #0CADED;
}
.gray{
	color: #CCCCCC;
}
.signature{
	font-size: 10pt;
	color: white;
}
div.text{
	background-color: #33454F;
	padding:15px 5px 15px 20px;
}
#imgcontainer {
	text-align: center;
	margin-top:10px;
}
.illustration {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	border: 2px solid #33454F;
}
.title {
	text-align: center;
	font-size: 9pt;
}
.pagination {
	text-align: right;
}
/*=================*/
/* Diaporama       */
/*=================*/
#diaporama {
	margin:0;
	height: 100%;
	background-color: #293B45;
}
#diaporama-table {
	width: 100%;
	height: 100%;
}
#diaporama-cell {
	text-align: center;
	vertical-align: middle;
}
#diaporama-illustration {
	margin: auto auto auto auto;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
/*=================*/
/* Menu            */
/*=================*/
a.menulink:link, a.menulink:visited{
	margin: 0px 15px 10px 0px;
	line-height:24px;
	text-decoration: none;
	font-weight: bold;
	color: #293B45;
}
a.menulink-over:link, a.menulink-over:visited{
	margin: 0px 15px 10px 0px;
	line-height:24px;
	text-decoration: none;
	font-weight: bold;
	/*color: #0C0C0C;*/
	color: #0313AC;
}
a.menulink-active:link, a.menulink-active:visited{
	margin: 0px 15px 10px 0px;
	line-height:24px;
	text-decoration: none;
	font-weight: bold;
	/*color: white;*/
	color: #0313AC;
}
