<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	max-width: 992px;
}

header {
	background-color: #ffffff;
	background: url('../img/header-bg.png') repeat-x;
	height: auto;
}

footer {
	height: 200px;
}
header a {
	position: relative;
}

.header{
}

.langue {
	position: relative;
	z-index: 1;
}

.de {
	margin-left: -4px;
}

.layout {
	position: relative;
	z-index: 0;
	margin-top: -15px;	
}

/***            ***/
/*** Menu style ***/
/***            ***/

.core {
	position: relative;
	margin-top: 5px;
	background: #4667ec;
	height: auto;
}

.nav &gt; ul {
	min-height: 60px;
}

.nav &gt; li {
	min-height: 60px;
}

.nav &gt; li &gt; a {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
}

/***               ***/
/*** Content style ***/
/***               ***/

.ariane &gt; ol {
	list-style-type: none;
	padding-left: 0px;
}

.ariane &gt; ol &gt; li {
	display: inline;
}

.content {
	
	position: relative;
	margin-top: -20px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 1px 1px 12px rgba(30, 30, 30, 0.50);
    -webkit-box-shadow: 1px 1px 5px rgba(30, 30, 30, 0.50);
}

.orange {
	color: #FF9A00;
}
.module-box {
	background-color: white;
	height: auto;
}

.content-box {
	background-color: white;
	height: AUTO;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-box &gt; h2{
	font-size: 24px;
}

.cadre_around
{
	background-color: #e7e7e7;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 0px 15px 0px 0px;
	-webkit-border-radius: 0px 15px 0px 0px;
	border-radius: 0px 15px 0px 0px;
}

.cadre_around &gt; h1 {
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #F57108;
}

.box {
	margin-left: 10px;
	padding-bottom: 10px;
}

.box &gt; h2 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #F57108;
}

.box &gt; p {
	font-size: 13px;
}



/***               ***/
/*** Submenu style ***/
/***               ***/

.footer-content
{
	position: relative;
	color: #222222;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000000;
}


a {
	color: #164EAC;
}

.footer
{
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 0 0;
}

.footer &gt; a{
	color: #ffffff;
	text-decoration: none;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.footer-col
{
	margin-top: 15px;
}

/*** ***/
/*** ***/
/*** ***/

.dropdown{
    position:relative;
}

.dropdown:hover &gt; .dropdown-menu{
    display:block;
} 

.dropdown-submenu{
    position:relative;
}
 
.dropdown-submenu &gt; .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover &gt; .dropdown-menu{
    display:block;
}
 
.dropdown-submenu &gt; a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover &gt; a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}
 
.dropdown-submenu.pull-left &gt; .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/***            ***/
/*** Form style ***/
/***            ***/

.container #form_dyn label {display: block; width: 350px; font-weight: normal; }
.container p.requis,
.container #form_dyn label.requis { font-weight: bold; }
.container #form_dyn #div_transfert_tiers {margin-top:30px; }
.container #form_dyn .submit { margin-top: -20px; margin-left: 140px; }
.container #code_captcha { margin-bottom: 5px; }

/***                  ***/
/*** Mentions lÃ©gales ***/
/***                  ***/

.h2_ML {
	font-size: 24px;
}

.h3_ML {
	font-size: 18px;
}

.bg-affichette {
	overflow: auto;
	width: 410px;
	height: 160px;
}

.contenu-affichette {
	width: 235px;
	margin-right: 10px;
}</pre></body></html>