/* CSS Document */

body {
	background-color: #660000;
	margin: 0px;
	color: #330000;
	font-family :'Monotype Corsiva', Helvetica,Arial,Verdana,Sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	
	
}

img {
	border: 1px solid #330000;
	margin: 0px 10px 10px 0px;
}

img.noborder { border: none; }

.headerimg {
	margin: 0px;
	}
	
.middleheader { border-left: none; border-right:none;}

#leftcolumn, #rightcolumn {
	display: block;
	float: left;
}

#rightcontent {
	background-color: #ffffcc;
	padding: 10px;
	border: 1px solid #330000;
	width: 528px;
	text-align: left;
}

#content {

	width : 890px;
	margin: 20px auto;

	}
#rightcolumn {
	text-align: center;
	}
p.adress { 
	font-size: 1em;
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif
}

#clear {
	display:block;
	float:left;
	clear:both;
	width: 100%;
}

.footer {
	color:white;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	}

p.avecimage { 
	position: relative;
	width: 290px;
	padding-left: 215px; }
p.avecimage img	{
	position: absolute;
	left: 0pt;
	margin-top: 5px;
}
span.price {font-weight:bold;}


form {padding: 0px 10px; line-height: 28px;}
form span {display:block; width: 110px; float:left; text-align:right; padding-right: 10px; font-weight:bold;}
input , textarea {border: 1px solid #300; background-color: #fffeef; } 
form br {clear:both;}
p.required {font-size: small; color : #600; text-align: right;}
sup { color: #600; }
input.envoyer, input.Reset { padding: 5px; font-weight: bold;  margin-right: 10px; color : #fffeef; background-color: #300; }
input.envoyer:hover, input.Reset:hover { color:#300; background-color: #fffeef; cursor: pointer;}
div.halfcolumn { display:block; float: left; width: 50%; }
div.halfcolumn ul { list-style:none; padding: 0px; margin: 0px;}

div.halfcolumn a:link, div.halfcolumn a:visited {color:#300; }
div.halfcolumn a:hover {text-decoration: none; }

ul.menufooter { list-style: none ; padding: 0px; margin: 0px; }
ul.menufooter li { display: inline; padding: 0px 20px; margin: 10px 0px; border-right: 1px solid white;}
ul.menufooter li.menu1footer { border-left: 1px solid white;}
ul.menufooter li a:link, #rightcolumn ul li a:visited { color: white; }
ul.menufooter li a:hover { text-decoration: none; }