body {
    background-color:#ffffff;
    color: #000000;
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}
.input{
    color: #000000;
    font-size: xx-small;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    border: solid 2px;
    border-style : outset;
    border-color: #5C7C92;
    font-weight: bold;
}

.select{
    color: #000000;
    font-size: xx-small;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    border: solid 2px;
    border-style : inset;
    border-color: #5C7C92;
    font-weight: bold;
	width: 200px;
}

#login th {
    background: inherit;
    color: #5c7c92;
    padding-bottom: 10px;
}

/* links */
a {
    font-weight:bold;
    text-decoration:none;
    color:#2E5D71;
    background: inherit;
}
a:hover {
    color:#5C7C92;
    text-decoration:underline;
}

#footer p{
    text-align:center;
    font-size:80%;
}

.bldr{
    font-weight: bolder;
}



/*
 *  simul_test3.php
 */
#wrapper{
	width: 540px;
	border: 0px solid #375d74;
}
.ptitle{
	text-align: center;
	font-size:80%;
	font-weight: bold;
}

#saisie, #mensualites{
	border : 1px solid #375d74;
	border-collapse: collapse;
	background: #fff;
	color:#000;
	text-align: center;
}

#saisie th,  #mensualites th{
	background: #375d74;
	color:#ffffff;
	font-size:13px;
}

#saisie td{
	border : 1px solid #375d74;
	font-size:13px;
}

#saisie .tfoot {
	background: #D7DCE2;
	color:#000000;
	font-size: 80%;
	font-weight: bold;
	text-align: center; 
}

#mensualites{
	margin-top: 20px;
}

#mensualites td{
	border : 1px solid #375d74;
}
#mensualites tr{
	background-color: #d7dce2;
	
	font-weight: bold;
	font-size:13px;
	padding: 3px;
}

#mensualites tr.tfoot {
	background: #ffffff;
	font-weight: normal;
}

.devis{
	font-size: 80%;
	text-align: center;
}

.result{
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size:100%;
	font-weight: bold;
	color: #375d74;
}

