@CHARSET "UTF-8";

body {
	margin: 0;
	background-color: #D3D3D3;
	background-image: url('images/bg/background.png');
	background-repeat: repeat-x;
	font-family: arial;
}

a {
	color: #333333;
	text-decoration: none;
}

ul {
	list-style-position: inside;
	margin-left: 15px;
}

h1,h2 {
	font-weight: normal;
}

img {
	border: 0px;
}

.minicon
{
	width:16px;
	height:16px;
    margin-right: 3px;
    vertical-align: text-top;	
}

.img_illustrative {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: 5px;
}

.img_illustrative:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

* {
	margin: 0;
	padding: 0;
}

.data {
	display: block;
	font-size: 14px;
	font-family: Arial;
	color: #717171;
	text-align: justify;
	line-height: 23px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.data p {
	margin-bottom: 5px;
}

.data a {
	text-decoration: none;
}

.data a:hover {
	text-decoration: underline;
}

.data a:active {
	text-decoration: underline;
	color: #D61010;
}

.section_button_more {
	margin-top: 10px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Arial;
	color: blue;
	cursor: pointer;
	text-align: right;
}

.section_button_more:hover {
	text-decoration: underline;
}

.data .img_link_onText {
	background-image: url('images/content/ico_image_16.png');
	background-repeat: no-repeat;
	padding-right: 18px;
	background-position: right;
}

/* DEBUT Supprimer */
.data .img_link_ss_image {
	background-image: none;
	border: 2px solid red; /*Supprimer */
}
/* FIN Supprimer */
.link_oem { /*color: #21A016;*/
	color: #519500 !important;
}

.link_sms {
	color: #F68101 !important;
}

.link_ofo {
	color: #277FA4 !important;
}

.data .def {
	color: #717171;
	text-decoration: none;
	cursor: help;
}

.data .section_titre .def {
	color: black;
	text-decoration: none;
	cursor: help;
}

#section_illustration {
	margin-top: 10px;
	text-align: center;
}

.section_illustration_link {
	display: inline-block;
}

.section_titre {
	color: black;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 0px !important;
	font-weight: bold;
}

.button_dl {
	background-color: #444444;
	border: 1px solid white;
	color: white;
	text-shadow: none;
	padding: 5px;
	text-decoration: none !important;
	border-radius: 0px 5px 0px 5px;
}
/*
	Main
*/
#main {
	
}

/*
-------------------------------------------------	
	Header (Menu et Logo)
-------------------------------------------------	
*/
#header {
	width: 986px;
	height: 60px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	position: relative;
}

#header_logo {
	width: 173px;
	margin-left: 13px;
	float: left;
}

#header_logo a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#header_logo_slogan a {
	color: #EBEBEB;
	text-decoration: none;
	font-size: 14px;
	font-family: Century Gothic, Verdana, Arial;
}

#header_menu {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

#header_menu_ul {
	margin: 0;
	padding: 0;
	margin-right: 7px;
	text-align: right;
	float: right;
	list-style-type: none;
}

#header_menu_ul li {
	float: left;
	display: block;
	margin-left: 5px;
}

/* Les différents menus  */
.header_menu_a {
	display: block;
	width: 100%;
	height: 100%;
}

#header_menu_accueil,#header_menu_accueil_selected {
	height: 37px;
	width: 43px;
	background-image: url('images/header/menu/home_off.png');
}

#header_menu_accueil:hover,#header_menu_accueil_selected {
	background-image: url('images/header/menu/home_on.png');
}

#header_menu_emailing,#header_menu_emailing_selected {
	height: 37px;
	width: 86px;
	background-image: url('images/header/menu/emailing_off.png');
}

#header_menu_emailing:hover,#header_menu_emailing_selected {
	background-image: url('images/header/menu/emailing_on.png');
}

#header_menu_sms,#header_menu_sms_selected {
	height: 37px;
	width: 51px;
	background-image: url('images/header/menu/sms_off.png');
}

#header_menu_sms:hover,#header_menu_sms_selected {
	background-image: url('images/header/menu/sms_on.png');
}

#header_menu_formulaire,#header_menu_formulaire_selected {
	height: 37px;
	width: 116px;
	background-image: url('images/header/menu/forms_off.png');
}

#header_menu_formulaire:hover,#header_menu_formulaire_selected {
	background-image: url('images/header/menu/forms_on.png');
}

#header_menu_tarifs,#header_menu_tarifs_selected {
	height: 37px;
	width: 68px;
	background-image: url('images/header/menu/tarifs_off.png');
}

