@CHARSET "UTF-8";

/**********/
/* HEADER */
/**********/

#message-haut
{
	/*display: none;*/
	background-color: rgb(175, 30, 1);
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 1px;
    font-family: "Frutiger Next Regular";
    font-size: 16px;
    text-align: center;
}

#message-haut p
{
	margin: 4px;
}

header
{
	margin: 0 auto;
	width: 1160px;
	padding: 0 20px;
	position: relative;
	z-index: 99;
	height: 120px;
}

header .logo
{
	float: left;
	margin-right: 16px;
	margin-top: 40px;
}

header .logo img
{
	width: 95px;
	height: 46px;
}

header img.logo-netSoins
{
	float: left;
	height: 32px;
	margin-top: 48px;
	margin-right: 12px;
}

hr.header
{
	position: absolute;
	left: 0;
	width: 99.9%;
	margin: 0;
	border-color: rgb(225, 226, 228);
	border-style: solid;
	border-bottom: 0;
}

header .connection
{
	float: right;
	font-family: "Frutiger Next Regular";
	margin-top: 5px;
}

header .connection-login
{
	float: right;
	width: 345px;
	margin-top: 40px;
}

header .connection-login input[type=text], header .connection-login input[type=password]
{
	border: 1px solid rgb(225, 226, 228);
    font-size: 15px;
    height: auto;
    outline: 0;
    padding: 10px;
    color: rgb(138, 151, 160);
    font-family: 'Frutiger Next Regular';
    margin: 0 0 2px;
    float: left;
    width: 120px;
    background-color: rgba(0, 0, 0, 0)!important;
}

header .connection-login .connect
{
	background-color: rgba(0, 0, 0, 0);
    float: right;
    padding: 3px 4px 8px 0;
    font-size: 30px;
    line-height: 27px;
    border: 1px solid rgb(50, 62, 72);
    color: rgb(50, 62, 72);
    display: inline-block;
    transition: color .5s,background-color .5s;
    background: 0 0;
    cursor: pointer;
}

header .connection-login .connect:AFTER
{
    color: inherit;
    content: "›";
    font-size: inherit;
    margin-left: 5px;
}

header .connection-login .id
{
	width: 140px;
	float: left;
	margin-left: 20px;
}

header .connection-login .password
{
	width: 140px;
	float: left;
	margin-left: 12px;
}

header .connection .account
{
	display: inline-block;
	margin-bottom: 2px;
}

header .connection .account img
{
	margin-right: 5px;
}

header .connection .account > div
{
	margin-right: 30px;
}

header .connection .account > *, header .connection .level > *
{
	float: left;
}

header .connection .account .id, header .connection .level .id
{
	font-size: 14px;
}

header .connection .account .logout
{
	width: 24px;
	height: 24px;
	background: url("../img/logout-v5.png") no-repeat;
	cursor: pointer;
	border: none;
	margin-top: 6px;
}

header .connection .account .back-my-services a
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

header .connection .level .image
{
	margin-right: 5px;
	margin-top: 9px;
}

header .connection .level .title
{
	font-family: "Frutiger Next Medium";
	color: rgb(0, 155, 223);
	font-size: 14px;
}

#select-customer
{
	margin-left: 30px;
	margin-top: 14px;
	cursor: pointer;
	float: right;
}
