/* HEADER */
.header {
	height:109px;
	border-bottom:3px solid #F8A345;
	background:#FFF url('../images/formes.png') no-repeat right top;
}
.logo {
	float:left;
	margin:13px 0px 0px 10px;
}
.box_rech,
.box_log {
	float:right;
	margin-top:40px;
	text-align:center;
}
.box_log a {
	/*display:block;*/
	display:inline-block;
	border-radius:4px;
	text-align:center;
	padding:9px 2px;
	margin:0px 0px 0px 3px;
	background:#A52E72;
	font-weight:600;
	color:#FFF;
	width:115px;
}
.box_log a:hover {
	background-color:#F7A947;
}
.box_connect a {
	width:100px;
	float:left;
}
.box_ic_user {
	float:left;
	padding:0px 44px 8px 0px;
	position:relative;
}
.box_ic_user {
    max-width:300px;
	text-align:right;
}
.bloc_nom {
	display:table-cell;
	vertical-align:middle;
	height:34px;
	padding-left:10px;
}
.box_ic_user:after {
	display:block;
	content:'';
	width:34px;
	height:34px;
	background:#A52E72 url('../images/fleche_bas.png') no-repeat center;
	font-weight:600;
	color:#FFF;
	position:absolute;
	border-radius:4px;
	top:0px;
	right:0px;
}
.box_log a.bt_aide,
.box_log a.bt_admin {
	background-image:url('../images/admin.png');
	background-repeat:no-repeat;
	background-position:center;
	width:32px;
}
.box_log a.bt_aide {
     /* background-image: url("../images/aide.png"); */
    background-image: none;
	width:40px;
}
.user_smenu {
	display:none;
	position:absolute;
	background:#FFF;
	border:1px solid #A62F73;
	box-shadow:0px 2px 5px rgba(0,0,0,0.3);
	padding:5px;
	right:0px;
	z-index:150;
}
.box_log .user_smenu a {
  display: block;
	background:#FFF url(../images/homme.png) no-repeat 4px center;
	background-size:30px 30px;
	padding:11px 11px 11px 40px;
	margin:0px;
	color:#000;
	width:auto;
	float:none;
	text-align:left;
}
.box_log .user_smenu a.m_send {
	background-image:url(../images/ic_send.png);
}
.box_log .user_smenu a.m_liste {
	background-image:url(../images/ic_liste.png);
}
.box_log .user_smenu a.logout {
	background-image:url(../images/logout.png);
}
.box_log .user_smenu a:hover {
	background-color:#f7f7f7;
	color:#A62F73;
}
.box_ic_user:hover .user_smenu {
	display:block;
}

.nomprenom span {
	text-transform:uppercase;
}
.box_rech {
	float:left;
	width:450px;
	margin-left:42px;
	position:relative;
}
.input_recherche {
	background:transparent;
	border:0px;
	color:#A52E72;
	border:1px solid #A52E72;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
	padding:9px 13px;
	width:424px;
	font-size:12px;
	border-radius:3px;
}
.input_recherche:hover,
.input_recherche:focus {
	background:#f7f7f7;
}
.input_recherche:focus {
	box-shadow:0px 0px 4px rgba(255,0,200,0.3);
}
.header_ok {
	visibility: hidden;
	position:absolute;
	right:0px;
	margin:0px -2px 0px 0px;
	padding:0px;
	top:0px;
	height:34px;
	width:36px;
	vertical-align: middle;
	border-radius:0px 4px 4px 0px;
	background:#A62F73;
	box-shadow:none;
	border:0px;
	color:#FFF;
	font-weight:700;
	transition:0.2s;
}
.header_ok:hover {
	width:60px;
	background-color:#F7A947;
	margin-right:-4px;
}
.box_rech form:hover .header_ok {
	visibility:visible;
}
.form_login {
	background:url(../images/form_login.png) no-repeat bottom left;
	width:238px;
	height:18px;
}
.input_header {
	background:transparent;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	padding:2px 2px 2px 12px;
	width:100px;
	font-size:11px;
}
.input_pass {
	background:transparent;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	padding:2px 2px 2px 12px;
	width:80px;
	font-size:11px;
}
.login2 {
	background:url(../images/login_2.png) no-repeat bottom left;
	width:235px;
	height:18px;
	font-size:10px;
	padding:0px 0px;
}
.login3 {
	background:url(../images/login_3.png) no-repeat bottom left;
	width:119px;
	height:18px;
	font-size:10px;
	padding:0px 0px;
}
.cke_dialog_ui_labeled_label {
	float: none;
}