#header_menu_tarifs:hover,#header_menu_tarifs_selected {
	background-image: url('images/header/menu/tarifs_on.png');
}

#header_menu_support,#header_menu_support_selected {
	height: 37px;
	width: 81px;
	background-image: url('images/header/menu/support_off.png');
}

#header_menu_support:hover,#header_menu_support_selected {
	background-image: url('images/header/menu/support_on.png');
}

#header_menu_contact,#header_menu_contact_selected {
	height: 37px;
	width: 83px;
	width: 81px;
	background-image: url('images/header/menu/contact_off.png');
}

#header_menu_contact:hover,#header_menu_contact_selected {
	background-image: url('images/header/menu/contact_on.png');
}
/*
-------------------------------------------------	
	Index
-------------------------------------------------	
*/

/* Banière */
#ban {
	width: 986px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#ban_top {
	width: 986px;
	height: 454px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	/*background-image: url('images/home/bantop/bantop_oxiforms.png');*/
}

.ban_top_slide {
	list-style-type: none;
	position: absolute;
	overflow: hidden;
	width: 986px;
	height: 454px;
}

#ban_top_slides {
	margin: 0px;
	padding: 0px;
}

#ban_top_slides a {
	display: block;
	width: 986px;
	height: 400px;
}
/*
.ban_top_slide {
	float: left;
	position: relative;
	width: 986px;
	height: 454px;
}
*/
.
ban_top_slide {
	list-style-type: none;
	position: absolute;
	overflow: hidden;
	width: 986px;
	height: 454px;
}

#ban_top_slide_ofo {
	background-image: url('images/home/bantop/bantop_oxiforms.png');
}

#ban_top_slide_oem {
	background-image: url('images/home/bantop/bantop_oximailing.png');
}

#ban_top_slide_sms {
	background-image: url('images/home/bantop/bantop_oxisms.png');
}

#ban_buttons_ul {
	position: absolute;
	margin: 0;
	margin-right: 7px;
	padding: 0;
	padding-bottom: 17px;
	bottom: 0;
	right: 0;
	text-align: right;
	float: right;
	list-style-type: none;
	bottom: 0;
}

.ban_button_li {
	cursor: pointer;
}

#ban_buttons_ul li {
	float: left;
	display: block;
}

#ban_button_btn1,#ban_button_btn1_selected {
	height: 35px;
	width: 35px;
	background-image: url('images/home/bantop/btn1.png');
}

#ban_button_btn1:hover,#ban_button_btn1_selected {
	background-image: url('images/home/bantop/btn1_on.png');
}

#ban_button_btn2,#ban_button_btn2_selected {
	height: 35px;
	width: 35px;
	background-image: url('images/home/bantop/btn2.png');
}

#ban_button_btn2:hover,#ban_button_btn2_selected {
	background-image: url('images/home/bantop/btn2_on.png');
}

#ban_button_btn3,#ban_button_btn3_selected {
	height: 35px;
	width: 35px;
	background-image: url('images/home/bantop/btn3.png');
}

#ban_button_btn3:hover,#ban_button_btn3_selected {
	background-image: url('images/home/bantop/btn3_on.png');
}

/* Présentation produits */
#prod {
	width: 986px;
	margin: 0 auto;
	padding: 0px;
	height: 302px;
	width: 986px;
	background-image: url('images/home/bg_center.png');
	margin-bottom: 15px;
	position: relative;
}

#prod a {
	color: #696969;
}

.prod_desc {
	float: left;
	height: 302px;
	position: relative;
}

.prod_slogan {
	font-family: Arial;
	font-size: 13px;
	color: #949494;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bolder;
}

#prod_oem {
	width: 329px;
}

#prod_oem_logo {
	margin-top: 30px;
	margin-left: 30px;
}

#prod_oem_slogan {
	margin-left: 30px;
}

#prod_oem_line {
	margin-left: 30px;
}

#prod_sms {
	width: 328px;
}

#prod_sms_logo {
	margin-top: 30px;
	margin-left: 31px;
}

#prod_sms_slogan {
	margin-left: 31px;
}

#prod_sms_line {
	margin-left: 31px;
}

#prod_ofo {
	width: 329px;
}

#prod_ofo_logo {
	margin-top: 30px;
	margin-left: 33px;
}

#prod_ofo_slogan {
	margin-left: 33px;
}

#prod_ofo_line {
	margin-left: 33px;
}

.prod_line {
	margin-top: 14px;
	margin-bottom: 10px;
}

#prod_oem_desc {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	margin-left: 30px;
}

