
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url('../img/background.png') left top repeat-x;
	height: 100%;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

a img {
	border: 0;
}

#container {
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	position: relative;
}

#body {
	width: 989px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 113px 0px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:113px;
	background: transparent url('../img/footer_bg.png') left bottom repeat-x;
	padding: 16px 0px 0px 0px;
}

#footer #copyright {
	width: 169px;
	float: right;
	margin: 0px 0px 0px 20px;
	color: #bbb;
}

#footer_content {
	width: 757px;
	height: 77px;
	margin: 0px auto 0px auto;
	padding: 36px 0px 0px 232px;
	font-family: Arial, Helevetica;
	font-size: 12px;
}

#footer_content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}

#footer_content ul li {
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}

#footer_content ul li a sub { text-decoration: none !important; }
#footer_content ul li a.active sub { text-decoration: none !important; }
#footer_content ul li a.link sub { text-decoration: none !important; }
#footer_content ul li a.visited sub { text-decoration: none !important; }
#footer_content ul li a.active:link sub { text-decoration: none !important; }
#footer_content ul li a.active:visited sub { text-decoration: none !important; }
#footer_content ul li a:active sub { text-decoration: none !important; }
#footer_content ul li a:hover sub { text-decoration: none !important; }

#footer_content ul li a { color: #fff; text-decoration: none; }
#footer_content ul li a.active { color: #fff; text-decoration: underline; }
#footer_content ul li a:link { color: #fff; text-decoration: none; }
#footer_content ul li a:visited { color: #fff; text-decoration: none; }
#footer_content ul li a.active:link { color: #fff; text-decoration: underline; }
#footer_content ul li a.active:visited { color: #fff; text-decoration: underline; }
#footer_content ul li a:active { color: #fff; text-decoration: underline; }
#footer_content ul li a:hover { color: #fff; text-decoration: underline; }

#left {
	width: 226px;
	float: left;
}

#left #logobox {
	width: 174px;
	height: 145px;
	padding: 25px 24px 0px 24px;
	background: transparent url('../img/logobox.png') left top no-repeat;
}

#left #menu {
	width: 211px;
	min-height: 248px;
	background: transparent url('../img/menu.png') left top no-repeat;
	margin: 6px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
	position: relative;
}

#left #menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#left #menu ul li {
	list-style-type: none;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	
}

#left #menu ul li ul {
	display: none;
}

#left #menu ul li a {
	display: block;
	width: 211px;
	text-indent: -9999px;
}

/* HOVER MENU */

#left #menu ul li:hover ul {
	z-index: 100;
	display: block;
	position: absolute;
	top: -17px;
	left: 213px;
	padding: 10px 0px 10px 0px;
	margin: 7px 0px 0px 0px;
	/*background: url('../img/menu/menu_hover_bottom_bg.png') no-repeat left bottom;*/
	background: url('../img/menu/hover_menu_bg.png') no-repeat left 10px;
	height: 155px;
}

#left #menu ul li.active:hover ul {
	height: auto !important;
} 

#left #menu ul li:hover ul li {
	width: 181px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 16px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #68727a;
	list-style-type: none;
	/*background: url('../img/menu/menu_hover_middle_bg.png') repeat-y left top;*/
}

#left #menu ul li.active:hover ul {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 30px;
	margin: 7px 0px 0px 0px;
	background: transparent;
}

#left #menu ul li.active:hover ul li {
	width: 151px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #68727a;
	list-style-type: none;
	background: transparent;
}

#left #menu ul li.active:hover ul li.first {
	background: transparent !important;
	padding-top: 0px;
}

#left #menu ul li:hover ul li.first {
	/*background: url('../img/menu/menu_hover_top_bg.png') no-repeat left top !important;*/
	padding-top: 22px;
}

/* ACTIVE MENU */
#left #menu ul li.active ul {
	display: block;
	position: relative;
	padding-left: 30px;
	margin: 7px 0px 0px 0px;
}

#left #menu ul li.active ul li {
	width: 151px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #68727a;
	list-style-type: none;
}

#left #menu ul li ul li.active {
	font-weight: bold;
}

