

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

#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;
}

#titre_maison
{
	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;
	max-width: 75px;
	height: auto;
	border-radius: 5px; 
	}
	
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; 
}

/* Bannière */

/* Corps */

#banniere_plan
{
margin-top: 25px;
height: 390px;
border-radius: 5px;
background: url('../../images/plan.png') no-repeat; position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 25px; 
}


#iconeport img{
	margin-top: 75px;
	margin-left: 70px;
	height: 30px;
	z-index:100;
}

#iconesables img{
	margin-top: 43px;
	margin-left: 580px;
	height: 30px;
	z-index:100;
}

#iconevagues img{
	margin-top: -15px;
	margin-left: 700px;
	height: 30px;
	z-index:100;
}

#photo_leport, #photo_sablesdor, #photo_boisvinet
{
	display: inline-block; 
	vertical-align: top;
	text-align: center;
}

#photo_leport, #photo_sablesdor, #photo_boisvinet
{
	width: 32%;
}


#texte_leport, #texte_sablesdor, #texte_boisvinet
{
	display: inline-block; 
	vertical-align: top;
}

#texte_leport h1, #texte_sablesdor h1, #texte_boisvinet h1
{
	font-size: 1.0em;
	font-family: Times, serif; 
	font-weight: normal;
	text-transform: uppercase;
	text-align:	center;
}

#texte_leport p, #texte_sablesdor p, #texte_boisvinet p, #classement
{
	font-size: 0.9em;
	font-family: Times, serif; 
	font-weight: normal;
	margin-left: 25px;
	text-align: justify;
}

#texte_leport, #texte_sablesdor, #texte_boisvinet
{
	width: 52%;
}



/* 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%;
	font-size: 1.2em;
	font-family: Times, serif; 
	font-weight: normal;
}

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



