

/* Eléments principaux de la page */
body
{
	background: #F0F0F0;
	font-family: Times, sans-serif;
	color: #181818; 
}

/* Diaporama */

#galerie {
	height: 500px; 
	margin-top: 250px;
	margin-left: 200px;
	margin-bottom: 25px;
}

#bloc_page
{
	width: 900px;
	margin: auto; 
}

section h1, footer h1, nav a
{
	font-family: Times, serif; 
	font-weight: normal; 
	text-transform: uppercase;
}

/* Header */
header
{
	background: url('../../images/separateur.png') repeat-x bottom;
}

#titre_principal
{
	display: inline-block;
}

header h1
{
	font-family: Times, serif;
	font-size: 2.5em;
	font-weight: normal; 
}

#logo, header h1
{
	display: inline-block;
	margin-bottom: 0px; 
	}
	
header h2
{
	font-family: Times, serif; 
	font-size: 1.1em; 
	margin-top: 0px; 
	font-weight: normal;
}


/* Navigation */
nav
{
	display: inline-block; 
	width: 900px; 
	text-align: right;
}

nav ul
{
	list-style-type: none;
}

nav li
{
	display: inline-block;
	margin-right: 15px; }
	
nav a
{
	font-size: 1.3em; 
	color: #181818; 
	padding-bottom: 3px; 
	text-decoration: none;
}

nav a:hover
{
	color: #760001;
	border-bottom: 3px solid #760001; 
}

#nav {
	border-bottom: none;
}

.navi {
	display: inline-block;
	margin-top:20px;
}

/* Calendrier */

#calPort img {
	width: 800px
}


/* Footer */

footer
{
	background: url('images/ico_top.png') no-repeat top center, url('../../images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
	padding-top: 25px;
	margin-top: 25px; 
}

footer p, footer ul
{
	font-size: 0.8em;
}

footer h1
{
	font-size: 1.0em;
}

#contact, #mentions
{
	display: inline-block; 
	vertical-align: top;
}

#contact
{
	width: 65%;
}

#mentions
{
	width: 25%;
}

#mentions_texte
{
	font-size: 0.8em;
	margin-left: 40px;
	padding-bottom: 25px;
	
}