#left #menu ul li ul li:hover {
	color: #6bb03e !important;
	list-style-type: none !important;
}

#left #menu ul li.active ul li:hover {
	color: #6bb03e !important;
	list-style-type: disc !important;
}

#left #menu ul li ul li a {
	display: inline;
	text-indent: 0px;
	color: #68727a;
	text-decoration: none;
}

#left #menu ul li ul li a:link {
	text-decoration: none;
}

#left #menu ul li ul li a:hover {
	color: #6bb03e;
	text-decoration: none;
}

#left #menu ul li.techno {
	width: 211px;
	min-height: 31px;
	background: url('../img/menu/techno_fr.png') left top no-repeat;
}

#left #menu ul li.techno_active {
	width: 211px;
	min-height: 31px;
}

#left #menu ul li.techno a {
	height: 31px;
}

#left #menu ul li.techno_active a {
	height: 31px;
}

#left #menu ul li.techno:hover, #left #menu ul li.techno_active {
	background: url('../img/menu/techno_hover_fr.png') left top no-repeat;
}

#left #menu ul li.services {
	width: 211px;
	min-height: 19px;
	background: url('../img/menu/services_fr.png') left top no-repeat;
}

#left #menu ul li.services_active {
	width: 211px;
	min-height: 19px;
}

#left #menu ul li.services a {
	height: 19px;
}

#left #menu ul li.services_active a {
	height: 19px;
}

#left #menu ul li.services:hover,#left #menu ul li.services_active {
	background: url('../img/menu/services_hover_fr.png') left top no-repeat;
}

#left #menu ul li.video {
	width: 211px;
	min-height: 19px;
	background: url('../img/menu/video_fr.png') left top no-repeat;
}

#left #menu ul li.video_active {
	width: 211px;
	min-height: 19px;
}

#left #menu ul li.video:hover,#left #menu ul li.video_active {
	background: url('../img/menu/video_hover_fr.png') left top no-repeat;
}

#left #menu ul li.video a {
	height: 19px;
}

#left #menu ul li.video_active a {
	height: 19px;
}

#left #menu ul li.pubs {
	width: 211px;
	min-height: 39px;
	background: url('../img/menu/pubs_fr.png') left top no-repeat;
}

#left #menu ul li.pubs_active {
	width: 211px;
	min-height: 39px;
}

#left #menu ul li.pubs:hover,#left #menu ul li.pubs_active {
	background: url('../img/menu/pubs_hover_fr.png') left top no-repeat;
}

#left #menu ul li.pubs a {
	height: 39px;
}

#left #menu ul li.pubs_active a {
	height: 39px;
}

#left div.vignette {
	width: 204px;
	height: 74px;
	padding: 0px 11px 0px 11px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#right {
	width: 763px;
	float: left;
}

#right #menu2 {
	height: 108px;
	width: 763px;
	font-family: Arial, Helevetica;
	color: #2b4619;
	font-size: 12px;
}

#right #menu2 ul {
	margin: 72px 28px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#right #menu2 ul li {
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}

#right #menu2 ul li a { color: #2b4619; text-decoration: none; }
#right #menu2 ul li a:link { color: #2b4619; text-decoration: none; }
#right #menu2 ul li a:visited { color: #2b4619; text-decoration: none; }
#right #menu2 ul li a:active { color: #3d5f27; text-decoration: underline; }
#right #menu2 ul li a:hover { color: #3d5f27; text-decoration: underline; }

#right #menu2 span.espace_client {
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	float: right;
	margin: 72px 6px 0px 0px;
	font-size: 15px;
	letter-spacing: -1px;
}

#right #menu2 span.espace_client a { color: #555; text-decoration: none; }
#right #menu2 span.espace_client a:link { color: #555; text-decoration: none; }
#right #menu2 span.espace_client a:visited { color: #555; text-decoration: none; }
#right #menu2 span.espace_client a:active { color: #666; text-decoration: underline; }
#right #menu2 span.espace_client a:hover { color: #666; text-decoration: underline; }

#right #main {
	width: 763px;
	height: 341px;
}

#right.home #content {
	width: 750px;
	padding: 0px 0px 0px 6px;
	margin: 0px 7px 0px 0px;
}

