html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
	font-size: 11.5px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
    background-color: #BBD6F6;
}

#up {
	height:8px; 
	background-color: #2787E4;
}

#central {
	width: 900px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
}

#navigation_left {
	margin-right: 10px;
	width: 220px;
    height: 100%;
    float: left;
    background-color: #fff;
}

#navigation_left ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

#navigation_left ul a {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #3e76cd;
    text-decoration: none;
}

#navigation_left ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

#navigation_left ul li.menu_selected a {
    color: #a573bd;
}

#navigation_top {
    float: right;
    margin: 0;
	width: 620px; 
	height: 25px; 
	background-image: url('../images/table_top_navigation2_bkg.gif');
}

#nav_top_left {
    float: left;
}

#nav_top_right {
    float: right;
}

#search input {
    font-size: 10px;
}

#search input.submit {
    height: 13px;
}

#main {
    float: right;
    width: 620px;
    background-color: #fff;
}

#page {
    width: 573px;
}

#down {
    clear: both;
	position:absolute; 
	left:0px; 
	right:0px;
	bottom:0px; 
	height:4px; 
	background-image: url('../images/table_body_head_bkg.gif');
	z-index:1
}

.CorpsTxt {
	font-size: 11.5px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

/* body { color: #000000; font-family: verdana; font-size: 10px; } */

/* syntax highlighting (used by the first combo defined for the CSS plugin) */

.titre {
	font-size: 11.5px;
	font-weight: bold;
	color: #3E76CD;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.contenu {
	font-size: 11.5px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
