#bloc
{
	width: 900px;
	margin: auto;
}

#info
{
	width: 420px;
	height: 140px;
	display: inline-block;
	vertical-align: top;
	background-color: rgb(60, 60, 60);
	box-shadow: 0px 5px 5px black;
}

#info p
{
	text-align: justify;
	padding-left: 60px;
	text-shadow: 1px 1px 1px black;
	font-family: calibri, georgia, verdana, arial black;
	color: rgb(160, 160, 160);
}

#facebook
{
	width: 410px;
	height: 112px;
	background-color: rgb(60, 60, 60);
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 5px 5px black;
	padding-top: 28px;
}

body
{
	background: url("images/fond/signature.png") fixed no-repeat bottom right, url("photos/fond/fond.jpg") fixed no-repeat, rgb(90, 90, 90);
} 

header
{
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 0px 0px;
	box-shadow: 5px 5px 5px black;
	display: inline-block;
	width: 900px;
	height: 100px;
}

nav
{
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 110px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 5px 5px 5px black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

nav p
{
	background-color: rgb(60, 60, 60);
	border-radius: 0px 0px 30px 30px;
	box-shadow: 2px 2px 2px black;
	text-align: center;
	font-size: 1.2em;
	font-family: 'blankspace', calibri, georgia, verdana, arial black;
}

a
{
	text-decoration: none;
	color: rgb(160, 160, 160);
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
}

.under a:hover
{
	color: rgb(183, 8, 35);
	border-bottom: 2px solid rgb(183, 8, 35);
}

section
{
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 5px 5px 5px black;
	width: 900px;
	padding-bottom: 2px;
}

section p
{
	color: rgb(183, 8, 35);
	font-family: calibri, georgia, verdana, arial black;
	padding: 15px;
	font-weight: bold;
	text-align: justify;
}

article
{
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 5px black;
	margin: 10px;
}

article p
{
	color: rgb(160, 160, 160);
	font-family: calibri, georgia, verdana, arial black;
}

article ul
{
	color: rgb(160, 160, 160);
	font-family: calibri, georgia, verdana, arial black;
	padding: 15px;
	padding-left: 12px;
	font-weight: bold;
}

table
{
	width: 880px;
	padding: 10px;
	color: rgb(183, 8, 35);
	font-weight: bold;
	font-family: calibri, georgia, verdana, arial black;
	border-top: 1px solid rgb(183, 8, 35);
	border-bottom: 1px solid rgb(183, 8, 35); 
	border-radius: 10px 10px 0px 0px;
}

td
{
	border-right: 1px dashed rgb(183, 8, 35); 
}

footer
{
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0px 0px 10px 10px;
	box-shadow: 5px 5px 5px black;
	display: inline-block;
	width: 900px;
	padding-bottom: 2px;
	text-align: center;
	margin-top: 10px;
}

footer .bande
{
	background-color: rgb(60, 60, 60);
	font-family: calibri, georgia, verdana, arial black;
	box-shadow: 0px 5px 5px black;
	color: rgb(160, 160, 160);
	text-shadow: 1px 1px 1px black;
}

h1
{
	padding: 15px;
	font-family: 'blankspace', calibri, georgia, verdana, arial black;
	font-weight: bold;
	font-size: 3em;
	color: rgb(160, 160, 160);
	text-shadow: 2px 2px 2px black;
	border-bottom: 2px dashed rgb(183, 8, 35);
}

h2
{
	padding: 15px;
	font-family: 'blankspace', calibri, georgia, verdana, arial black;
	font-weight: bold;
	font-size: 2em;
	color: rgb(160, 160, 160);
	text-shadow: 2px 2px 2px black;
	border-bottom: 2px dashed rgb(183, 8, 35);
}

h3
{
	padding: 15px;
	font-family: 'blankspace', calibri, georgia, verdana, arial black;
	font-weight: bold;
	font-size: 1.5em;
	color: rgb(160, 160, 160);
	text-shadow: 2px 2px 2px black;
	border-bottom: 2px dashed rgb(183, 8, 35);
}

p
{
	padding: 15px;
	font-weight: bold;
}

@font-face 
{
	font-family: 'blankspace';
	src: url('polices/blankspace/blankspace.eot');
	src: url('polices/blankspace/blankspace.eot?#iefix') format('embedded-opentype'),
		 url('polices/blankspace/blankspace.woff') format('woff'),
		 url('polices/blankspace/blankspace.ttf') format('truetype'),
		 url('polices/blankspace/blankspace.svg#blankspace') format('svg');
}

/*simon.veuthey@gmail.com - 06.80.02.48.81*/