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;
}
/*4183C4*/
@-webkit-keyframes clignote{


	10%{box-shadow: 0px 0px 15px #fff;}
	
	50%{box-shadow: 0px 0px 10px #fff;}
	
	100%{box-shadow: 0px 0px 2px #fff;}

}


b{
	color: #fff;
	
}
b:hover,b:focus{
	background: rgba(0,0,0,.4);
	box-shadow: 0 1px 0 rgba(255,255,255,.4);
}
b span{
	position: absolute;
	margin-top: 23px;
	margin-left: -70px;
	color: #09c;
	background: rgba(0,0,0,.9);
	padding:15px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	transform: scale(0)rotate(-12deg);
	left: 10%;
	top: -10%;
	transition: all .25s;
	opacity: 0;


}
b:hover span, a:focus span{
	transform: scale(1) rotate(0);
	opacity: 1;
}

div#Presentation {
	color: white;
    left:15%;
    top:10%;
    position: fixed;
	
	border-radius: 10px;
    float: right;
    width: 300px;
    height:75px;
    background-color: #00aabb;
    -webkit-animation-name:clignote;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count:infinite;
    /*background-image: url("fond.jpg");*/
    
}
div#Presentation:after{
	content:'';
	position: absolute;
	top: 100%;
	right: 10%;
	width: 0;
	height: 0;
	vertical-align: middle;
	
	border-top-color: #00aabb;
	border-right: 22px solid #00aabb;
	border-bottom: 22px solid transparent;
}

div#Connexion {
	text-align: center;
	color: white;
	position: fixed;
	right: 5%;
	top: 15%;
	border-radius: 10px;
    float: right;
    width: 300px;
    height:200px;
    background-color: #00aabb;
   /* border: 5 px dotted black;*/
}
div#Connexion:after{
	content:'';
	position: absolute;
	top: 100%;
	right: 75%;
	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;
}
.connx{
	text-align: left;
	margin: 5px;
}

