/**************/
/*styles */
/**************/

body{
	font-family: Arial;
	box-sizing:border-box;
}
header{
	background:url(./aimg/header.jpg) no-repeat;
	height:400px;
	background-position : top center;
	text-align:center;
}

h1{
	text-align:center;
	color:#fff;
	padding-top:260px;
	margin-bottom:10px;
}
h3{
	color:#a1a1a1;
	display:inline-bloc;
	width:100%;
	border-bottom:solid 2px #99b954;
	padding-bottom:10px;
	background:url(./aimg/golfball.jpg) no-repeat;
	background-position : -3px -3px;
	background-size:30px;
	padding-left:30px;
	
}

header span {
	color:#fff;
	text-transform :uppercase;
}

.container{	
	max-width:1000px;
	margin:0 auto;
}

.container ul li a, body  a,a:visited{
	color:#69862c;
}
.photo{
	text-align:center;
}
.photo img{
	border:solid 6px #dfdfdf;
	width:500px;
}
.row{width:100%;}
.liens{
	width:35%;
	float:left;
}
.contact{
	float:right;
	width:35%;
	margin-left:15%;
}
.tel{
	font-weight:bold;
	color:#99b954;
}