/* Définition des polices personnalisées */

/* Eléments principaux de la page */

body
{
	background: url('images/Fond3.jpg');
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #963200;
}

bloc_page
{
	width: 90%;
	margin: auto;
}

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

/* Header */

bandeau
{


}

titre_principal
{
	display: inline_block;
	width: 100%;
	text-align: center;
}

#titrepage  
{
	font: bold 2em "Times New Roman";
	text-align: center;
}

/* Navigation */

nav
{
	/*display: inline-block;*/
	width: 90%;
	margin: auto;
	text-align: left;
	/*background: #590202;*/
}


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

nav li
{	
	display: inline-block;
	font-size: 0.8em;
	border: 2px solid #F2C12E; /* jaune */
	border-radius: 5px;
	padding: 0px 20px;
	margin: 0px 30px;
	vertical-align: 0px;
}

nav a
{
	font-size: 1em;
	color: #590202;
	/*color: #F2C12E;  jaune */
	/*padding-top: 3px;*/
	text-decoration: none
}

nav a:hover
{
	color: #FFFFFF; /*BLANC*/
	/*border-bottom: 3px solid #3130F0;  BLEU */
}

h1
{
	font-family: arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-family: arial, sans-serif;
	font-size: 1,5em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}


h3
{
	font-family: arial, sans-serif;
	font-size: 1,2em;
	font-weight: bold;
	text-align: center;
}

h4
{
	font-family: arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	text-align: left;

}

h5
{
	font-family: arial, sans-serif;
	font-size: 0,7em;
	font-weight: bold;
	font-style: italic;
	text-align: center;

}

h6
{
	font-family: arial, sans-serif;
	font-size: 0,6em;
	font-weight: bold;
	font-style: italic;
	text-align: left;

}


#ombre
{
	box-shadow: 5px 5px 5px #963200;
}

article, aside
{
	/*display: inline-block;*/
	vertical-align: top;
	text-align: justify;
}

article
{
	width: 95%;
	margin-left: 15px;
	margin-right: 15px;
	
}

#aside p
{
	/*background-color: #E6BE55;*/
	color: #590202;
	opacity: 1;
}

#imageflottanteg
{
	float: left;
	/*box-shadow: -10px -10px 10px 0 grey;*/
}

#imageflottanted
{
	float: right;
	/*box-shadow: -10px -10px 10px 0 grey;*/
}

#dessous
{
	clear: both;
}

article p
{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding-left: 50px;
}

aside
{
	position: left;
	width: 250px;
	background-color: none;
/*	box-shadow: 0px 2px 5px #1c1a19 ;*/
	border-radius: 5px;
	padding: 2px;
	color: #590202;
	font-size: 0.9em;
	

	

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

nouveau li
{	
	display: inline;
	font-size: 0.6em;
	border: 2px solid #590202; /* brun */
	border-radius: 5px;
	padding: 0px 5px;
	margin: 0px 5px;
	vertical-align: 3px;
	
}

nouveau a
{
	font-size: 1em;
	color: #F2C12E; /* jaune */
	padding-top: 3px;
	text-decoration: none
}

nouveau a:hover
{
	color: #FFFFFF; /*BLANC*/
	/*border-bottom: 3px solid #3130F0;  BLEU */
}

	
	
	
/* footer */

#footer
{
	width: 90%;
	margin: auto;
	text-align: center;
	background-color: #590202;
}

#footer p
{
	font-family: arial, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

footer h4
{
	font-family: Arial;
	font-size: 0.6em;
	font-weight: bold;
	font-style: italic;	
	text-align: center;
}

	
#concepteur, #adresse, #mailto
{
	display: inline-block;
	color: #F2C12E;

	border: 2px solid #590202; /* brun */
	border-radius: 5px;
	/*padding: 0px 20px;
	margin: 0px 25px;*/
	vertical-align: 3px;
		font-family: Arial;
	font-size: 0.6em;
	font-weight: bold;
	font-style: italic;	
	text-align: center;
	
}
	
#concepteur
{
	width: 20%;
	text-align: center;

	border-radius: 5px;
}

#adresse
{
	width: 60%;
	text-align: center;
}

#mailto
{
	width: 10%;
	text-align: center;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	