body
{
	background-color: #dddddd;
	text-align: center;
	padding: 0;
	margin: 10px 0 0;
}

img
{
	border-style: none none solid;
	border-width: 1px;
	border-color: #dddddd;
}

#conteneur
{
	position: relative;
	width: 	800px;
	height: 650px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #ffffff;
	border: 1px solid #999999;
}

#menu
{
	position : absolute;
	top: 150px;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li
{
	float: left;
}


#menu a
{
	display: block;
	margin: 0 0;
	padding: 0;
	width: 160px;
	background: #eeeeee;
	border-style: solid none;
	border-width: 1px;
	border-color: #999999;
	text-align: center;
	line-height: 20px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#menu a:hover
{
	color: #eeeeee;
	background: #999999;
}

#left_image
{
	position: absolute;
	left: 0;
	top: 350px;
	border: 0;
}

#contenu
{
	position: absolute;
	top: 172px;
	left: 159px;
	height: 478px;
	margin: 0;
	padding: 0;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #999999;
}

#signature
{
	position: relative;
	margin: 0 auto;
	padding: 0 auto;
}

#exemple
{
	width: 500px;
	text-align: center;
}

#image_exemple
{
	border: 1px solid #999999;
}

h1
{
	margin: 30px 40px 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

h2
{
	margin: 20px 60px 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;	
}

p
{
	margin: 10px 60px 0;
	padding: 0;
	text-align: justify;
}

form
{
	margin: 10px 60px 0;
	padding: 0;
	text-align: justify;
}

blockquote
{
	margin: 10px 40px 0;
	padding: 0;
	text-align: justify;
}

.texte
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.texte_italique
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

.texte_gras
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

