body
{
	background-color:#FFB62F;
	font-size: 12px;
	width: 980px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

body,td,a,div,.p
{
	font-family:arial,sans-serif;
	font-size: 12px;
}

.bigtitle
{
	font-size: 25px;
	color: #444444;
	border: 2px solid #A84700;
	background-color: #FDA500;
	padding: 5px;
}

th, td
{
	text-align: center;
	border: 1px solid #A84700;
}

input
{
	background-color: #FDA500;
	border: 1px solid #A84700;
	/*float: right;
	margin-right: 50px;*/
	margin-left: 50px;
}

.center
{
	text-align: center;
}

.title
{
	text-align: center;
	font-size: 28px;
}

.embed
{
	text-align: center;
}

#head
{
	text-align: center;
	width: 978px;
	margin-bottom: 10px;
}

#topimg
{
	border: 2px solid #A84700;
}

#main
{
   margin-left: 170px;
   margin-bottom: 20px;
   padding: 5px;
   border: 2px solid #A84700;
   background-color: #FDA500;
}

#main h3
{
   height: 20px;
   text-align: left;
}

#menu
{
	float: left;
	width: 160px;
}

.menuelem
{
   background-color: #FDA500;
   border: 2px solid #A84700;
   margin-bottom: 20px;
}

.menuelem h3
{    
   color: #444444;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.menuelem ul
{
   list-style-image: url("img/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.notice
{
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(/images/tick.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
}

.error
{
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(/images/error.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f33;
  color: #fff;
}

