

/* 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;
}

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 */
#banniere_image
{
margin-top: 25px;
height: 100px;
border-radius: 5px;
background: url('../images/banniere.png') no-repeat; position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 25px; 
}

#banniere_image h1
{
	font-family: Times, serif;
	font-size: 3.5em;
	font-weight: normal;
	position: relative;
	text-align: center;
	width: 900px;
	height: 100px;
	border-radius: 5px 5px 5px 5px;
	background-color: rgba(100,185,215,0.5); 
	color: white;
}

/* Corps */


#activite
{
	margin-top: 25px;
	height: 200px;
	border-radius: 5px;
	background: url('plagelegere.jpg') 0px -100px;
	box-shadow: 0px 4px 4px #1c1a19;
	margin-bottom: 25px;
}

#activite h1
{
	font-family: Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	position: relative;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	width: 900px;
	height: 200px;
	background-color: rgba(224,224,224,0.5); 
	color: #64B9D7;	
}

#activite p
{
	font-family: Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	position: absolute;
	width: 900px;
	text-align: center;
	vertical-align: top;
	margin-top: -150px;
}

#photo_puce
{
	box-shadow: 0px 4px 4px #1c1a19;
	margin-bottom: 25px; 
	display: inline-block; 
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
}


#texte_puce
{
	display: inline-block; 
	vertical-align: top;
}

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

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

#texte_puce
{
	width: 52%;
}
/* Diaporama */

#galleria {
	margin-top:50px;
	margin-bottom:30px;
}

/* 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;
	
}