#prod_sms_desc {
	text-align: justify;
	margin-left: 31px;
	margin-right: 30px;
}

#prod_ofo_desc {
	text-align: justify;
	margin-left: 33px;
	margin-right: 30px;
}

.prod_text {
	margin-bottom: 11px;
	font-size: 12px;
	color: #696969;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: Arial;
}

.prod_oem_bold {
	color: #519500;
	font-weight: bold;
}

.prod_sms_bold {
	color: #F68101;
	font-weight: bold;
}

.prod_ofo_bold {
	color: #277FA4;
	font-weight: bold;
}

#prod_oem_btn {
	background-image: url("images/home/btn_more.png");
	width: 140px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 30px;
}

#prod_sms_btn {
	background-image: url("images/home/btn_more.png");
	width: 140px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 28px;
}

#prod_ofo_btn {
	background-image: url("images/home/btn_more.png");
	width: 140px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 27px;
}

#prod_oem_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

#prod_sms_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

#prod_ofo_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

/*
-------------------------------------------------	
	Contenu (Corps)
-------------------------------------------------	
*/
#content_header_product_name_logo {
	font-family: Arial;
	font-size: 28px;
}

#content {
	width: 986px;
	margin: 0 auto;
	padding: 0px;
}

#content_top {
	background-image: url('images/content/content_top.png');
	background-repeat: no-repeat;
	width: 986px;
	height: 26px;
}

#content_mid {
	background-image: url('images/content/content_center.png');
	background-repeat: repeat-y;
	width: 986px;
	min-height: 650px;
}

#content_bot {
	background-image: url('images/content/content_bottom.png');
	background-repeat: no-repeat;
	width: 986px;
	height: 26px;
}

#content_header_product {
	position: relative;
	margin: 0 45px;
	height: 70px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C6C6C6;
}

#content_header_product_name {
	margin-top: 10px;
	float: left;
}

#content_header_product_actions {
	float: right;
	width: 300px;
}

#content_header_product_actions_ul {
	float: right;
}

#content_header_product_actions_ul li {
	float: left;
	display: block;
	margin-right: 3px;
}

/* Les différentes actions */
.product_actions {
	margin-left: 10px;
	width: 67px;
	height: 66px;
}

.product_actions_text {
	display: block;
	width: 100%;
	height: 100%;
}

#product_actions_acheter_oem,#product_actions_acheter_oem_selected {
	background-image: url('images/content/actions/buy.png');
}

#product_actions_acheter_oem:hover,#product_actions_acheter_oem_selected
	{
	background-image: url('images/content/actions/buy_green.png');
}

#product_actions_telecharger_oem,#product_actions_telecharger_oem_selected
	{
	background-image: url('images/content/actions/download.png');
}

#product_actions_telecharger_oem:hover,#product_actions_telecharger_oem_selected
	{
	background-image: url('images/content/actions/download_green.png');
}

#product_actions_acheter_sms,#product_actions_acheter_sms_selected {
	background-image: url('images/content/actions/buy.png');
}

#product_actions_acheter_sms:hover,#product_actions_acheter_sms_selected
	{
	background-image: url('images/content/actions/buy_orange.png');
}

#product_actions_telecharger_sms,#product_actions_telecharger_sms_selected
	{
	background-image: url('images/content/actions/download.png');
}

#product_actions_telecharger_sms:hover,#product_actions_telecharger_sms_selected
	{
	background-image: url('images/content/actions/download_orange.png');
}

#product_actions_acheter_ofo,#product_actions_acheter_ofo_selected {
	background-image: url('images/content/actions/buy_soft.png');
}

#product_actions_acheter_ofo:hover,#product_actions_acheter_ofo_selected
	{
	background-image: url('images/content/actions/buy_soft_blue.png');
}

#product_actions_telecharger_ofo,#product_actions_telecharger_ofo_selected
	{
	background-image: url('images/content/actions/download.png');
}

#product_actions_telecharger_ofo:hover,#product_actions_telecharger_ofo_selected
	{
	background-image: url('images/content/actions/download_blue.png');
}

#product_actions_play_ofo,#product_actions_play_ofo_selected {
	background-image: url('images/content/actions/play.png');
}

#product_actions_play_ofo:hover,#product_actions_play_ofo_selected {
	background-image: url('images/content/actions/play_blue.png');
}

#content_main {
	margin: 0 45px;
	padding-bottom: 10px;
	position: relative;
}

#content_main_data {
	width: 623px;
}

