body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #dedfdc;
}

#global 
{ 
	width: 970px;
	margin: 0 auto; 
	margin-top:40px;
	border:0px solid red;
}

#header_menu
{
	background:url(../../design2/header_bg.gif) repeat-x;
	height:29px; 
	border:0px solid green;
	
}

#header_menu #menu
{
	float:left;
	border:0px solid green;
	height:29px;
	text-align:right;
	background:url(../../design2/header_menu_bg.gif) repeat-x;
	margin-left:205px;
}


#header_menu #menu div
{
	height:29px;
	float:left;
	padding-right:5px;
	padding-left:8px;
	margin-top:5px;
	border:0px solid red;
}

#header_menu #menu .sep
{
	height:29px;
	background:url(../../design2/header_menu_sep.gif) no-repeat right top ;	
	float:left;
	margin-top: 0px;
	border:0px solid red;
}

#header_menu #menu a
{
	font-family:verdana;
	font-weight:bold;
	color:#77ad1c;
	font-size:11px;
	text-decoration:none;	
}

#header_menu #menu a:hover
{
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

#header_menu #menu div.last
{
	background:none;	
	border:0px solid red;
}

#header_menu #menu_left
{
	float:left;
	background-image:url('../../design2/header_left.gif');
	width:33px;
	height:29px;
}

#header_menu #menu_right
{
	float:right;
	background-image:url('../../design2/header_right.gif');
	width:25px;
	height:29px;
}

#banner
{
	width:970px;
	height:233px; 
	clear:both;
}

#menu_bottom
{
	background:url(../../design2/menu_bottom_bg.gif) repeat-x;
	height:48px; 
	border:0px solid green;
}

#menu_bottom #menu
{
	float:left;
	border:0px solid green;
	height:48px;
	width:830px;
	text-align:right; 
	margin-left:30px;
}

#menu_bottom #menu div
{
	height:48px; 
	background:url(../../design2/menu_bottom_sep.gif) no-repeat right top;	
	border:0px solid red;
	float:left;
	padding-right:20px;
	padding-left:7px;
	margin-top:10px;
}

#menu_bottom #menu a
{
	font-family:arial;
	font-weight:bold;
	color:#77ad1c;
	font-size:13px;
	text-decoration:none; 
	padding: 9px;
}

#menu_bottom #menu a:hover
{
	font-size:13px;
	text-decoration:none;
	color: #fff;
	padding: 9px;
	border:0px solid green;
	background:url(../../design2/bg.gif) repeat-x;
}

#menu_bottom #menu div.last
{
	background:none;	
	border:0px solid red;
}

#menu_bottom #menu_left
{
	float:left;
	background-image:url('../../design2/menu_bottom_left.gif');
	width:38px;
	height:48px;
}

#menu_bottom #menu_right
{
	float:right;
	background-image:url('../../design2/menu_bottom_right.gif');
	width:41px;
	height:48px;
}

#zone_center 
{
	margin-top:10px;
}

#zone_ban_bottom
{
	width:970px;
	border:0px solid red;
	padding-left:15px;
}

#zone_ban_bottom div
{
	display:inline;
	margin-right:15px;
}

#zone_links_bottom
{
	float:right;
	margin-right:5px;
	margin-top:20px;
	margin-bottom: 5px;
}

#zone_links_bottom a
{
	font-family:arial;
	font-weight:bold;
	color:#008634;
	font-size:11px;
	text-decoration:none;
	padding: 12px;
	background: url('../../design2/puce.gif') no-repeat left;
}

#zone_links_bottom a:hover
{
	font-size:11px;
	text-decoration:none;
	color: #77ad1c;
	background: url('design2/puce_on.gif') no-repeat left;
}

#zone_footer 
{
	height: 56px;
	background:url('../../design2/footer_bg.gif') repeat-x;
	width:965px;
	margin-left:5px;
	clear:both;
}

#zone_footer #newsletter
{
	margin-left:20px;
	padding-top:10px;
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

#zone_footer #newsletter .newsletter_champ
{
	font-family:arial;
	font-size:10px;
	color:#17782c;
	width:150px;
}

#zone_footer #newsletter .newsletter_submit
{
	font-family:arial;
	font-size:10px;
	color:#17782c;
	border:1px solid #ffffff;
}

/*
 FORM
*/
.cssform p
{
	width: 130px;
	clear: left;
	margin: 0;
	padding: 15px 0 8px 0;
	padding-left: 140px;
	height: 1%;
	border:0px solid green;
}

.cssform label{
	float: left;
	margin-left: -140px;
	width: 80px;
	border:0px solid red;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#333333;
	font:bold;
}

.cssform input[type="text"]/*width of text boxes. IE6 does not understand this attribute*/
{ 
	width: 200px;
	margin-left:-50px;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
}

.cssform textarea
{
	margin-left:-50px;
	width: 200px;
	height: 150px;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;	
}

.cssform input[type="text"]:hover, textarea:hover
{
	border: 1px dashed #008634;	
}

.cssform input[type="text"]:focus, textarea:focus
{
	border: 1px dashed #008634;	
}

.form_contact_input
{
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
	padding:4px;
}


.form_contact_input:hover
{
	font-size: 11px;
	color: #008634;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	border: 1px dotted #CCCCCC;
	font-weight:bold;
	padding:4px;
	cursor:pointer;
}

select
{
	font-family:arial;
	font-size:12px;
}

