/* Header */

div#header {
	background: url(../images/background_header.png) top right no-repeat;
	height: 130px;
}

#header div {
	/*border: 1px solid;*/
}

#header div#logo_header {
	float: left;
	width: 535px;
}

#header div#logo_header img#logo {
	
}

#header div#logo_header a {
	height: 93px;
	display: block;
}

#header div#logo_header h1 {
	font-size: 14px;
	margin: 5px 0 0 90px;
}

#header div#droit_header {
	float: right;
	height: 100%;
	width: 240px;
}

#header div#droit_header a {
	font-size: 14px;
	margin: 15px 0 0 65px;
	padding: 3px 0 0 0;
	background: url(../images/bouton_inscription.png)  no-repeat;
	width: 126px;
	height: 23px;
	display: block;
	color: #1478BE;
	text-decoration: none;
	text-align: center;
}