@charset "UTF-8";
/* CSS Document */

html {
	background-color:#dad9d5;	
}

body {
	margin:0;
	font-size:62.5%;
	font-familiy:'';
	background-color:#dad9d5;	
	background-image: url("images/balises.png");
	background-position: top right;
	background-size: contain;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
}

div {
	display:block;
	position:relative;
}
	
img, a{
	border:none;
	text-decoration:none;
	outline:none;
	}

p {
	font-size:1.2em; /*selon le contexte*/
	margin:0;
	line-height:1.5em; /*selon le contexte*/
}


ul, li {
	list-style-type:none;
	}
	
#contenant {
	width: 100%;
	max-width: 1200px;
	height:auto;
	position: relative;
	margin: 50px auto;
	text-align: center;
}

#name {
	width: 100%;
	margin: 0 auto;
	top:150px;
	clear: both;
}

#coordonnee {
	width: 90%;
	padding: 5%;
    clear: both;
	top:50px;
    height: auto;
    font-size: 15px;
    font-style: bold;
}

.numtel {
	font-size:22px;
	font-weight: bold;
}

a, a:visited{
	font-size: 15px;
	font-weight: bold;
	color:grey;

}

a:hover {
	color: purple;

}

#logo {
	width: 50%;
	height:auto;
	margin:0 auto;
	top: 50px;
	clear: both;
}

#construction {
	width: 50%;
	top:75px;
	margin: 0 auto;
	clear: both;
}