

.header
{
	top : 0;
	left : 0;
	width : 100%;
	height :95px;
	background : white;
}

/*gestion du logo*/
.hlogo 
{
	float: left;
	height: 80px;
}

.hlogo img
{
  height:100%;
}

/*gestion du titre*/
.htitre 
{

	margin-top :10px;
	margin-left :20px;
	float: left;

	text-align : center;
	height: 80px;

}
.htitre img
{
  height:100%;
}

/*gestion ducentre*/
.centre
{
clear:both;
width:expression(document.body.clientWidth >= 800? "800px": "auto" );
max-width : 800px;
background: url(../dessin/balle%20de%20golf.600x800pxr.png);
}


/*gestion du menu*/
.menu 
{

	width : 98%;
	background-color : #eeeeea;
	padding: 2px;
	margin: 5px;
}
.menu ul 
{
background-color : inherit;
margin: 0 0px;
	
}
.menu ul li
{
	float : left;
	display: inline;
	text-align: center;
	padding: 2px;
	margin: 5px;
	text-decoration: none;

}
.menu a 
{


	border: 1px solid gray; 

	background-color : inherit;

	margin: 0 2px;
	padding: 1px 3px;

	text-align: center;
    text-decoration: none;
	font-Weight: Bold;
	font-family :Rockwell;
	font-size	: 15px;
    color: #999999;
}


.menu a:hover 
{
	 background: #dddddd;
}


.menu .selected a
{
	background: #777777;
	color     : #000000
}

.page
{

}

.page .titrePage
{
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	font-size	:25px;
	
	text-align: center;
	color: #009900;

}

.page .img
{
		margin-left : 10px;
		margin-top : 10px;
}










.piedPage .logo
{
	float : left;
	width : 180px;
	margin-bottom :100px;
}

.piedPage .logo img
{
  width:100%;
  height:100%;
}
.mail
{
text-align : center;
}
.addr
{
	float : right;
	text-align : center;
	margin-left : 30px;
}
.addr .titres
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009900;
	font-weight: bold;
}

.addr .addrs
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #676767;
}

.addr .tel
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #676767;
	margin-bottom : 20px;
}

.allLink
{
	text-align : center;
	margin-bottom : 50px;
	margin-top : 50px;
	font-size : 10px;
	
}