body
{
	background-color: #231f20;
}
@font-face
{
	font-family: 'CaslsonCP';
	src: url('CaslsonCP.otf');
	font-family: 'Champagne';
	src: url('Champagne_&_Limousines_bold.ttf');
}

p
{
	display: block;
	margin: auto;
	width: 500px;
}

.title
{
	display: none;
}

.bloc
{
	width: 70%;
	max-width: 900;
	text-align: left; 
}

nav, section, div
{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

nav
{
	width: 300px;
	margin-left: 30px;
}

li
{
	color: #231f20;
	list-style: none;
}

div
{
	width: 30px;
	margin: 0px;
	padding: 0px;
}

.contact
{
	color: white;
	font-family: Champagne, "Times New Roman", "Trebuchet MS", Serif; 
	font-size: 18px; 
	letter-spacing: 3px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.mailto
{
	color: white;
	text-decoration: none;
}

#IE
{
	/*background-color: #1b1819;*/
}