/* Eléments principaux de la page */
body
{
	background-color: #C7C6C6;
}
#bloc_page
{
	width: 1200px;
	margin: auto;
	box-shadow: 0px 0px 20px #C7C6C6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Header */
header
{
	width: 1135px;
	display: inline-block; 
	margin-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	border: 6px white solid;
	border-radius: 5px;
	background-image: url(entetebis.jpg);
	background-size: 1200px;
	font-family: "3rd Man";
	/* background: #D50065 */
}
header img
{
	border:2px grey outset;
	box-shadow: 1px 2px 9px #000;
	margin: auto;
	width:1135px;
}
header nav
{
    display: inline-block;
	float: right;        
}
nav ul
{
	font-size: 1.2em;
    list-style-type: none;
	font-family: Arial, sans-serif;
}
nav li
{
    display: inline-block;
    margin-right: 1px;
}
nav a
{
	border-radius: 10px;
	text-decoration:none;
	color: black;
	background: white;
	border: 3px white solid;
	box-shadow: 1px 1px 2px #EE3B80;
}
nav a:hover
{
	text-decoration:none;
	color: white;
	background: black;
	border: 3px black solid;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #EE3B80;  	
}
nav a:active
{
	text-decoration:none;
	color: white;
	background: black;
	border: 3px black solid;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 3px #EE3B80;  	
}
.acceuil a.acceuil,.tarifs a.tarifs,.contact a.contact,.lieu a.lieu,.guest a.guest
{
	text-decoration:none;
	color: white;
	background: black ;
	border: 3px black  solid;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #EE3B80; 
}

/* Corps */
section
{
	width: 1135px;
	font-family: Arial, sans-serif;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background: #e3e3e3;
	border: 6px white solid;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 1.0em;
}
section h1
{
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px #999 solid;
	width: 90%;
	color: #D50065;
}
section h2
{
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	color: #D50065;
}
section li
{
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	list-style-image: url('note.jpg') ;
}
article
{
    width: 720px;
    display: inline-block;
	margin-top: 5px;
    margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 50px;
    vertical-align: top;
    text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
}
article img.small
{
	margin-left: 5px;
	box-shadow: none;
	border: none;
	margin-right: 50px;
	margin-bottom: 20px;
	width:250px;
	height: auto;
	float: right;
}
article img
{
	border:3px silver solid;
	border-radius: 7px;
	box-shadow: 1px 2px 20px black;
	margin-left: 5px;
	margin-right: 50px;
	float: left;
	width:300px;
	height: auto;
}
article img.plan
{
	border:3px silver solid;
	border-radius: 30px;
	box-shadow: 1px 2px 20px black;
	margin-left: 5px;
	margin-right: 50px;
	float: left;
	width:600px;
	height: auto;
}
article p
{
    font-size: 1.0em;
	font-family: Arial, sans-serif;
	padding-left: 10px;
}
aside
{
    width: 250px;
	background: #EE6B9E;
	position: relative;
    float: right;
    padding: 10px;
	margin-right: 60px;
	margin-top: 75px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	text-align: justify;
    box-shadow: 3px 3px 6px #333;
    border-radius: 5px;
    color: black;
}
aside a
{
	text-decoration:none;
}
aside h1
{
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: white;
}
aside h2
{
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: white;
}
aside p
{
	font-size: 1.0em;
	font-weight: normal;
}
aside img
{
	border:5px solid grey; /*la bordure d'une image dans un lien sera rouge par défaut*/
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	box-shadow: 1px 2px 9px #000;  
	height: 103px;
}
section p.asideright
{
   	text-align: right;
}

/* Footer */
footer
{
	width: 1135px;
	font-family: Arial, serif;
	background: #e3e3e3;
	color: #e3e3e3;
	border: 6px white solid;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
footer p
{
	font-family: Arial, serif;
	color: black;
}