/************************************************************************************************************************/
/* bleu_orange_roset	: calculette.css																				*/
/* Auteur				: Guillaume FEUTREN																				*/
/* Date					: 06/06/2007																					*/
/* Modification			: 13/06/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: #000;
	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: 45% !important;
	width: 45%;
}
.CalcResult
{
	display: block;
	color : #1a80e5;	
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.CalcSaisie
{
	font-weight: bold;
}
.CalcSaisie input {
	text-align: right;
}
#Emprunt, #CalcEuro, #Txannuel, #Nb_ans
{
	color : #1a80e5;
}
.CalcButton
{
	height: 80px;
	line-height: 80px;
	min-height: 80px !important;
	width: 100%;
	text-align:center;

}
.CalcSimulation
{
	height: 30px;
	line-height: 30px;
	margin-top : 5px;
	text-align: center;
	margin:2px;
}
#CalcSimulation, #CalcLaunch
{
	height: 30px;
	width: 100px;
}
.CalcLaunch
{
	height: 30px;
	line-height: 30px;
	margin-top : 5px;	
	text-align: center;	
	margin:2px;
}

.Mention{
	padding-top:50px;
	text-align:center;
}
/************************************************************************************************************************/
/* Classes relatives à Simulation.asp 																					*/
.LogoSimulation
{
	position: absolute;
	background: url(/include/images/bleu_orange_roset/logo.png) bottom left no-repeat;
	height: 300px;
	margin: 0;
	padding: 0;
	text-indent: -900px;
	top: 0;
	width: 688px;
}
.MainSimulation
{
	color: #000;
	margin: 0 auto;
	min-height: 100% !important;
	text-align: left;
	width: 100%;
}
.Simulation
{
	min-height: 140px;
	margin-left: 20px;	
	padding: 2px;
	width: 100%;
}
.Simulation p
{
	margin: 0;
	padding: 0;
}
.SimLibelle
{
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: right;
	width: 48% !important;
	width: 50%;
}
.SimSaisie
{
	color: #0369d1;
	display: block;
	height: 30px;
	margin-left: 50%;
	font-weight: bold;	
	line-height: 30px;
	padding-left: 10px;
	width: 48% !important;
	width: 50%;
}
.SimTables
{
	color: #000;
	margin-left: 20px;
	padding: 5px;
	width: 95% !important;
	width: 100%;	
}
.tSimHead
{
	background-color: #0369d1;	
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	width: 100% !important;	
	width: 98%;
}
.SimHeadMounth, .SimHeadInteret
{
	height: 30px;
	line-height: 30px;
	width: 15%;
}
.SimHeadReste, .SimHeadRembours
{
	height: 30px;
	line-height: 30px;
	width: 30%;	
}
.tSimValues
{
	border-left: solid 1px #0369d1;
	border-right: solid 1px #0369d1;
	color: #035da2;
	font-size: 0.9em;
	text-align: center;
	width: 100% !important;
	width: 98%;
}
.SimTwelve
{
	background-color: #f06900;
	color: #fff;
	font-weight: bold;
}
.SimMounth
{
	background-color: #0369d1;
	border-bottom: solid 1px #0369d1;
	border-top: solid 1px #fff;
	color: #fff;
	width: 15%;	
}
.SimReste, .SimRembours
{
	border-bottom: solid 1px #0369d1;
	border-right: dashed 1px #0369d1;
	width: 30%;	
}
.SimInteret
{
	border-bottom: solid 1px #0369d1;
	width: 15%;	
}
.SimTotal
{
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.SimTotalLibelle
{
	color: #0369d1;
	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;
	padding: 0;
	text-align: center;
}
.SimCloseCopy
{
	border: dashed 1px #f06900;
	display: block;	
	font-size: 0.8em;
	margin: 10px;
	width: 95% !important;
	width :100%;
}
