body
{
	background-image:url("images/sable.jpg");
	background-attachment:fixed;
	background-position :top left;
	width:800px;
	margin:auto;
	margin-bottom:20px;
	background-color:#000000;
	font-family:"Comic sans MS", Arial;
	font-size:16px;
}

img
{ 
	border : none; 
}


.float_left
{
	float: left;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.float_right
{
	float: right;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.legende
{
	border-collapse:collapse;
	font-style:italic;
}

/* carte masquable sur la gauche */
#carte
{
	top:50px;
	width:30px;
	height:350px;
	position:fixed;
	left:0px;
/*	background-color:#E1A83E; */
	padding-left:0px;
/*
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:0px solid black;
*/
}

#carte_td_image
{
	width:0px;
}

#carte_image
{
	display:none;
}

#carte_td_titre
{
	margin:2px;
	vertical-align:top;
	font-weight:bold;
	cursor:w-resize;
}

/* fin du code pour la carte */
#menu
{
	width:25px;
	height:150px;
	position:fixed;
	right:0px;
	bottom:50px;
	vertical-align:middle;
/*	background-color:#E1A83E; */
	padding-right:0px;
/*
	border-top:1px solid black;
	border-right:0px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	*/
}

#menu_td_titre
{
	vertical-align:top;
	font-weight:bold;
	cursor:w-resize;
	width:25px;
}

#menu_td_lien
{
display:none;
width:175px;
}
/* fin du code pour le menu */
#corps
{
	margin-bottom: 20px;
	padding: 5px;
	color: #59270c;
}

h2
{
	color: #59270c;
	text-align: center;
	font-size:22px;
}

a
{
color:#3a1b09;
font-weight:bold;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

textarea
{
border:0px inset black;
background-color:transparent;
}

textarea:focus
{
border:2px inset black;
background-color:grey;
}

#repere
{
	border:0px;
	visibility:hidden;
	height:38px;
	width:38px;
	top:10000px;
	left:10000px;
	position:fixed;
	z-index:70;
	margin-left:-19px;
	margin-top:-19px;
}

#texte_article img
{
	cursor:pointer;
}

.buttonrad
{
	-moz-border-radius:20px;
	padding:0px 5px;
	border:0px solid black;
	font-weight:bold;
	color:#602b00;
	background-color: #FFE8B2;
	font-family:"Comic sans MS", Arial;
}

.buttonrad:hover
{
	background-color:#D1D1D1;
}

.buttonrad:active
{
	background-color:#A0A0A0;
}