.data {
	margin-top: 20px;
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.data_table ul,.data_table ol {
	color: #717171;
	font-size: 14px;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-position: outside;
	margin-left: 30px;
}

.data_table td {
	vertical-align: top;
}

.data_table td {
	padding: 3px;
}

.nav {
	margin-top: 10px;
	height: 30px;
}

#content_tarifs {
	font-family: Tahoma;
}

#content_tarifs_emailing_more {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #383838;
	max-width: 500px;
}

.content_tarifs_produit {
	margin-bottom: 20px;
}

.content_tarifs_logo {
	padding-top: 10px;
	padding-bottom: 20px;
}

.content_tarifs_typeAchat {
	font-family: Arial;
	font-size: 28px;
}

.content_tarifs_grille_blocsoustitre {
	border-bottom: 2px solid #333333;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 15px;
	padding-bottom: 5px;
}

.content_tarifs_grille_soustitre {
	color: black;
	font-size: 22px;
	font-family: Arial;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 0px !important;
	text-align: center;
}

.content_tarifs_grille {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
	overflow: hidden;
}

.content_tarifs_grille_bloc {
	margin: 20px auto;
	width: 600px;
	text-align: center;
	height: 120px;
}

.content_tarifs_grille_descriptif {
	margin: 20px 15px auto;
	font-size: 12px;
	font-color: grey;
	text-align: justify;
	color: #717171;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.content_tarifs_grille_mention {
	margin: 20px 15px auto;
	font-size: 11px;
	font-color: grey;
	text-align: justify;
	color: #717171;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.bloc_tarifs_a {
	display: block;
	text-decoration: none;
}

.bloc_tarifs {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}

.bloc_tarifs_oem {
	background-color: #21A016;
}

.bloc_tarifs_sms {
	background-color: #F68101;
}

.bloc_tarifs_ofo {
	background-color: #277FA4;
}

.bloc_tarifs_vide {
	background-color: none;
}

.bloc_tarifs_top {
	border-radius: 0px 10px 0px 0px;
	color: white;
	height: 60px;
}

.bloc_tarifs_top_quantite {
	padding-top: 5px;
	font-size: 21px;
	text-align: center;
}

.bloc_tarifs_top_unite {
	font-size: 17px;
	text-align: center;
}

.bloc_tarifs_middle {
	display: none;
	position: absolute;
	top: 52px; /*112*/
	color: white;
	text-decoration: none;
	text-align: center;
	width: 60px;
	left: 20px;
	font-size: 13px;
	border: 1px solid white;
	border-radius: 3px 3px 3px 3px;
	/*
	-moz-transition-property	: background-color ;
	-moz-transition-duration : 1s ;
	*/
}

.bloc_tarifs:hover>.bloc_tarifs_middle {
	display: block;
}

.bloc_tarifs_middle:hover { /*color: blue !important;*/
	
}

.bloc_tarifs_middle:active { /*color: red !important; */
	
}

.bloc_tarifs_bottom {
	font-size: 25px;
	text-align: center;
	border-radius: 0px 0px 0px 10px;
	background-color: #333333;
	color: white;
	height: 60px;
}

.bloc_tarifs_bottom_text {
	padding-top: 13px;
}
/* Menu à droite */
.content_main_menu_title {
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	color: #383838;;
}

#content_main_menu {
	width: 240px;
	position: absolute;
	right: 0;
	top: 0;
	font-family: Arial;
	font-size: 16px;
}

/*#content_main_menu_top {
	background-image: url('images/content/right_menu/top.png');
	height: 9px;
}*/
#content_main_menu_mid { /*
	background-image: url('images/content/right_menu/center.png');
	background-repeat: no-repeat;
	*/
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 0px 10px 0px 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 10px;
}

#content_main_menu_mid2 {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 0px 10px 0px 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	border: 5px solid red;
}

/*#content_main_menu_bot {
	background-image: url('images/content/right_menu/bottom.png');
	height: 9px;
}*/
.content_main_menu_list {
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	line-height: 23px;
	text-shadow: 1px 1px 1px #FFFFFF;
	min-height: 150px;
}

.content_main_menu_list_a {
	text-decoration: none;
	color: #383838;
}

#content_main_menu_list_oem {
	list-style-image: url('images/content/right_menu/puce_green.png');
}

.content_main_menu_list_a_oem:hover {
	color: #67BF06;
}

.content_main_menu_list_a_oem_selected {
	color: #67BF06;
	font-weight: bold;
}

#content_main_menu_list_sms {
	list-style-image: url('images/content/right_menu/puce_orange.png');
}

.content_main_menu_list_a_sms:hover {
	color: #F68101;
}

