body 
{
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	background-image: url('images/fond.jpg');
	background-repeat : repeat;
}

#header 
{	
	width : 100%;
	height : 120px;
}
#header img 
{ 	
	display : inline;	
	float :left;
	border:0px; 
	margin-left : 15px; 
}
#title 
{ 
	font-size : 16px;
	font-weight : 600;
	width : 70%;
	text-align : center;
	margin-top : 25px;
}
#title p {font-size : 14px; font-weight : 400; }

#content
{
	position : absolute;
	margin-left : 220px; 
	width : 75%;
	margin-top : 30px;
}

#centerContent{ width:780px; 	margin-left: auto; 	margin-right: auto; }
#centerContent div { margin : 5px 0; }
#centerContent label {
	width : 30%;margin-left : 5%;	line-height: 1.6;
	text-align: right;	display:block;	float:left;
}
#centerContent input { margin-left : 10px; font-size: 12px;	width : 150px;}


h3{ margin-bottom : 30px; font-size:17px;}


/*************** MENU ******************/
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index : 5;
}

#menuAdmin 
{
	position: absolute;
	/*top: 200;*/
	left: 0;
	width: 15em;
}

.menuTitle
{
	list-style-type: none;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #a0a719;
	margin-top: 15px;
	margin-bottom: 2px;
	background: #D6E03D;	

}

.menu
{
	list-style-type: none;
	cursor: pointer;
	margin: 2px 0;
	padding-left:  10px;
	padding-right: 0px;
	padding-top: 		2px;
	padding-bottom: 7px;
	border: 1px solid #a0a719;
	background: #EDF1A5;		
	display:none;
	font-size: 80%;	
}

.menu dt 
{
	cursor: pointer;
	background: #FFD200;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	border: 1px solid #a0a719;
	text-align: center;
	font-weight: bold;
}

.menu dd
{
	position: absolute;
	z-index: 100;
	left: 15em;
	margin-top: -1.4em;		
	width: 18em;
	border: 1px solid #a0a719;
	background: #EDF1A5;
}

.menu ul 
{
	padding: 0px;
	margin: 0px;
	background: #EDF1A5;	
	margin-top: 2px;
}

.menu li 
{
	text-align: center;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
	margin:2px;
	background: #FFD200;	
}

.menu li a, #menuAdmin dt a , .menuTitle a
{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

.menu li a:hover, #menuAdmin dt a:hover, .menuTitle a:hover
{
	background: #FCB033;
}

.centerContent
{
	position : relative;
	width : 90%;
	margin-left : auto;
	margin-right : auto;
}

.simpleBlock .submit { width:120px; }
