body
{
	background-image: url("images/fond3.jpg");
	font-family: Arial, "Comic Sans MS", serif;
	color: white;
	min-width: 400px;
}

#logo
{
	border: 0px;
	border-radius: 10px;
}
header
{
	width: 758px;
	height: 100px;
	border: 1px solid grey;
	border-radius: 10px;
}

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

nav a, h1
{
	font-weight: normal;
	text-transform: uppercase;
}

header
{
	
}

nav
{
	display: inline-block;
	width: 756px;
	text-align: center;
	border: 1px grey solid;
	border-radius: 0px 0px 10px 10px;
	background-color: rgb(53, 51, 47);
	margin-top: 4px;
	
}

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

nav li
{
	display: inline-block;
	margin-right: 15px;
}

nav a
{
	font-size: 1.1em;
	text-decoration: none;
	padding-bottom: 3px;
	color: rgb(219, 234, 36);
	font-family: Arial, serif;
	
}

nav a:hover
{
	color: rgb(174, 176, 94);
	border: 1px solid grey;
	border-radius: 10px;
	background-color: grey;
}

section
{
	background-color: rgb(53, 51, 47);
	border: 1px solid grey;
	border-radius: 13px;
	margin-top: 10px;
}

#special
{
	display: inline-block;
	width: 756px;
	border-radius: 10px 10px 0px 0px;
	background-color: grey;
	text-align: center;
}

article
{
	padding: 5px;
}

article p
{
	text-align: justify;
}

h1
{
	color: rgb(219, 234, 36);
}

footer
{
	background-color: rgb(53, 51, 47);
	border: 1px solid grey;
	border-radius: 10px 10px 0px 0px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

footer a
{
	text-decoration: none;
	color: rgb(219, 234, 36);
	
}

#secondaire
{
	display: inline-block;
	width: 756px;
	border-radius: 10px 10px 0px 0px;
	background-color: grey;
	text-align: center;
}
#adresse
{
	background-color: rgb(53, 51, 47);
	border: 1px solid grey;
	border-radius: 10px 10px 10px 10px;
	margin-top: 10px;
	/*position: relative;*/
	text-align: center;
	font-size: 1em;
}
#adresse_D
{
	text-align: center;
	display: inline-block;
	margin-right: 100px;
	padding-top: 20px;
	vertical-align: top;
}

#adresse_B
{
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	font-size: 1em;
	vertical-align: top;
}

#partenaire
{
	text-decoration: underline;
}

#image
{
	text-align: center;

}

.index
{	
	text-align: center;
}

.salle_de_bain
{
	text-align: center;
}

.plan
{
	text-align: center;
}

#mail
{
	text-align: center;
	padding-top: 5px;
}

.texte
{
	padding: 25px;
}

.plan_societe
{	
	text-align: center;
	font-size: 0.8em;
}

h2
{
	text-align: center;
}
