/***************************************************************************************************************************/
/* sleeping_sky		: calculette.css																	*/
/* Auteur			: Guillaume FEUTREN																*/
/* Date			: 13/07/2007																	*/
/* Modification		: 16/07/2007																	*/
/***************************************************************************************************************************/

/***************************************************************************************************************************/
/* Classes relatives à Calculette.asp 																		*/
.Calculette { }

.formCalculette {
	min-height: 150px !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
.formCalculette p {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.CalcLibelle {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: right;
	width: 49% !important;
	width: 50%;
}
.CalcSaisie {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 49% !important;
	width: 50%;
}
.CalcResult {
	display: block;
	color : #f06900;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 49% !important;
	width: 50%;
}
.CalcSaisie {
	font-weight: bold;
}
.CalcSaisie input {
	text-align: right;
}
#Emprunt, #CalcEuro, #Txannuel, #Nb_ans {
	color : #f06900;
	font-weight: bold;	
}
.CalcButton {
	text-align:center;
	height: 80px;
	line-height: 80px;
	min-height: 80px !important;
	width: 100%;
}
.CalcSimulation {
	height: 30px;
	line-height: 30px;
	margin-top : 5px;
	text-align: center;
}
#CalcSimulation, #CalcLaunch {
	height: 30px;
	width: 100px;
}
.CalcLaunch {
	height: 30px;
	line-height: 30px;
	margin-top : 5px;
	text-align: center;
}

/***************************************************************************************************************************/
/* Classes relatives à Simulation.asp 																	*/
.LogoSimulation {
	text-indent: -9000px;
}
.MainSimulation {
	position: absolute;
	margin: 0;
	color: #000;
	left: 202px;
	min-height: 100% !important;
	top: 150px !important;
	top: 140px;
	padding: 0;
	width: 800px;
}
.Simulation {
	min-height: 140px;
	padding: 2px;
}
.Simulation p {	
	margin: 0;
	padding: 0;
}
.SimLibelle {
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;	
	line-height: 30px;
	padding-right: 5px;
	text-align: right;
	width: 390px;
}
.SimSaisie {
	color: #fff;
	display: block;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	text-align: left;
}
.SimTables {
	color: #000;
	width: 800px;	
}
.tSimHead {
	background-color: #ffdd65;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 10px;
	text-align: center;
	width: 780px;
}
.SimHeadMounth, .SimHeadInteret {
	height: 30px;
	line-height: 30px;
	width: 15%;
}
.SimHeadReste, .SimHeadRembours {
	height: 30px;
	line-height: 30px;
	width: 30%;
}
.tSimValues {
	border-left: solid 1px #ffdd65;
	border-right: solid 1px #ffdd65;
	color: #fff;
	font-size: 0.9em;
	margin: 0 10px;
	text-align: center;
	width: 780px;
}
.SimTwelve {
	background-color: #f06900;
	color: #fff;
	font-weight: bold;
}
.SimMounth {
	background-color: #f06900;
	border-bottom: solid 1px #ffdd65;
	border-top: solid 1px #000;
	color: #fff;
	font-weight: bold;
	width: 15%;
}
.SimReste, .SimRembours {
	border-bottom: solid 1px #ffdd65;
	border-right: dashed 1px #ffdd65;
	width: 30%;
}
.SimInteret {
	border-bottom: solid 1px #ffdd65;
	width: 15%;
}
.SimTotal {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.SimTotalLibelle {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 75% !important;
	width: 75%;
}
.SimTotalSaisie {
	display: block;
	color: #f06900;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 80%;
	text-indent: 5px;
}
.SimImprimer {
	margin: 0;
	padding: 0;
	text-align: center;
}
.SimClose {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 10px;
	text-align: center;
	width: 800px;
	z-index: 100;
}
.SimCloseCopy {
	border: dashed 1px #f06900;
	color: #fff;
	display: block;
	font-size: 0.8em;
	margin: 10px;
	padding: 10px;
}
.Mention{
	padding-top:50px;
	text-align:center;
}