#right.home #main_image {
	/*z-index: -1;*/
	/*position: relative;*/
}

* html #right.home #main_image {
	z-index: -1;
	position: relative;
}

#right #content a { color: #6bb03e; text-decoration: underline; font-weight: bold; }
#right #content a:link { color: #6bb03e; text-decoration: underline; font-weight: bold; }
#right #content a:visited{ color: #6bb03e; text-decoration: underline; font-weight: bold; }
#right #content a:active { color: #000; text-decoration: underline; }
#right #content a:hover { color: #000; text-decoration: underline; }

#right #content #content_left {
	width: 568px;
	padding: 20px 20px 0px 0px;
	border-right: 1px solid #c6cacd;
	position: relative;
}

#right #content #content_left #fadeout_top {
	position: absolute;
	right: -1px;
	top: 0px;
	background: transparent url('../img/fadeout_top.png') left top no-repeat;
	width: 1px;
	height: 60px;
}

#right #content #content_left #fadeout_bottom {
	position: absolute;
	right: -1px;
	bottom: 0px;
	background: transparent url('../img/fadeout_bottom.png') left top no-repeat;
	width: 1px;
	height: 60px;
}

#right #content #login {
	width: 141px;
	float: right;
	margin: 0px 0px 0px 20px;
	padding:30px 0px 0px 0px;
}

* html #right #content #login {
	margin: 0px 0px 0px 10px !important;
}


#right #content #login div.text input, #right #content div.login div.text input {
	color: #818181;
	width: 119px;
	height: 20px;
	padding: 4px 4px 0px 9px;
	border: 0px;
	background: url('../img/input_bg.png') no-repeat left top;
}

* html #right #content #login div.text input {
	background-attachment: fixed !important;
}

* html #right #content div.login div.text input {
	background-attachment: fixed !important;
}

#right #content #login div.text, #right #content div.login div.text {
	margin: 7px 0px 7px 0px;
}



#right #content #content_left p {
	margin: 0px 0px 10px 0px;
	line-height: 19px;
	color: #333;
}

#right #content {
	width: 744px;
	padding: 34px 0px 0px 12px;
	margin: 0px 7px 0px 0px;
}

#right #content h1 {
	color: #68727a;
	font-weight: normal;
	font-size: 22px;
	font-family: Vag, Arial, Helvetica, Georgia;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
	/*max-width: 375px;*/
}

#right #content h1 img {
	vertical-align: bottom;
}

#right #content h1 span.green {
	font-weight: bold;
	color: #6bb03e;
}

#right #content h2 {
	color: #6eb43f;
	font-weight: bold;
	font-size: 14px;
	font-family: Vag, Arial;
}

#right #content h2 img {
	vertical-align: bottom;
}

#right #content h3 {
	color: #333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

#right #content p {
	margin: 0px 0px 10px 0px;
	line-height: 19px;
	color: #333;
	max-width: 580px;
}

#right #content ul {
	margin-left: 0px;
	padding-left: 0px;
}

#right #content ul li {
	color: #333;
	max-width: 580px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 30px;
	background: url('../img/bullet.png') no-repeat left top;
	list-style-type: none;
	line-height: 16px;
}

#right #content ul.marginbottom li {
	margin-bottom: 12px;
	line-height: 19px;
	background: url('../img/bullet19.png') no-repeat left top;
}

#right #topright_photo {
	float: right;
	width: 346px;
	margin: -34px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 7px;
	text-align: center;
	background: url('../img/shadow.png') no-repeat left top;
}

#right #pictrans {
	position: absolute;
	top: -1px;
	left: 0px;
	width: 346px;
	height: 240px;
	background: url('../img/pictrans.png') no-repeat left top;
	z-index: 10;
}

#right #topright_container {
	margin: 0px auto 4px auto;
	width: 334px;
	height: 232px;
}

#right #topright_photo p {
	width: 160px;
	float: right;
	margin: 4px 6px 0px 0px;
	padding: 0px 3px 0px 0px;
	font-weight: normal;
	color: #6a747c;
	text-align: right;
}