header {
	background-image: url("../Image/grid100_260.png");
	background-size: 100px 100px;
    background-repeat: repeat;
	background-position:center;
	position: fixed;
	z-index: 10;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid gray;
	box-shadow: 0px 2px 20px #000;
}

.logo_doodle {
	position: fixed;
	float:left;
	height: 42px;
	top: 4px;
	left: 4px;
}

.logo_doodle_nom {
	position: fixed;
	float:left;
	margin-left: 50px;
	height: 50px;
}

.doodle {
	cursor: url("../Image/cursor_pencil.cur"), default;
}

.boutons_link
{
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #8A0808;
	line-height: 40px;
	margin-top: 3px;
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #8A0808;
	border-radius: 12px;
	


}

.boutons_link:hover, .boutons_link:active
{
	color: #faa;
	background-color: #8A0808;
	text-decoration: none;
	opacity: 1;
}

.boutons_div {
	opacity: 0.7;
}