
body
{
	font-family: Arial, sans-serif;
	font-size: 100%;
}

.contenu
{
	position: absolute;
	bottom: 25px;
	right: 25px;
	float: right;
	/*
	top: 300px;
	clear: left;
	right: 25px;
	*/
	width: 705px;
	min-height: 100px;
	background: #EFEFEF url(/assets/images/gris-90percent.png) repeat;
	color: #EEE;
	font-size: .85em;
	margin: 0;
}

.contenu big
{
	font-weight: bold;
	font-size: 0.95em;
	margin-bottom: 1em;
	display: inline-block;
}

.contenu .marge
{
	margin: 10px;
}

.menu
{
	position: relative;
	top: 420px;
	left: 25px;
	float: left;
	/*
	clear: right;
	border: 1px solid #EEE;
	*/
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	min-width: 50px;
}

.menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	min-width: 50px;
}

/**
 *	Choix de menu
 *	Lien
 */
.menu a
{
	color: #FFF;
	font-size: .85em;
	text-decoration: none;
}

/**
 *	Choix de menu
 *	Hors lien parce que sur sa page
 */
.menu span
{
	color: #CCC;
	font-size: .85em;
}

/**
 *	Formulaire contact
 */
.contact
{
	color: white;
	font-weight: bold;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.contact p
{
	margin: 3px;
	font-size: 13px;
}

.contact input, .contact textarea
{
	border: 2px solid #666;
}

.contact textarea
{
	width: 700px;
	height: 200px;
}

