/*=============================================================================
* Dark blue: 072e66
* Light blue: 1a55a9
*============================================================================*/
html {
   padding: 0;
   margin: 0;
   overflow-y: scroll;
}

/*=============================================================================
*
*============================================================================*/
body {
   padding: 0;
   margin: 0;
   background-color: #f1efe2;
   background-image: url('../img/background/body-background.png');
   background-position: top center;
   background-repeat: repeat-x;
}

/*=============================================================================
*
*============================================================================*/
div#page {
   width: 768px;
   margin: auto;
   padding: 0 8px;
   background-image: url('../img/background/page-background.png');
   background-position: center center;
   background-repeat: repeat-y;
}

/*=============================================================================
*
*============================================================================*/
div#header {
   background-image: url('../img/background/header-background.png');
   background-position: bottom center;
   background-repeat: no-repeat;
   height: 128px;
   width: 768px;
   margin: auto;
   padding: 0 8px;
}

div#header h1 {
   margin: 0;
   padding: 0;
   color: #ffffff;
   font-size: 10pt;
   font-family: "verdana";
   text-align: center;
   padding: 10px 0px 0px 0px;
}

/*=============================================================================
*
*============================================================================*/
div#logo {
   height: 128px;
   text-align: center;
   margin: 8px 0;
}


/*=============================================================================
*
*============================================================================*/
div#presentation {
   height: 256px;
   background-image: url('../img/presentation/golf-inter-eglises-black.jpg');
   background-position: center center;
   background-repeat: no-repeat;
}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   margin: 0px;
}

div#navigation ul {
   padding: 32px 0 0 0;
   margin: 0;
   list-style-type: none;
   width: 192px;
}

div#navigation ul li {
	border-bottom: 1px solid white;
	width: 224px;
}

div#navigation ul li.first {
   border-top: 1px solid white;
   width: 224px;
}

div#navigation ul li a {
   color: #072e66;
   text-decoration: none;
   display: block;
   padding: 16px 0 16px 0;
   font-family: verdana;
   font-size: 10pt;
   line-height: 16px;
   text-align: center;
   width: 224px;
   font-variant: small-caps;
   font-weight: bold;
}

div#navigation ul li a.active {
   color: #ffffff;
   text-decoration: underline;
}

div#navigation ul li a:hover {
   text-decoration: underline;
}

div#navigation ul li a.active:hover {
   color: #ffffff;
   text-decoration: underline;
}

/*=============================================================================
*
*============================================================================*/
div#content {
   padding: 0 0 16px 0;
   margin: 0;
}

div#content h2 {
   color: #072e66;
   padding: 18px 16px 18px 16px;
   margin: 0;
   font-size: 24px;
   font-family: arial;
   line-height: 28px;
   background-color: #F1EFE2;
}

div#content h3 {
   color: #1a55a9;
   padding: 0 0 0 0;
   margin: 24px;
   font-size: 16px;
   font-family: arial;
}

div#content p {
   color: #072e66;
   font-family: verdana;
   font-size: 10pt;
   padding: 0 0 0 0;
   margin: 8px 32px 16px 32px;
   line-height: 150%;
}

div#content ul {
   color: #072e66;
   font-family: arial;
   font-size: 11pt;
   padding: 0;
   margin: 8px 24px 16px 48px;
   line-height: 150%;
   list-style-type: circle;
}

div#content ul li {
   padding: 0px 8px;
}

div#content a {
	color: #1a55a9;
	text-decoration: none;
}

div#content a:hover {
   text-decoration: underline;
}

/*=============================================================================
*
*============================================================================*/
div#footer {
   width: 768px;
   margin: auto;
   padding: 0 8px;
   height: 32px;
	background-image: url('../img/background/footer-background.png');
   background-position: center center;
   background-repeat: no-repeat;
}

/*=============================================================================
*
*============================================================================*/
div#signature {
   padding: 0 0 4px 0;
   margin: 0;
   text-align: center;
   font-family: arial;
   color: #1a55a9;
   font-size: 8pt;
   font-weight: bold;
}

div#signature a {
   color: #1a55a9;
   text-decoration: none;
}