.content_main_menu_list_a_sms_selected {
	color: #F68101;
	font-weight: bold;
}

#content_main_menu_list_ofo {
	list-style-image: url('images/content/right_menu/puce_blue.png');
}

.content_main_menu_list_a_ofo:hover {
	color: #277FA4;
}

.content_main_menu_list_a_ofo_selected {
	color: #277FA4;
	font-weight: bold;
}

#content_main_menu_commitment {
	margin-top: 30px;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 0px 10px 0px 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #383838;
}

#content_main_menu_commitment_ul {
	margin: 0px;
	list-style-type: none;
	line-height: 24px;
}

#content_main_menu_commitment_ul li {
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 1px;
	margin-top: 5px;
}

#content_main_menu_commitment_more {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #383838;
	max-width: 700px;
}

.content_main_menu_commitment_more_block {
	margin: 20px;
	text-align: justify;
}

.content_main_menu_commitment_more_block_title {
	font-weight: bold;
	margin-bottom: 3px;
}

/*
-------------------------------------------------	
	Footer
-------------------------------------------------	
*/
.footer_separator {
	float: left;
	width: 3px;
	margin-top: 32px;
}

/* Footer 1 */
#footer1 {
	width: 986px;
	height: 220px;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/footer/footer.png');
	color: #BCBCBC;
	text-align: justify;
	font-family: Arial;
	font-size: 13px;
	vertical-align: middle;
}

.footer1_div {
	float: left;
	height: 220px;
}

/* Left */
#footer1_left {
	line-height: 23px;
	width: 205px;
}

#footer1_left_nom {
	margin-top: 35px;
	margin-left: 35px;
}

#footer1_left_list {
	list-style-image: url('images/footer/puce.png');
	margin-top: 10px;
	margin-left: 35px;
	list-style-position: inside;
}

#footer1_left_list a {
	text-decoration: none;
	color: #BCBCBC;
}

#footer1_left_list a:hover {
	text-decoration: underline;
}

/* Center */
.footer_center_text {
	margin-left: 43px;
	margin-right: 35px;
}

.footer_center_text_para {
	margin-top: 10px;
}

.footer_center_text a {
	color: #BCBCBC;
}

/* Center 1 */
#footer1_center1 a {
	text-decoration: none;
	color: #BCBCBC;
}

#footer1_center1 a:hover {
	text-decoration: underline;
}

#footer1_center1 {
	width: 235px;
	position: relative;
}

#footer1_center1_nom {
	margin-top: 36px;
	margin-left: 20px;
}

#footer1_center1_list {
	list-style-type: none;
	margin-top: 10px;
	list-style-position: inside;
	margin-left: 20px;
	line-height: 23px;
}

#footer1_center1_list li {
	
}

#footer1_center1_list li img {
	vertical-align: middle;
	vertical-align: text-top;
	margin-right: 5px;
}

/* Center 2 */
#footer1_center2 {
	width: 234px;
	position: relative;
}

#footer1_center2_nom {
	margin-top: 35px;
	margin-left: 20px;
}

#footer1_center2_divlist {
	margin-top: 25px; margin-left : 10px;
	float: left;
	margin-left: 10px;
}

#footer1_center2_divlist ul {
	list-style-type: none;
	margin-top: 6px;
	list-style-position: outside;
	margin-left: 10px;
}

#footer1_center2_divlist ul li {
	float: left;
}

#footer1_center2_divlist ul li img {
	width: 64px;
	height: 64px;
}

/* Right */
#footer1_right {
	width: 303px;
	position: relative;
}

#footer1_right_nom {
	margin-top: 35px;
	margin-left: 35px;
}

#footer1_right_partners {
	background-color: white;
	width: 150px;
	height: 100px;
	margin-left: 69px;
	margin-top: 20px;
	border-radius: 0px 5px 0px 5px;
}

#footer1_right_partners_carroussel {
	margin: 0 auto;
	width: 82px;
	padding-top: 9px;
}

#footer1_right_partners_carroussel li {
	float: left;
	list-style-type: none;
	position: absolute;
}

.footer1_right_partners_image {
	width: 82px;
	height: 82px;
}

/* Footer2 */
#footer2 {
	width: 986px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #676767;
	font-family: Arial;
	font-size: 11px;
	color: #676767;
	height: 15px;
}

#footer2 a {
	color: #676767;
	text-decoration: none;
}

#footer2 a:hover {
	text-decoration: underline;
}

#footer2_left {
	float: left;
	padding-left: 13px;
	width: 550px;
}

#footer2_right {
	float: right;
	padding-right: 13px;
}
