<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

@import
	url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,600,700)
	;

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
}

#global {
	width: 600px;
	margin: auto;
}

#header {
	position: relative;
	font-size: 28px;
	background-color: #E11123;
	background-image: url(../img/FMF-header-campagnes.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 10px;
	color: #FFF;
	text-align: center;
}

#header img {
	position: absolute;
	z-index: 1;
}
#header h1 {
	font-size: 28px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
#header h2 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
#header div, #header h1, #header h2 {
	margin-left: 150px;
	z-index: 2;
}

#select_wrapper {
	margin: 20px 0;
	text-align: center;
}

.infoTxt {
	font-size: 20px;
	text-align: center;
	margin: 24px 12px;
}
.urssafForm {
	background-color: #525252;
	padding: 24px;
}
.wbg {
	background-color: #fff;
	padding: 12px;
}
.title1 {
	margin: 12px 0;
	font-size: 18px;
	font-weight: 400;
	color: #07a581;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}
.title2 {
	margin: 12px 0;
	font-size: 18px;
	font-weight: 300;
	color: #017ef1;
}

.printBtnBox {
	text-align: center;
}

.urssaf_calc_tbl {
	width: 100%;
}
.urssaf_calc_tbl td {
	width: 50%;
}
.labelTd {}
.inputTd {
	text-align: right;
}
.spacerTd {
	height: 16px;
}
.inputUrssaf {
	display: inline-block;
	text-align: left;
	width: 180px;
	height: 18px;
	padding: 10px 12px;
	border: 2px solid #d5d5d5;
	font-size: 18px;
	font-weight: 400;
	vertical-align: bottom;
}
.inputUrssaf.twoLines {
	height: 32px;
	padding: 3px 12px;
	font-size: 16px;
}
.lettreInputUrssaf {
	display: inline-block;
	width: 41px;
	text-align: center;
	background-color: #e5e5e5;
	font-size: 18px;
	padding: 10px 0;
	border: 2px solid #d5d5d5;
	border-left: none;
	vertical-align: bottom;
}

.input_tbl {
	width: 520px;
	font-size: 14px;
	margin:auto;
}
.input_tbl.input_tbl {
	width: 450px;
	margin-bottom: 12px;
}
.input_tbl td {
	border-bottom: 1px solid #DDD;
}
.input_tbl tr.css_impair td {
	background-color: #F5F5F5;
}
.input_tbl .td_label {
	border-left: 1px solid #DDD;
}
.input_tbl .td_input {
	text-align: right;
}
.input_tbl .td_input_radio {
	padding-left: 17px;
}
.input_tbl .td_end {
	text-align: right;
	border-right: 1px solid #DDD;
	padding-right: 12px;
}
.input_tbl .td_input, .input_tbl .td_end {
	min-width: 100px;
}
#bnc_reel_tr .td_input, #bnc_reel_tr .td_end {
	font-weight: bold;
}
.input_tbl td, .input_tbl th {
	padding: 2px;
}
.input_tbl th {
	background-color: #E11123;
	color: #FFF;
	padding:6px;
	text-align: right;
}
.input_tbl tr.vide_tr td {
	border: none;
	background-color: #FFF;
}
.input_tbl #bnc_reel_tr td {
	border: 1px solid #FFF;
	font-size: 16px;
	background-color: #E11123;
	color: #FFF;
	padding: 6px;
}
.input_tbl #bnc_reel_tr .td_label {
	width: 180px;
	font-weight: bold;
	text-align: right;
}
.input_tbl.total_tbl {
	margin-top: 12px;
}
.input_tbl.total_tbl .td_input, .input_tbl.total_tbl .td_end {
	min-width: 80px;
}
#comment {
    background-color: #ECECEC;
    padding: 30px;
    text-align: justify;
	/*white-space: pre-wrap;*/
    margin: 20px 30px 0 30px;
    border: 1px dashed #333;
}

#footer {
	/*height: 52px;*/
}
#footer #titre_footer {
	font-size: 18px;
	background-color: #E11123;
	margin-top: 20px;
	padding: 10px;
	color: #FFF;
	text-align: center;
}
#footer a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
}
#footer a img {
	border: 0;
	vertical-align: middle;
}
#footer a strong {
	font-weight: 400;
}
#footer #slogan {
	margin-top: 20px;
	text-align: center;
}
#footer a .red {
	color: #E11123;
}
#footer #powered {
	margin-top: 20px;
	text-align: right;
	padding: 2px 12px;
	background-color: #E11123;
	color: #fff;
	font-size: 12px;
}
#footer #powered a {
	color: #fff;
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
}
#footer #powered a:hover {
	color: #333;
}

.chosen-container {
	margin: 0 0 0 0;
	text-align: left;
	font-size: 16px;
}
.chosen-container .chosen-drop {
	border: 1px solid #E11123;
	box-shadow: none;
}
.chosen-container-single .chosen-single {
	border: 1px solid transparent;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: #E11123;
	font-weight: bold;
	padding-left: 0;
}
.chosen-container-single .chosen-default {
	border: 1px solid transparent;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font-weight: 400;
	font-style: italic;
	padding-left: 0;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #E11123;
	background-image: none;
}</pre></body></html>