body { 
	background: #fff; 
	padding: 0; 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
	width: 100%;
	height: 100%;
	background-image: url(../images/bgfooter.png);
}

 a:link {
	color: #101010;
	text-decoration: underline;
}

a:visited {
	color: #101010;
	text-decoration: underline;
}

a:hover {
	color: #101010;
	text-decoration: none;
}

a:active {
	color: #101010;
	text-decoration: none;
}

form {margin: 0;}
a:focus {outline: none;}
*:focus {outline: none}

.global {
	width:100%;
	float:left;
	background:#fff;
}

.globalbk {
	width:100%;
	float:left;
}

.content {
	margin: 0 auto;
	width: 940px;
}

.content .bloc {
	float:left;
	width: 50%;
}

.content .bloc p {
	padding: 40px 10px 10px 10px;
}

.content .bloc img {
	padding: 20px 10px 10px 0;
}

.content .bloc h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #abc84b;
}

.content .bloc ul {
	padding: 0 40px 0 26px;
	margin: 0;
}

.content .bloc li {
	list-style: square;
	padding: 5px 0 5px 0;
}

.fdmenu {
	width: 100%;
	height: 40px;
	background-image: url(../images/bgfooter.png);
}

.header {
	margin: 0 auto;
	width: 940px;
	height: 100px;
}

.header .logo {
	float: left;
}

.header .login {
	float: right;
	margin-top: 40px;
}

.header .login .champ {
	width: 120px;
	height: 18px;
}

.header .login .submit {
	background:#101010;
	border:none;
	color:#fff;
	font-size: 12px;
	height: 23px;
	cursor:  pointer;
}

.menu {
	margin: 0 auto;
	width: 939px;
	height: 40px;
	border-left: 1px solid #fff;
}

.menu ul {
	padding: 0; 
	margin: 0;
}

.menu li {
	list-style: none;
	float: left;
	height: 40px;
	margin: 0;
	line-height: 40px;
	background-image: url(../images/bgfooter.png);
	border-right: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.menu li a{
	color: #fff;
	text-decoration: none;
	display:block;
	padding: 0 30px 0 30px;
}

.menu li a:hover{
	color: #fff;
	text-decoration: none;
	background: #abc84b;
}

#selected {
	background: #abc84b;
}

.smenu {
	position: absolute;
	background: #abc84b;
	z-index: 1;
}

#smenu {
	height: 40px;
	margin: 0;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	color: #ccc;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;

}

#smenu a{
	color: #fff;
	text-decoration: none;
	display:block;
	padding: 0 30px 0 30px;

}

#smenu  a:hover{
	color: #fff;
	text-decoration: none;
	background-image: url(../images/bgfooter.png);
}

.bloc13 {
	float: left;
	width:33%;
}

.bloc13 img {
	margin: 0 10px 10px 0;
}

.bloc13 p {
	margin: 0 10px 20px 0;
}

.bloc13 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

.bloc13 h3 a {
	text-decoration: none;
}

.bloc13 h3 a:hover {
	color: #abc84b;
}

.footer {
	margin: 0 auto;
	width: 940px;
	padding: 20px 0 20px 0;
}

.footer .bloc {
	float: left;
	width: 20%;
	color: #fff;
}

.footer .bloc a {
	color: #fff;
	text-decoration: none;
}

.footer .bloc a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .bloc h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
}