 /* mr */
#legal_container .title {
	text-align: center;
	padding: 20px 0;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #BCBCBC;
	margin:0;
}

#legal_container .container {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 72px;
	padding-right: 72px;
}

#legal_container .container h3 {
	margin-top:40px;

	
}
#legal_container .container p {
	margin-top:5px;
	margin-bottom:20px;

}

#font_manager {
	right: 0;
	top: 10px;
	z-index: 2;
}

#portal_message_information {
	margin-top: 0px;
	margin-bottom: 23px;
}

.view_container {
	padding: 45px 90px;
}

.view_container > div {
	background-color: #fff;
}

ul
{
	margin-top		: 15px;
	margin-bottom 	: 15px;
	padding-left	: 40px;
}

#bouton_retour
{
	margin			: 2px auto;
	display			: block;
}
/* mrd */
/*
#header_bar.charenteportal.client {
	border-color: #0167b2;
}

#body.charenteportal.client #menu {
	background-color: #75B82B;
}

#body.charenteportal.client .menu_col {
	color: #fff;
	background-color: #75B82B;
}

#body.charenteportal.client .menu_col:focus, #body.charenteportal.client .menu_col.active {
	background-color: #0167B2;
}

#body.charenteportal.client .menu_col.active:hover {
    background-color: #0167b2!important;
}

#body.charenteportal.client .menu_col:hover {
    background-color: rgba(255,255,255,0.1)!important;
}

#body .charenteportal-header {
	position: relative;
	background-color: #fff;
	height: 100px;
}

#body .charenteportal-header img {
	position: absolute;
	top: 8px;
	width: 200px;
}

#body .charenteportal-header p {
	color: #707070;
	padding-top: 8px;
	font-size: 26px;
	text-align: center;
	font-family: 'myriad_regular', 'Tahoma';
}

#body .charenteportal-header p + p {
	text-align: center;
	padding-top: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #A9D4CB;
}

#body .charenteportal-header div {
    background-color: #fed81f;
    border-bottom: 1px solid #d8bd3e;
    bottom: 0;
    height: 27px;
    position: absolute;
    width: 100%;
}

#body.tranquillidom41 .menu_col.active,
#body.tranquillidom41 .menu_col.active:hover {
	background-color: #008BD2!important;
	color: #fff!important;
}

#body.avasad .menu_col.active,
#body.avasad .menu_col.active:hover {
	background-color: #0057b8!important;
	color: #fff!important;
}

#body.paris .menu_col.active,
#body.paris .menu_col.active:hover {
	background-color: #1e3445!important;
	color: #fff!important;
}
*/
#header.nauth {
	height: 120px;
}



/* menu */

#menu {
	font-size: 16px;
	margin-top: 15px;
	height: 57px;
	background-color: #FFFFFF;
	border: 3px solid #E8E8E8;
	z-index: 1000;
}

#menu .menu_col {
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 6px;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
}

#menu .menu_col:hover {
	background-color: #FAFAFA!important;
}

#menu .menu_col:focus, #menu .menu_col.active {
	background-color: #F7F7F7;
}

#menu .img_col {
	width: 40px;
	float: left;
}

#menu .txt_col {
	position: relative;
	width: 105px;
	padding-left: 4px;
	float: left;
}

#menu .txt_col_one_xm {
	margin-top: 10px;
	width: 60px;
}

#menu .txt_col_one_sm {
	margin-top: 10px;
	width: 85px;
}

#menu .txt_col_one_md {
	margin-top: 10px;
	width: 94px;
}

#menu .txt_col_one_lg {
	margin-top: 10px;
	width: 100px;
}

#menu .txt_col_two_sm {
	width: 90px;
}

#menu .txt_col_two_md {
	width: 105px;
}

#menu .txt_col_two_lg {
	width: 115px;
}

#menu #m_deconnexion {
	float: right;
}
/* mrd */

