body{
	background-image: url("fond1.jpg");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
	
	background-attachment: fixed;

}
div {
    text-align: center; 
}

.topbar{
	
	background-color: #3d636f;
	overflow: hidden;
	border-radius: 10px;
	/*position: fixed;*/
}
.topbar a{
	float: left;
	color: #f2f2f2;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	
}
.topbar a:hover, a:focus{
	background-color: #cacbcc ;
	color: white;
	box-shadow: 0 1px 0 rgba(255,255,255,0)
}

.topbar a.actif{
	background-color: #00aabb;
	color: white;
}
form#formul{
	padding: 5px;
	color: white;
	position: fixed;
	right: 5%;
	top: 10%;
	border-radius: 10px;
    float: right;
    width: 30%;
    height: 52%;
    background-color: #00aabb;
    font-weight: bold;
}
form#formul:after{
	content:'';
	position: absolute;
	top: 100%;
	right: 80%;
	width: 0;
	height: 0;
	border: 27px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -18.5px;
	margin-bottom: -37px;
}

div#text_haut_gauche{
	color: white;
	position: fixed;
	right: 65%;
	top: 15%;
	border-radius: 10px;
    float: right;
    width: 500px;
    height:150px;
    background-color: #00aabb;
    font-weight: bold;

}
div#text_haut_gauche:after{
	content:'';
	position: absolute;
	top: 100%;
	right: 15%;
	width: 0;
	height: 0;
	
	border-top-color: #00aabb;
	border-right: 27px solid #00aabb;
	border-bottom: 27px solid transparent;
	
}
