@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	background-color: #666666;
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Tableau primaire */

table.tbl_pri {
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%;
	width: 780px;
}

table.tbl_pri td.brd_gauche {
	background-color:#666666;
	background-image:url('../images/brd_gauche.gif');
}

table.tbl_pri td.brd_droit {
	background-color:#666666;
	background-image:url('../images/brd_droit.gif');
}

table.tbl_pri td.cell_centre {
	width:100%;
	height:100%;
}

table.tbl_pri td.bas_centre {
	background-color:#CCCCCC;
	font-size:10px;
	text-align:center;
	height:40px;
}

td.bas_centre a {
	font-size:10px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

td.bas_centre a:hover {
	color:#990000;
}

table.tbl_pri td.cell_centre ul li {
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

/* Tableau secondaire */

table.tbl_sec {
	height: 100%;
	width: 780px;
}

table.tbl_sec td.brd_gauche {
	width:170px;
	vertical-align:top;
	background-color:#ebebeb;
	background-image:url('../images/fond_menu.gif');
}

table.tbl_sec td.cell_centre {
	vertical-align:top;
	width: 510px;
	height: 100%;
	background-image:url('../images/fond_centre.gif');
}

table.tbl_sec td.brd_droit {
	width:100px;
	vertical-align:top;
	background-color:#ebebeb;
	background-image:url('../images/fond_info.gif');
}

table.tbl_sec p.gtitre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:"Arial Rounded MT Bold";
	font-size:15px;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

table.tbl_sec p.titre {
	font-size:14px;
	color:#006699;
	font-weight:bold;
	text-transform:uppercase;
}

table.tbl_sec p.gtitre {
	font-size:16px;
	color:#900
	font-weight:bold;
	text-align:center;
	font-style:italic;
	text-transform:uppercase;
}

table.tbl_sec p.texte {
	font-size:12px;
	color:#333333;
	text-align:justify;
}

table.tbl_sec a {
	color:#333333;
	text-decoration:none;
}

table.tbl_sec a:hover {
	color:#990000;
}

table.tbl_sec td.int_ligne {
	background-color:#006699;
}

table.tbl_sec td.cell_centre table.tbl_mep {
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:440px;
}

table.tbl_sec td.cell_centre table.tbl_mep td.titre {
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

/* Tableau informations */

table.tbl_info {
	width:100px;
}


table.tbl_info div {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

table.tbl_info div.titre {
	padding-bottom:4px;
	font-size:10px;
	color:#990000;
	font-weight:bold;
}

table.tbl_info div.texte {
	padding-left:4px;
	padding-right:4px;
	font-size:9px;
	color:#4c5b63;
	text-align:justify;
}

table.tbl_info div.lien {
	font-size:9px;
	color:#186997;
	text-align:right;
}

table.tbl_info td.int_ligne {
	background-color:#CCCCCC;
}

table.tbl_info a {
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#186997;
	text-decoration:none;
}

table.tbl_info a:hover {
	color:#990000;
}

/* Tableaux centraux */

table.tbl_centre {
	width:440px;
}

#myMenuID {
	padding:5px;
	background-image:url(../images/fond_menu.jpg);
}