*
{
	margin:0;
	padding:0;
}

body
{
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;	
}

a
{
	text-decoration:none;
}

a img
{
	border:none;
}

ul,ol,li
{
	list-style-type:none;
}

h1
{
	font-size:1.5em;
	margin-bottom:30px;
}

p
{
	text-align:justify;
}

form,p
{
	width:400px;
}

form label
{
	display:block;
	text-align:right;
}

form p
{
	margin-bottom:10px;
}

form input[type="text"],form textarea
{
	width:70%;
	float:right;
}

form input[type="submit"]
{
	margin-left:30%;
	margin-top:20px;
}

div#conteneur
{
	position:relative;
	width:760px;
	height:620px;
	margin:0 auto;
	padding:0 20px 20px 20px;
}

div#header
{
	height:200px;
}

div#header p
{
	text-align:center;
	width:760px;
}

div#menu
{
	position:absolute;
	left:640px;
	top:220px;
	width:140px;
	height:380px;
	background-image:url(./images/menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#menu #contact a:hover
{
	background-image:url(./images/menu.jpg);
	
}

div#menu ul
{
	position:absolute;
	bottom:0px;
}

div#menu ul li a:hover
{
	border:none;
}

div#principal
{
	position:absolute;
	left:180px;
	top:220px;
	padding:20px;
	width:400px;
	height:340px;
	background-color:#e6e5e5;
	color:#8c8787;
}

div#principal p
{
	margin-bottom:10px;
}

div#principal a
{
	color:#8c8787;
}

div#principal a:hover
{
	border-bottom:1px dotted;
}

div#principal h1,dl
{
	text-align:center;
}

div#principal dt
{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:30px;
}

div#illustrations
{
	position:absolute;
	width:140px;
	height:380px;
	top:220px;
	overflow:auto;
}


p#footer
{
	position:absolute;
	bottom:0px;
	width:800px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:0.8em;
}

p#footer a
{
	color:#333;	
}

p#footer a:hover
{
	border-bottom:1px dotted;
}

p.illustration
{
	text-align:center;
}

p.resume
{
	font-size:0.8em;
}

.braille
{
	display:none;
}
