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

}
img 
{ 
	border : none; 
}

h1
{
	font-size:45px;
	color:#602b00;
	font-weight:bold;
	margin-bottom:0px;
}

.col_left  /* équipement */
{
	float: left;
	width:350px;
}

.col_right /* équipement */
{
	float: right;
	width:300px;
}

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

a:hover
{
text-decoration:underline;
}

p, td
{
color:#602b00;
}

#corps
{
margin-left:20px;
margin-right:20px;
min-height:300px;
}

#pied_de_page
{
text-align:center;
}

#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 */

.form
{
	font-weight:bold;
	color:#602b00;
}

.formrad
{
	width:300px;
	-moz-border-radius:20px;
	padding:5px;
	border:0px solid black;
}

.formrad:focus
{
	background-color:#D1D1D1;
}

.buttonrad
{
	-moz-border-radius:20px;
    -webkit-border-radius: 20px;
	padding:0px 5px;
	border:0px solid black;
}

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

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

input, textarea
{
	font-weight:bold;
	color:#602b00;
	font-family:"Comic sans MS", Arial;
	background-color: #FFE8B2;
}