#simulateur_mgen_table {
	border-collapse: collapse;
	padding: 4px;
	width: 100%;
	border: 0px none;
}

#simulateur_mgen_table td, #simulateur_mgen_table th {
	padding: 4px;
}
.align_r {
	text-align: right;
}

.align_l {
	text-align: left;
}

/* CSS pour le pi13*/
.tx-wssimulateur-pi13 strong { 
    text-decoration: none;
    font-weight: bold;
    /*color: red;*/
}

.tx-wssimulateur-pi13 .infoAide { 
    background: silver; 
    color: white; 
    padding: 1em; 
    width: 400px; 
    z-index: 500; 
    border: 1px solid #E08062;
}
.tx-wssimulateur-pi13 #infoAideJS { 
    position: absolute; 
    left: 30px; 
    top: 50px;
    width: 400px;
    padding: 5px;
    background-color: silver;
    border: 1px solid #E08062;
}
/* Les id prenant le pas sur les classes, les lignes suivantes sont surchargées par #contenu img
et #contenu h3, il faut donc utiliser les id infoAideJS et infoAideNoJS. */
/*div.infoAide img { border: none; }*/
/*div.infoAide h3 { font-weight: bold; text-decoration: none; margin: 0 0 10px 0; color: #E94F00;}*/
.tx-wssimulateur-pi13 #infoAideJS img {
    border: none;
    height: 86px;
    width: 400px;
}

.tx-wssimulateur-pi13 #infoAideJS h3 {
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 10px 0;
    color: #E94F00;
}

.tx-wssimulateur-pi13 #infoAideJS .explication {
    background-color: white;
    padding: 5px;
}

.tx-wssimulateur-pi13 a span {
    display: none;
    padding: 5px;
}

.tx-wssimulateur-pi13 a:hover {
    background: none;
    cursor: pointer;
}

.tx-wssimulateur-pi13 a:hover span {
    display: block;
    color: white;
    border: 1px solid #A31E03; 
    background: #E26A43;
}

/* CSS pour pi13 en sortie*/
.tx-wssimulateur-pi13 #pi13 h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #E94F00;
}

.tx-wssimulateur-pi13 ul#listeCorrections {
    padding-left: 0;
    margin: 15px;
}

.tx-wssimulateur-pi13 ul#listeCorrections li {
    margin: 0;
    list-style-position: outside;
}

.tx-wssimulateur-pi13 #pi13 #tabRemb {
    margin: 20px auto 10px auto;
    width: 400px;
    border-collapse: collapse;
    border: 0px none;
}

.tx-wssimulateur-pi13 #tabRemb #first {
    border: 0px none;
    text-align: center;
    width: 200px;
    padding: 0px;
}

.tx-wssimulateur-pi13 #tableSecond #titleGeneral {
    text-align: center;
}

.tx-wssimulateur-pi13 #tabRemb .ligneTabRemb td {
    border: 1px solid black;
}

.tx-wssimulateur-pi13 #tabRemb #tabTitre2 {
    padding: 0px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: 0px none;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.tx-wssimulateur-pi13 #titleSecond1 {
    border-bottom: 0px none;
    width: 100px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.tx-wssimulateur-pi13 #titleSecond2 {
    border-bottom: 0px none;
    width: 100px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tx-wssimulateur-pi13 #tabRemb #tabTitre table, .tx-wssimulateur-pi13 #tabRemb #tabTitre {
    border: none;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}

.tx-wssimulateur-pi13 #tabRemb .tabSousTitre {
    border-top: none;
    border-bottom: none;
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
}

.tx-wssimulateur-pi13 #tabRemb #first {
    border: none;
    text-align: center;
}

.tx-wssimulateur-pi13 #tabRemb .valeurs {
    text-align: right;
}

.tx-wssimulateur-pi13 #tabRemb td .total {
    font-weight: bold;
}

.tx-wssimulateur-pi13 #tabRemb td .totalAgree {
    font-weight: bold;
    color: red;
}

.tx-wssimulateur-pi13 #tabRemb td .lib {
    padding-left: 5px;
}

.tx-wssimulateur-pi13 #infoAgree {
    display: none;
    background: #E26A43;
    color: white;
    padding: 1em;
    border: 1px solid #A31E03;
}

.tx-wssimulateur-pi13 #infoAgree p, .tx-wssimulateur-pi13 #infoAgree a {
    color: white;
    margin: 0;
}

.tx-wssimulateur-pi13 div#petit { 
    font-size: 0.8em;
}