body{
	background:#0075a8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.conatiner{
	max-width: ;
}

.white{
	background: white;
}

h1{
	font-family: verdana;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

	h2{
		color: #00a8ee;
	    font-family: verdana;
	    font-size: 17px;
	    background: url(images/puce.gif) 0 8px no-repeat;
	    border-bottom: 1px solid #00a6eb;
	    padding-left: 14px;
	}


header{
	text-align: center;
}

	.img{
		background-color:#2f4256 ;

	}

nav  {
	background: #2f4256;
	
}

	.nav-link{
		color: white;
		border-right: 1px solid white;
		
	}

		.nav-item{

		}

.contact h2{
	text-align: right;
	background: none;
	padding-top: 20px;
}

.bgfooter{
	background: #2f4256;
}

	footer p{
		text-align: center;		
		padding: 3px;
		color: white;
	}
@media screen and(max-width: 962px){
	.nav.link{
		border-right: none;
		/*border-bottom: 1px dotted white;*/
		
	}
}
@media screen and (max-width: 576px){
	.contact h2{
		text-align: left;
	}
}

