@charset "utf-8";
/* CSS Document */

root { 
	display: block;
}
html{
	
	  /*Pour centrer notre page*/ 
	 /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	background-image: url("../images/hautfond.jpg");
	background-repeat:repeat-x;
}
body {
	width: 1000px;
	margin: auto;
	background: url("../images/fond.jpg");
	background-repeat: no-repeat;
	color: #585745;
	FONT-FAMILY: tahoma;
	font-size: 11px;
}

div#haut
{
	position: relative;
	top: 0px;
	margin: auto;
	width: 800px;
	height: 203px;
	background-image: url("../images/haut.jpg");
}

#haut a img
{
	border: 0px;
}

a#ap1 {
	position:absolute;
	left:750px;
	top:24px;
	width:40px;
	height:21px;
	z-index:3;
}

a#ap1 img
{
	width: 30px;
	height: 15px;
}

#video_gauche
{
	position: absolute;
	top: 86px;
	left: -50px;
	width: 80px;
	height: 80px;
	z-index: 1;
	border:none; 	
    text-align: center;
	COLOR: #585745;
	font-size: 10px;
	font-family: tahoma;
}	

#video_droite
{
	position: absolute;
	top: 86px;
	left: 770px;
	width: 80px;
	height: 80px;
	z-index: 1;
	text-align:center;
	text-decoration:blink;
	COLOR: #585745;	
	font-size: 10px;
	font-family: tahoma;
}

table#onglet
{
	position: absolute;
	margin: auto;
	width:638px;
	height:22px;
	left: 80px;
	top: 207px;
	
}

table#onglet td
{
	background-color: #DBD5BD;
	font-weight: bold;
	FONT-FAMILY: tahoma; 
	text-align: center;
}

#haut a#livre_or
{
	position: relative;
	top: 295px;
	left: 30px;
}

#corps
{
	position: relative;
	margin: auto;
	width: 638px;
	top: 160px;
}

#corps p#nom
{
	text-align: right;
}

A:link {
	COLOR: #005D27; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: verdana; font-variant: small-caps; letter-spacing: 1px;
}

A:visited {
	COLOR: #005D27; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: verdana; font-variant: small-caps; letter-spacing: 1px;
}
A:active {
	COLOR: #005D27; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: verdana; font-variant: small-caps; letter-spacing: 1px;
}
A:hover {
	COLOR: #001B0B; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: verdana; font-variant: small-caps; letter-spacing: 1px; 
}
a img {
	border: 5px solid #DBD5BD;
}
a:hover img {
	border: 5px solid #B0AA7A;
}
input, textarea, option, select {
	background-color: #ffffff;
	font: 9px verdana;
	color: #4F4E3D;
	letter-spacing: 0px;
	border: 1px solid #2C3749;
}