body {
	font-family : Verdana,Arial,Helevetica,sans-serif;
	color: black;
	font-size : 0.8em;
	margin : 0;
	padding : 0;
	background : white;
}
/* ======================================== Tableau =========================================== */
table {
	background-color:white; 
	margin : 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:2px; 
	
	vertical-align: top;
	text-align: justify;
	
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	border-top-color: #CCCCCC;
}
th, th a:link, th a:hover, th a:visited  {
	text-decoration: none;
	font-color: #CCCCCC;
	font-size: 14px;
}
.TabloLigneImpaire {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEF8FE;
	vertical-align: top;
}
.TabloLignePaire {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4F7EE;
	vertical-align: top;
}
.TabloDebutColonne {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #EFEFEF;
	text-align: right;
	vertical-align: top;
	
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.TabloDebutColonne label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	background-color: #EFEFEF;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* ============================================ Texte ========================================= */
.DivLegendeCouleur {
	visibility:visible !important;
}
.ChampsNomModifiable, .ChampsNomModifiable input{
	background-color: #FFFFFF;
}
.HideWhenPrinting{
	display: none;
}
h2 {
	color: grey;
	background-color: white;
	border: 2px solid #E7DDC0;
}

/* =========================================== Form =========================================== */
input.button{
	display: none;
}
fieldset{
	font-family : "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color : #FFFFFF;
	border : 1px solid #999;
	padding : 0.5em;
}

/* ====================================== Main ================================================ */
#main {
	padding : 0 0 0 0;
	marging: 0;
	width : 100%;
	background : white;
	color : #000;
	border-width : 0;
	border-style : none;
	background-image : url(../imagebin/logo.gif);
	background-repeat: no-repeat;
	background-position :100% 100%;
}
#contenu {
	padding : 0;
	marging: 0;
	width : 100%;
}

/* ======================================== Onglets =========================================== */
#entete {
	display: none;;
}
#entete ul {
    display: none;
}
#entete li {
	display: none;
	
}
#entete a{
	display: none;
}

#entete span{
  	display: none;
}
/* Commented Backslash Hack Cache des règles à IE5-Mac \*/
#entete a {float:none;}
/* Fin du hack IE5-Mac */
#entete li.actif, #entete li.actif:hover {
	display: none;
}
#entete li.actif a, #entete li.actif:hover a {
	display: none;
}
#entete li:hover {
	display: none;
}
#entete li:hover a {
	display: none;
}

#schema,#search{
    display: none;
}
#model,#model_tool{
     display: none;
}
#equation{
     display: none;
}
#data, #help{
     display: none;
}
#schema_inactif.inactif,#schema_inactif.inactif:hover{
     display: none;
}
#model_inactif.inactif,#model_inactif.inactif:hover{
     display: none;
}
#equation_inactif.inactif,#equation_inactif.inactif:hover{
     display: none;
}
img.schema{
  display: none;
}