* {
	margin: 0;
	padding: 0;
}

/* information message */
.infomsg {
	color: #669900;
	font-weight: bold;
}

/* error message */
.errormsg {
	color: red;
	font-weight: bold;
}

/* OK message */
.ok {
	color: #28AB17;
	text-decoration: none;
}

/* KO message */
.ko {
	color: #FF0000;
	text-decoration: none;
}

body {
	background: #FFF url(../images/bg_header.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4d4f;
	background: #1d141d;
}

/* Define font size */
body,p,li,a {
	font-size: 14px;
}
h1,h2 {
	color: #733a73;
	font-size: 2em;
}
h3,h4,h5,h6 {
	font-size: 1.5em;
}
#leftmenu h3 {
	font-size: 1.1em;
}
#leftmenu ul li a {
	font-size: 1.1em;
	text-decoration: none;
}

hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #868686;
	border-top: 1px solid #fff;
	background: none;
	font-size: 0;
}

a {
	cursor: pointer;
	color: #7c3d7c;
}

p {
	color: #4b4b4b;
	font-weight: normal;
	margin-bottom: 5px;
	text-align:justify;
}

a img {
	border: none;
}

img {
	behavior: url(../js/iepngfix.htc);
}

#mainContainer {
	background: #FFF url(../images/bg_content_out.jpg) repeat-x top;
}

div.clearer {
	font-size: 0;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

div.flashclearer {
	font-size: 0;
	clear: both;
	height: 85px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

div.spacer {
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
}

div.spacer_20 {
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
}

div.spacer_10 {
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
}

div.spacer_30 {
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
}

/*
HEADER
*/
#header {
	background: #fff url(../images/bg_header.jpg) repeat-x top;
}

#header_in {
	height: 137px;
	position: relative;
	padding-top: 17px;
	width: 999px;
	margin: 0 auto;
}

#loginBar {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	font-weight: bold;
	margin: 0 4px 0 0;
}

#loginBar a {
	color: #FFF;
	text-decoration: none;
}

#loginLeft {
	background: url(../images/bg_login.jpg) no-repeat left top #746675;
	height: 20px;
	padding: 3px 5px 0 10px;
	margin: 0 1px 0 0;
	float: right;
}

#loginLeft a {
	margin: 0 5px;
}

#loginRight {
	background: url(../images/bg_lang.jpg) no-repeat right top #a0c62b;
	height: 20px;
	padding: 3px 10px 0 5px;
	float: right;
}

#loginRight li {
	float: left;
	padding: 0 9px 0 4px;
	background: url(../images/separ_lang.gif) no-repeat right;
}

#loginRight li.last {
	padding: 0 4px 0 4px;
	background: none;
}

#loginRight li a:hover,#loginRight li a.selected {
	color: #fff850;
}

#header #logo a {
	width: 266px;
	height: 87px;
}

#header #logo a {
	display: block;
	background: url(../images/logo.jpg);
	text-indent: -30000px;
	margin: 0 0 23px 10px;
	outline: none;
}

#slogan {
	text-indent: -30000px;
	position: absolute;
	right: 10px;
	top: 50px;
	background: url(../images/uptime.jpg) no-repeat;
	width: 485px;
	height: 54px;
}

#menu {
	background: url(../images/bg_menu.jpg) no-repeat right bottom;
	margin: 0 4px 0 0;
	height: 27px;
}

#menu ul {
	float: right;
}

#menu li {
	float: left;
	height: 27px;
}

#menu li a {
	color: #746677;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 19px;
	margin-right: 25px;
	padding: 0 0 8px 0;
	text-decoration: none;
}

#menu li .selected {
	background: url(../images/bul_menu.jpg) no-repeat center bottom;
}

#submenubg {
	background: url(../images/bg_submenu.jpg) bottom repeat-x #6e346e;
	min-height: 31px !important; 
	/*
	height: 31px;
	*/
}

#submenu {
	width: 999px;
	margin: 0 auto;
}

#submenu ul { /*float:right;*/
	margin-left: 220px;
}

#submenu ul li {
	float: left;
	padding: 6px 9px 7px 8px;
	background: url(../images/bg_sub_menu.png) no-repeat right;
}

#submenu ul li.last {
	border: none;
	background: none;
}

#submenu ul li a {
	color: #ccc;
	font-size: 1em;
	text-decoration: none;
}

#submenu ul li a.selected {
	color: #fff;
	font-weight: bold;
}

#submenu ul li a:hover {
	color: #fff;
}

/*
CONTENT
*/
#content {
	background: url(../images/bg_contentIE.jpg) repeat-y left;
	width: 999px;
	margin: 0 auto;
}

#topbg {
	background: url(../images/topbg.jpg) no-repeat top;
}

#contentBg {
	background: url(../images/bg_content.jpg) bottom right no-repeat;
	padding: 0 29px 45px 29px;
}

#content h1 {
	background: url(../images/bg_title.jpg) left no-repeat;
	height: 53px;
	margin: 29px 0 10px 0;
	padding: 0 0 0 12px;
}

#content h1 span {
	background: url(../images/bg_title_span.jpg) no-repeat right top;
	padding: 14px 20px 0 10px;
	height: 39px;
	float: left;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 0px 3px #96bb2c;
}

#content h3,h4 {
	color: #733a73;
	margin-bottom: 10px;
	margin-top: 15px;
}


.boxed {
	border: 1px solid #e3eaee;
	background: #fff;
}

.boxed h3 {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/bg_box_title.jpg) repeat-x #9bc11e;
	padding: 10px 0 10px 15px;
	margin-top: 0;
}

.boxed form input {
	border: none;
	background: none;
	text-align: center;
}

.boxed form input.add {
	border: 1px solid #cacccb;
	border-top-color: #6e706f;
	background: #FFF;
	width: 27px;
	height: 20px;
	text-align: center;
	color: #0c343c;
	float: left;
}

.boxed form .specialinput {
	width: 48px;
	margin: 0 auto;
	padding-top: 2px;
}

.boxed form .plus {
	width: 19px;
	height: 11px;
	background: url(../images/plus.png);
	text-indent: -30000px;
	cursor: pointer;
	display: block;
	font-size: 1px;
	float: right;
}

.boxed form .less {
	width: 19px;
	height: 11px;
	background: url(../images/moins.png) no-repeat;
	text-indent: -30000px;
	cursor: pointer;
	display: block;
	float: right;
}

.boxed h3 span {
	font-size: 16px;
	font-weight: normal;
}

/*
FOOTER
*/
#footer {
	background: url(../images/bg_footer.jpg) repeat-x top #1d141d;
	height: 200px;
}

#footer_in {
	width: 959px;
	padding: 0 20px;
	margin: 0 auto;
}

.links {
	width: 120px;
	float: left;
	margin: 5px 5px 0 0;
}

.links h2 {
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px 0;
}

.links ul li {
	margin-bottom: 10px;
}

.links ul li a {
	font-size: 0.8em;
	color: #eee;
	text-decoration: none;
}

.links ul li a:hover {
	color: #748384;
}

#footer_inscription {
	width: 134px;
	/*height:101px;*/
	padding: 35px 45px 35px 20px;
	float: right;
	background: #3f1c3f url(../images/footer_inscription.png) bottom
		no-repeat;
	position: relative;
	font-size: 19px;
}

#footer_inscription a {
	color: #fff;
	outline: none;
	text-decoration: none;
}

#footer_inscription strong {
	display: block;
	font-weight: normal;
}

#footer_inscription span {
	font-size: 14px;
	color: #b5da59;
}

#free_try {
	width: 122px;
	height: 115px;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -6px;
	outline: none;
}

#copy li {
	float: left;
	padding: 0 7px 0 8px;
	margin-top: 20px;
	border-right: 1px solid #748384;
	color: #748384;
}

#copy #first {
	padding-left: 0;
}

#copy li.last {
	border: none;
}

#copy li a {
	color: #748384;
	text-decoration: none;
}

#copy li a:hover {
	color: #fff;
}

/*
BOX
*/
.box_left_30 {
	width: 249px;
	border: 1px solid #e4eaee;
	margin-right: 33px;
	margin-bottom: 20px;
	padding: 0 20px 10px 20px;
	float: left;
	background: url(../images/bg_box_30.jpg) bottom repeat-x #FFF;
}

.box_left_30 h3 {
	margin-top: 8px;
}

/*
HOME
*/
#homeBody {
	height: 400px;
	margin-bottom: 20px;
}

#homeBody .boxLeft, .boxCenter, .boxRightTop,  .boxRightBottom {
	width: 249px;
	border: 1px solid #e4eaee;
	margin-right: 33px;
	margin-bottom: 0px;
	padding: 0 20px 0px 20px;
	float: left;
	background: url(../images/bg_box_30.jpg) bottom repeat-x #FFF;
	position: relative;
}

#homeBody h3 {
	margin-top: 8px;
}

#homeBody .boxLeft {
	height: 100%;
}

#homeBody .boxCenter {
	height: 100%;
}

#homeBody .boxRightTop {
	height: 55%;
	margin-right: 0;
}

#homeBody .boxRightMiddle {
	float: left;
	height: 5%;
	margin-right: 0;
}

.animatedCustomers {
	border: 1px solid silver;	
}

#homeBody .boxRightBottom {
	height: 40%;
	margin-right: 0;
}

#flash {
	background: url(../images/bg_flash.jpg) repeat-x;
	height: 298px;
}

#flashcenter {
	width: 1000px;
	margin: 0 auto;
}

#flashobject {
	position: absolute;
	z-index: 11;
	height: 376px;
	width: 1000px;
}

#noflash {
	background: url(../images/home-banner/webmaster.jpg) no-repeat;
	margin-left: 11px;
	height: 298px;
}
#noflash #left {
	width: 610px;
	float: left;
	text-align: right;
	margin-right: 30px;
}	
#noflash #left h1{
	padding-top: 20px;
	font-size: 24px;
}
#noflash #left h2{
	padding-top: 10px;
	font-size: 16px;
}

#noflash #right {
	float: right;
	width: 340px;
}
#noflash #right .register{
	float: right;
	background: url(../images/bouton_essais.png) no-repeat;
	width: 318px;
	height: 74px;
	color: white;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	padding-right: 20px;
}

#noflash #right ul li{
	list-style: disc;
	margin-left: 25px;
	padding-bottom: 10px;
	width: 250px;
}

#noflash #right .function{
	float: right;
	width: 138px;
	height: 37px;
	background: url(../images/bouton_char_func.png) no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 25px;
	text-decoration: none;
}

#noflash #bottom {
	position: absolute;
	top: 295px;
	width: 900px;
}
#noflash #bottom .tab{
	float: left;
	background: url(../images/bouton_menu_foreground.png) no-repeat;
	color: white;
	font-weight: bold;
	width: 150px;
	height: 77px;
	padding: 20px 5px 10px 5px;
	text-align: center;
	text-decoration: none;
}

#newsIndex li {
	clear: both;
	border-bottom: 1px solid #dedada;
	padding: 0 0 10px 0;
	margin: 0 0 4px 0;
}

#newsIndex #lastnews {
	border-bottom: none;
}

#newsIndex li .newsDate {
	width: 30px;
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 4px;
}

#newsIndex li h4 {
	margin: 0;
	float: right;
	width: 211px;
	line-height: 14px;
}

#newsIndex li h4 a {
	color: #4a4b4b;
	text-decoration: none;
}

#newsIndex li .newsDate .month {
	display: block;
	background: #764276;
	padding: 4px 0;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

#newsIndex li .newsDate .day {
	display: block;
	background: url(../images/day.jpg) bottom;
	font-size: 10px;
	text-align: center;
	padding: 2px 0;
	color: #764276;
}

.newsDate .year {
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	color: #764276;
}

#newsIndex li .newsDate .year {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	color: #764276;
}

.whitebtn {
	color: #89a929;
	background: url(../images/white-btn.jpg) top;
	width: 244px;
	height: 26px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 0 0;
	position: absolute;
	bottom: 10px;
}
a.whitebtn{
	text-decoration: none;
}

#content .whitebtn:hover {
	color: #5a6d21;
	text-decoration: none;
}

#homepartner {
	width: 126px;
	height: 66px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#quotation {
	font-size: 16px;
	font-style: italic;
	color: #4a4b4b;
}

#quotation strong {
	color: #89a929;
}

#partnername {
	font-size: 12px;
	color: #683468;
	margin: 20px 0 35px 0;
	height: 30px;
}

#homeFeatures {
	padding-bottom: 2px !important;
	padding: 0;
}

#homeFeatures li {
	width: 250px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../images/carac_bottom.gif) no-repeat bottom right;
}

#homeFeatures li a {
	width: 200px;
	display: block;
	padding: 8px 5px 0 0;
	padding-left: 45px;
	line-height: 13px;
	color: #4a4b4b;
	text-decoration: none;
	background: url(../images/carac_top.gif) no-repeat top right;
}

#homeFeatures li a:hover {
	text-decoration: none;
}

#homeFeatures li a img {
	width: 38px;
	height: 38px;
	position: absolute;
	margin-left: -50px;
	margin-top: -8px;
}

.homeService {
	width: 425px;
	float: left;
	margin-top: 15px;
}

#homeServiceCol {
	padding-right: 19px;
	margin-right: 19px;
	border-right: 1px #8d8d8d solid;
	z-index: 2;
}

#rss {
	position: absolute;
	width: 30px;
	height: 26px;
	margin-left: 233px;
	margin-top: 6px;
}

#rss a {
	display: block;
	width: 30px;
	height: 26px;
	background: url(../images/rss.gif) no-repeat;
	text-indent: -30000px;
}

/*
LOGIN PAGE
*/
#plogin {
	width: 825px;
	margin: 0 auto;
	height: 250px;
	padding-top: 15px;
}

#plogin #ploginRight {
	color: #793d79;
	padding-top: 15px;
}

/*
CONTACT
*/
.inputs {
	display: block;
	margin-top: 20px;
	clear: both;
}

#lastinput {
	margin-bottom: 5px;
}

.inputs input {
	width: 250px;
	color: #4C4D4F;
}

.inputs select {
	margin: 8px 0 0 0;
}

.inputs textarea {
	height: 164px;
	background: url(../images/textarea.jpg) no-repeat;
	border: none;
	width: 250px;
	padding: 8px;
	color: #4C4D4F;
}

.inputs label {
	width: 120px;
	margin-right: 5px;
	float: left;
	line-height: 29px;
}

.formindent {
	margin-left: 125px;
	margin-top: 10px;
}

.formbtn {
	width: 200px;
	height: 49px;
	text-align: center;
	background: url(../images/formbtn.png);
	behavior: url(../js/iepngfix.htc);
	border: none;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	font-size: 18px;
	cursor: pointer;
}

#chatwithme {
	background: url(../images/chatwithmeleft.png) left no-repeat;
	height: 65px;
	margin: 29px 0 35px 0;
	padding: 0 0 0 12px;
	display: block;
}

a#chatwithme {
	text-decoration: none;
}

#chatwithme span {
	background: url(../images/chatwithme.png) right;
	padding: 29px 65px 0 10px;
	height: 36px;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
}

#contentBg #chatwithme :hover {
	text-decoration: none;
}

#supportedLanguage {
	margin-left: 215px;
	font-size: 12px;
	padding-right: 15px;
}

/*
SIMPLE CONTENT PAGE
*/
#simpleContent {
	width: 580px;
	float: left;
}

#simpleContentRight {
	float: right;
	width: 340px;
}

ul#reasons li {
	margin: 0 0 30px 80px;
}

ul#reasons li h2 span {
	position: absolute;
	margin-left: -60px;
	text-align: right;
	height: 38px;
	width: 38px;
	font-size: 34px;
	background: url(../images/reasons.gif) no-repeat;
	color: #FFF;
	font-weight: normal;
}

ul#reasons li h2  {
	font-size: 1.6em;
}

.btn_315 {
	background: url(../images/btn_315_in_01.png) no-repeat top;
	padding: 11px 0 0 0;
	width: 315px;
}

.btn_315 .innerbtn {
	background: url(../images/btn_315.png) bottom;
	text-align: center;
	padding: 0 0 20px 0;
	text-shadow: 0px 0px 3px #96bb2c;
}

.btn_315 .innerbtn a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

#contentBg  .btn_315 .innerbtn a:hover {
	text-decoration: none;
	color: #e7eed5;
}

.btn_315 .innerbtn strong {
	display: block;
	font-size: 43px;
	font-weight: normal;
	margin: 0;
}

.btn_315_orange {
	background: url(../images/btn_315_in_1_orange.png) no-repeat top;
	padding: 11px 0 0 0;
	width: 315px;
}

.btn_315_orange .innerbtn {
	background: url(../images/btn_315_orange.png) bottom;
	text-align: center;
	padding: 0 0 20px 0;
	text-shadow: 0px 0px 3px #96bb2c;
}

.btn_315_orange .innerbtn a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

#contentBg  .btn_315_orange .innerbtn a:hover {
	text-decoration: none;
	color: #e7eed5;
}

.btn_315_orange .innerbtn strong {
	display: block;
	font-size: 43px;
	font-weight: normal;
	margin: 0;
}
/*
CARACTERISTIQUES
*/
#leftmenu {
	width: 215px;
	float: left;
}

#leftmenu #top {
	height: 1px;
	display: block;
	background: url(../images/left_menu.jpg) no-repeat center top;
	font-size: 1px;
	line-height: 1px;
}

#leftmenu #topsecondmenu {
	height: 1px;
	display: block;
	background: url(../images/left_menu.jpg) no-repeat center top;
	font-size: 1px;
	line-height: 1px;
}

#leftmenu h3 {
	background: url(../images/bg_box_title.jpg) repeat-x top #9bc120;
	margin: 0;
	padding: 10px 21px;
	width: 165px;
	border: 1px solid #e3eaee;
	border-top: none;
	border-bottom: none;
	margin-left: 3px;
	color: #4b4b4b;
	font-weight: bold;
}

#leftmenu ul {
	margin-bottom: 25px;
	background: url(../images/left_menu.jpg) no-repeat center bottom;
	padding: 5px 0;
}

#leftmenu ul li {
	padding: 4px 0 7px 0;
	background: url(../images/left_menu_separate.jpg) center bottom
		no-repeat;
}

#leftmenu ul li.last {
	background: url(../js/blank.gif);
}

#leftmenu ul li a {
	display: block;
	padding: 10px 23px 10px 23px;
	font-weight: bold;
	color: #733A73;
}

#leftmenu ul li a:hover {
	color: #af58af;
	text-decoration: none;
}

#leftmenu ul .selected {
	background: url(../images/selected_leftmenu_back.png) no-repeat top;
	behavior: url(../js/iepngfix.htc);
}

#leftmenu ul li a.selected {
	display: block;
	background: url(../images/selected_leftmenu.jpg);
	color: #fff;
}

#right_content {
	width: 700px;
	float: left;
	margin-left:20px;
}

#right_content.detailedFeatureContent {
	width: 670px;
	margin-top:-30px;
	
}

#right_content.detailedFeatureContent p{
	text-align: justify;
}

#right_content.detailedFeatureContent ul {
	width: auto;
	margin-bottom: 5px;
}

#right_content #intro {
	margin-top: -50px;
	padding-right: 220px;
}

#right_content #freeTrial {
	margin-top: -15px;
	margin-left: 500px;
}

#right_content #featuresListDownload {
	position: absolute;
	top: 545px;
	margin-left: 550px
}

#right_content.detailedFeatureContent #caracbtn {
	margin-top:20px;
}

#right_content h3 {
	padding: 0px 0 5px 0;
}

#right_content h3 span {
	padding: 0 0 0 50px;
}

#right_content h3 img {
	position: absolute;
	margin-top: -8px;
}

#right_content ul {
	width: 330px;
	/*float: left;*/
	padding: 0 0 0 20px;
}

#right_content ul li {
	padding: 0 0 3px 10px;
	background: url(../images/bullet.gif) no-repeat top left;
}

#right_content ul li a{
	text-decoration: none;
}

#seo {
}

#seo .whitebtn {
	margin-top: 15px;
	position: relative;
}

#right_content_seo {
	width: 600px;
	float: right;
}
#right_content_seo #freeTrial {
	position: absolute;
	margin-top: -5px;
	margin-left: 395px
}
#right_content_seo ul {
	padding: 0 0 0 20px;
}

#right_content_seo ul li {
	padding: 0 0 3px 10px;
	background: url(../images/bullet.jpg) no-repeat top left;
}

#right_content_seo #sellingPoint {
	text-align: center;
	font-size: 1.2em;
	margin: 0 60px 0 60px;
	font-weight: bold;
	text-color: #800080;
}

#right_content_seo #inscriptionform {
	width: 404px;
	margin-left: 75px;
	padding-top: 60px;
	margin-top: 30px;
}

#postRegister {
	width: 800px;
}

#postRegister ul{
	width: 600px;
	margin-left:100px;
}
#postRegister ul li{
	padding-bottom: 20px;
}
#postRegister strong{
	text-decoration: underline;
}

#postRegister .submit {
	width:200px;
	height:49px;
	background:url(../images/formbtn.png) no-repeat;
	behavior: url(../js/iepngfix.htc);
	background-position:center center;
	border:none;
	font-weight:bold;
	color:#fff;
	margin-top:5px;
	font-size:1.1em;
	margin:10px 0 10px 250px;
}


#caracbtn {
	position: absolute;
	margin-top: -50px;
	margin-left: 490px
}

.btn_210 {
	background: url(../images/btn_210.png) no-repeat top;
	padding: 6px 0 0 0;
	width: 210px;
}

.btn_210 .innerbtn {
	background: url(../images/btn_210_inner.png) bottom;
	text-align: center;
	padding: 0 0 9px 0;
	text-shadow: 0px 0px 3px #96bb2c;
}

.btn_210 .innerbtn a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#content .btn_210 .innerbtn a:hover {
	text-decoration: none;
	color: #e7eed5;
}

.btn_210 .innerbtn a strong {
	display: block;
	font-size: 28px;
	text-decoration: none;
}

/*
FONCTIONNEMENT
*/
#box_fonctionnement {
	
}

#box_fonctionnement #left {
	float: left;
	width: 410px;
	height: 288px;
	background: #FF9;
	border: 1px #e3eaee solid;
	border-right: none;
}

#slider {
	width: 471px;
	height: 238px;
	padding-top: 50px;
	background: #fff url(../images/bg_box.jpg) repeat-x bottom;
	border: 1px #e3eaee solid;
	overflow: hidden;
}

#sliderIn {
	margin: 0 0 10px 0;
	width: 471px;
	height: 288px;
	overflow: hidden;
	position: relative;
}

.item {
	display: block;
	width: 390px;
	height: 180px;
	padding: 0 45px;
	line-height: 16px;
}

.item h3 {
	margin: 0 0 20px 0;
	color: #733a73;
	font-weight: normal;
}

/* controls styling */
.prev_btn,.next_btn {
	width: 41px;
	height: 37px;
	display: block;
	position: absolute;
	text-indent: -30000px;
	margin-top: -218px;
	z-index: 10;
	cursor: pointer;
}

.prev_btn {
	background: url(../images/leftbtn.png);
	behavior: url(../js/iepngfix.htc);
	margin-left: -12px;
}

.next_btn {
	background: url(../images/rightbtn.png);
	behavior: url(../js/iepngfix.htc);
	margin-left: 445px;
}

.num_nav {
	position: absolute;
	margin: -75px 0 0 45px;
}

.num_nav ul li {
	display: block;
	margin: 0 2px;
	width: 11px;
	height: 11px;
	float: left;
	text-indent: -20000px;
}

.num_nav ul li a {
	background-color: #663366;
	display: block;
	width: 11px;
	height: 11px;
	font-size: 3px;
}

.num_nav ul li a.active {
	background-color: #a0c429;
}

.btn_over {
	color: #fff;
	border: 1px solid #fff;
	background-color: #80301D;
}

/* MOBILE PAGE */
#mobilePage {
	height: 400px;
}

#mobileslide #slider {
	padding-left: 410px;
	margin-bottom: 75px;
	width: 525px;
	margin-top: 150px;
}

#mobileslide #slider #sliderIn {
	width: 521px;
}

#mobileslide #slider  .item {
	width: 430px;
}

#mobileslide #iphone {
	position: absolute;
	top: 300px;
	margin-left: 75px;
}

#mobileslide #slider .next_btn {
	margin-left: 500px;
}

#topmobile {
	width: 500px;
	position: absolute;
	margin-left: 400px;
	top: 300px;
	text-align: right;
	font-size: 18px;
}

#polaris {
	width: 900px;
	margin-left: 30px;
}

#polaris p.nextToImage {
	width: 550px;
	margin-left: 300px;
	margin-top: -85px;
}
	
/*
PRICING
*/
#pricing {
}

#pricing #freeTrial {
	position: inherit;
	margin-right: 355px;
	margin-top: -30px;
}

#pricing .definition {
	width: 780px;
}

.borded {
	border: 1px solid #868686;
	border-left: none;
	border-right: none;
}

.box_left {
	width: 450px;
	float: left;
	margin-bottom: 1px;
}

.box_right {
	width: 450px;
	margin-left: 480px;
	margin-bottom: 1px;
}

#btn_combien {
	position: absolute;
	margin: -120px 0 0 580px;
}

#footerbigger {
	margin-bottom: 50px;
}

.currency {
	background: url(../images/right_devise.png) right no-repeat;
	width: 140px;
	position: absolute;
	margin-left: 818px;
	margin-top: -45px;
	text-align: right;
	padding-right: 8px;
	height: 34px;
}

.innercurrency {
	height: 23px;
	padding: 11px 8px 0 0;
	background: url(../images/right_devise_in.png) left no-repeat;
	color: #fff;
	font-weight: bold;
}

.innercurrency a {
	color: #7a991a;
	padding: 0 3px;
	text-decoration: none;
}

#content .innercurrency a:hover {
	text-decoration: none;
}

.innercurrency .selectedcurrency {
	color: #fff;
}

#topcurrency {
	margin-top: -80px
}

#combienbtn {
	clear: both;
	position: absolute;
	margin-top: -20px;
	margin-left: 350px;
}

/*
SIMULATEUR
*/
#refresh {
	display: block;
	height: 59px;
	background: url(../images/refreshitright.png) right top no-repeat;
	position: absolute;
	right: 70px;
	margin-top: -58px;
	padding-right: 41px;
}

#refresh a {
	background: url(../images/refreshit.png) no-repeat top left;
	height: 39px;
	display: block;
	float: left;
	padding: 20px 5px 0 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
}

.relative {
	position: relative;
}

#content #refresh a:hover {
	text-decoration: none;
}

#btnsimul {
	clear: both;
	position: absolute;
	margin-left: 310px;
	margin-top: -40px;
}

#tester  input {
	height: 15px;
	background: url(../images/largeinput.jpg) no-repeat;
	border: none;
	width: 569px;
	padding: 6px 8px 8px 8px;
	color: #4C4D4F;
	line-height: 12px;
	font-size: 12px;
}

#tester label {
	width: 120px;
	margin-right: 5px;
	float: left;
	line-height: 29px;
}

#tester #submittest {
	width: 189px;
	background: url(../images/testbtn.png);
	position: absolute;
	height: 34px;
	cursor: pointer;
	color: #FFF;
	font-size: 18px;
	line-height: 14px;
	padding: 0 0 6px 0;
	margin-left: 10px;
	margin-top: -2px;
}

/*
INSCRIPTION
*/
.jsslider {
	margin-top: 25px;
}

#testimony {
	width: 413px;
	padding-top: 25px;
	padding-bottom: 20px;
	height: 254px;
	position: relative;
}

#testimonyLeft {
	width: 150px;
	float: left;
	padding: 0 0 10px 0;
}

#testimonyLeft h3 {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 14px;
}

#testimonyRight {
	padding: 50px 0 0 0;
	float: right;
	width: 260px;
	line-height: 22px;
	text-indent: 20px;
	font-style: oblique;
	background: url(../images/citation.gif) no-repeat;
	height: 166px;
}

#inscriptionform {
	width: 404px;
	margin-left: 250px;
	padding-top: 60px;
	margin-top: 0px;
}

#inscriptionform h1 {
	width: 440px;
	margin-top: -45px;
	margin-left: -28px;
	height: 45px;
	background: url(../images/inscr_title.jpg) no-repeat;
	color: #fff;
	font-size: 1.8em;
	line-height: 30px;
	padding: 11px 0 0 23px;
}

.btn_form {
	background: url(../images/frombtntop.png) no-repeat top;
	padding: 12px 0 0 0;
	width: 200px;
	margin-top: 5px;
}

.btn_form .innerbtn {
	background: url(../images/frombtnbot.png) bottom;
	text-align: center;
	padding: 0 0 1px 0;
	text-shadow: 0px 0px 3px #96bb2c;
}

.btn_form .innerbtn a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 12px;
}

#content .btn_form .innerbtn a:hover {
	text-decoration: none;
	color: #e7eed5;
}

.btn_form .innerbtn a strong {
	display: block;
	font-size: 18px;
}

#inscriptionform label {
	width: 155px;
	margin-right: 10px;
}

#inscriptionform .inputs input {
	width: 210px;
	order-right: 1px solid #e7e7e7;
}
#inscriptionform .inputs .textinput {
	width: 210px;
	order-right: 1px solid #e7e7e7;
}

#inscriptionform .inputs {
	margin-top: 13px;
}

#inscriptionform .inputs .termsOfService {
	
}

#inscriptionform .inputs .termsOfService label {
	width: 355px;
	font-size: 1em;
}

#inscriptionform .formbtn {
	border-right: none;
	width: 200px;
}

#inscriptionform .formindent {
	margin-left: 165px;
}

#inscriptionform #smallerinput {
	margin-top: 3px;
}

#inscriptionform .checkbox,.checkbox {
	padding: 0;
	background: none;
	border-right: none;
}

#testimonyLeft img {
	background: #FFF;
	padding: 4px;
	border: 1px solid #cdc0cd;
}

#slide_inscription {
	float: right;
	height: 288px;
	width: 467px;
	border: 1px solid #E3EAEE;
	border-left: none;
}

.whitebtn_page {
	color: #89a929;
	background: url(../images/white-btn.jpg) left;
	height: 26px;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 12px;
	font-style: normal;
	text-indent: 0;
	position: absolute;
	text-align: center;
	margin: 180px 0 0 0;
	right: 10px;
	width: auto !important;
	width: 200px;
}

#content .whitebtn_page:hover {
	color: #5a6d21;
	text-decoration: none;
}

.whitebtn_page span {
	background: url(../images/white-btn.jpg) right;
	line-height: 16px;
	padding-right: 10px;
	display: block;
	height: 22px;
	padding-top: 4px;
}

.whitebtn_slider {
	color: #89a929;
	background: url(../images/white-btn.jpg) left;
	height: 26px;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 12px;
	font-style: normal;
	text-indent: 0;
	position: absolute;
	text-align: center;
	margin: -105px 0 0 250px;
	width: 200px;
}

#content .whitebtn_slider:hover {
	color: #5a6d21;
	text-decoration: none;
}

.whitebtn_slider span {
	background: url(../images/white-btn.jpg) right;
	line-height: 16px;
	padding-right: 10px;
	display: block;
	height: 22px;
	padding-top: 4px;
}

/*
TYPO
*/
.box {
	border: 1px solid #e3eaee;
	padding: 0 25px 25px 25px;
	background: url(../images/bg_box.jpg) #fff repeat-x bottom;
}

.box h3 {
	font-size: 16px;
	margin: 25px 0 0 0;
}

#col_50 {
	width: 405px;
	float: left;
	margin-right: 20px;
}

#col_50_right {
	width: 460px;
	float: right;
	position: relative;
}

#col_50_right .btn_315 {
	margin: 0 auto;
	margin-bottom: 30px;
}

#content a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #AF58AF;
}

.input {
	background: #fff;
	border: 1px solid #c3c3c3;
	margin: 10px 0;
	padding: 5px;
	height: 20px;
	color: #b1aeb1;
	display: block;
	width: 240px;
}

.button {
	background: url(../images/button_left.jpg) no-repeat;
	height: 39px;
	padding-left: 10px;
}

.button input {
	color: #fff;
	display: inline;
	height: 39px;
	border: none;
	height: inherit;
	margin: 0 auto;
	padding: 0px 15px 5px 5px;
	cursor: pointer;
	background: url(../images/button_right.jpg) right top no-repeat;
	font-size: 18px;
}

img {
	behavior: url(../js/iepngfix.htc);
}

span {
	
}

ul {
	
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 50px;
	padding-bottom: 10px;
}

object {
	outline: none;
}

#last {
	margin-right: 0;
}

#lastlittlebox {
	margin-right: 0;
}

#rightbtn {
	float: right;
}

/* MULTICOL */
#multicol {
	width: 890px;
	margin-top: 15px;
	background: url(../images/multicol.gif) left repeat-y;
	padding: 0;
}

.columnized div {
	float: left;
	width: 415px;
	/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	padding: 0 15px;
	/* You may use a padding... but thanks to IE you can only use pixels! */
	position: relative; /* Needed when using a 'read-on'-text */
	text-align: justify;
	margin: 0;
	height: auto !important;
}

/* HOW IT WORKS */
#howitworks {
}

#howitworks #slider {
	width: 470px;
	height: 258px;
	padding-top: 30px;
}

/* TESTIMONIALS */
#testimonials {
	height: 2150px;
	width: 800px;
}

#testimonialLeft {
	width: 150px;
	float: left;
	padding: 0 0 10px 0;
}

#testimonialRight {
	padding: 30px 0 0 0;
	float: right;
	width: 550px;
	line-height: 22px;
	text-indent: 25px;
	font-style: oblique;
	background: url(../images/citation.gif) no-repeat;
}

#testimonialRight h3 {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
}

#testimonialRight h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
}

#testimonialRight strong {
	display: block;
	background: url(../images/quotation.gif) no-repeat bottom right;
	font-weight: normal;
	padding-bottom: 20px;
}

#testimonials #slider {
	width: 780px;
	height: 220px;
	padding-top: 10px;
}

#testimonials #sliderIn {
	width: 750px;
	height: 260px;
}

#testimonials .item {
	width: 700px;
}

#testimonials .next_btn {
	margin-left: 755px;
}

#testimonials img {
	border-color: silver;
}

/* BOUTON 210PX MAUVE */
.btn_210_purple {
	background: url(../images/btn_210_purple.png) no-repeat top;
	padding: 6px 0 0 0;
	width: 210px;
}

.btn_210_purple .innerbtn {
	background: url(../images/btn_210_inner_purple.png) bottom;
	text-align: center;
	padding: 0 0 9px 0;
	text-shadow: 0px 0px 3px #542a54;
}

.btn_210_purple .innerbtn a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 12px;
}

#content .btn_210_purple .innerbtn a:hover {
	text-decoration: none;
	color: #ffdbff;
}

.btn_210_purple .innerbtn a strong {
	display: block;
	font-size: 28px;
}

/* BOUTON 210PX ORANGE */
.btn_210_orange {
	background: url(../images/btn_210_orange.png) no-repeat top;
	padding: 6px 0 0 0;
	width: 210px;
}

.btn_210_orange .innerbtn {
	background: url(../images/btn_210_inner_orange.png) bottom;
	text-align: center;
	padding: 0 0 9px 0;
	text-shadow: 0px 0px 3px #542a54;
}

.btn_210_orange .innerbtn a {
	display: block;
	outline: none;
	color: #fff;
	font-size: 12px;
}

#content .btn_210_orange .innerbtn a:hover {
	text-decoration: none;
	color: #ffdbff;
}

.btn_210_orange .innerbtn a strong {
	display: block;
	font-size: 28px;
}
/* FAQ */
#faq {
}

#faq #right_content {
	width: 440px;
	margin-top: -10px;
}
#faq ol {
	margin-left: 10px;
	margin-bottom: 10px;
}

#faq #right_content ul {
	width: 440px;
}

#faq #right_content #protocolsection {
	width: 610px;
}

.contact_box {
	background:#fff url(../images/bg_vbox_contact_bottom.png) no-repeat left bottom; 
	position: absolute;
	top: 345px;
	margin-left: 496px;
	display: block;
	padding:0px 13px 0px 13px; 
	width:189px;
}
.contact_box h3{
	background:#cccbcb url(../images/bg_vbox_contact_top.png) no-repeat 0 0; 
	color:#3e434a; 
	font:bold 13px/18px Arial; 
	text-shadow:1px 1px 0 #fff;
	text-align: center;
	margin:0px -13px 0px -13px;
}
.contact_box .figure{
	display:inline; 
	float:left; 
	margin:0 13px 3px 0;
}
.contact_box p{
	border-bottom:1px solid #d5dde6; 
	margin-bottom:18px; 
	padding-bottom:18px;
}
.contact_box .last{border:none; margin:0;}

#faq #contact h3 {
	margin-top: -20px;
}

#faq #related_faq {
	margin-top: 30px;
	padding-top: 20px;
	width: 500px;
	padding-bottom: 10px;
}
#faq #related_faq p {
	margin-bottom: 10px;
}


#faq #right_content #protocolsection #headerErrorTypes p {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#faq #right_content #protocolsection #contentErrorTypes p {
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 50px;
}

#faq h3.section {
	margin-top: 1em;
}

#partners {
	width: 620px;
}

#partners p {
	padding: 0 50px 0 0;
}

#partners a {
	font-size: 12px;
	text-decoration: none;
}

#partners #testimonialRight {
	padding: 30px 0 0 0;
	float: right;
	width: 460px;
	line-height: 22px;
	text-indent: 25px;
	font-style: oblique;
	background: url(../images/citation.gif) no-repeat;
}

#partners #testimonialLeft {
	width: 120px;
	float: left;
	padding: 20px 0 0 0;
	vertical-align: bottom;
}

#partners ul li{
	list-style: disc;
	margin-left: 50px;
	padding-bottom: 10px;
}
		

#aboutUs {
	width: 600px;
}

#aboutUs img {
	align: center;
}

#aboutUs #testimonialRight {
	margin-left: 15px;
	padding: 20px 0 0 0;
	float: right;
	width: 275px;
	line-height: 18px;
	text-indent: 30px;
	font-style: oblique;
	background: url(../images/citation.gif) no-repeat;
}

#aboutUs #testimonialLeft {
	padding: 20px 0 0 0;
	float: left;
	width: 275px;
	line-height: 18px;
	text-indent: 30px;
	font-style: oblique;
	background: url(../images/citation.gif) no-repeat;
}

#aboutUs #testimonialLeft h3 {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
}

#aboutUs #testimonialLeft h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
}

#aboutUs #testimonialLeft strong {
	display: block;
	background: url(../images/quotation.gif) no-repeat bottom right;
	font-weight: normal;
	padding-bottom: 20px;
}

#freeTrial {
	width: 210px;
	position: absolute;
	margin-left: 660px;
	top: 205px;
	color: #733a73;
	float: right;
}

#freeTrial a{
	text-decoration: none;
}

#press {
	width: 800px;
}

#press h3 {
	width: 600px;
	margin-left: 50px;
}

#press p {
	width: 600px;
	margin-left: 50px;
}

#press #download {
	position: relative;
	float: right;
	right: -10px;
	top: -100px;
	text-align: center;
}

#press #download a {
	text-decoration: none;
}

hr {
	border: 1px dotted #542a54;
	border-style: none none dotted;
}

#mainContainer #content .btn_form_input {
	background: url(../images/formbtn.png) no-repeat top;
	padding: 12px 0 13px 0;
	width: 197px;
	margin-top: 5px;
	margin-left: 165px;
	margin-bottom: 1px;
	text-shadow: 0px 0px 3px #96bb2c;
	text-align: center;
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	outline: none;
}

#mainContainer #content .btn_form_input:hover {
	color: #e7eed5;
}

#studies {
	width: 700px;
}

.linkbox {
	width: 160px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
}

.linkboximage {
	height: 70px;
	width: 160px;
	padding: 0;
	color: #3b5998;
	border-top: 1px solid #9FC62B;
	border-left: 1px solid #9FC62B;
	border-right: 1px solid #9FC62B;
}

.linkbox small {
	margin: 0;
	padding: 6px 0 6px 0;
	color: #FFFFFF;
	background: #9FC62B;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	width: 160px;
	border: 1px solid #9FC62B;
}

#linkToUs {
	
}

#linkToUs p {
	width: 750px;
}

#linkToUs #link {
	float: left;
	padding: 20px 0 20px 0;
}

#linkToUs #code {
	float: right;
	padding: 20px 0 20px 0;
	margin-right: 50px;
}

#contactDetail {
	width: 350px;
	float: right;
	position: relative;
}

#contactDetail .btn_315 {
	margin: 0 auto;
	margin-bottom: 30px;
}

.inputs {
	display: block;
	margin-top: 20px;
	clear: both;
}

#lastinput {
	margin-bottom: 5px;
}

#specificfeatures {
}

#specificfeatures h2{
	width: 480px;	
}

#specificfeatures ul {
	margin-left: 50px;
}

#specificfeatures ul li {
	padding: 0 0 0 0;
	background: none no-repeat top left;
	list-style-type: disc;
}

#specificfeatures .jsslider h3{
	text-indent: -23px;
	margin-left: 23px;
	line-height: 22px;
}

#specificfeatures #slider {
	width: 497px;
	height: 258px;
	padding-top: 30px;
}

#specificfeatures .jsslider img {
	width: 200px;
	height: 288px;
}

#specificfeatures #slider .prev_btn {
	background: url(../images/leftbtn.png);
	behavior: url(../js/iepngfix.htc);
	margin-left: -12px;
}

#specificfeatures #slider .next_btn {
	background: url(../images/rightbtn.png);
	behavior: url(../js/iepngfix.htc);
	margin-left: 475px;
}

/* NEWS */
#news {
	
}

#news #left_content {
	width: 610px;
}

#news #check_now {
	margin-left: 640px;
	position: absolute;
}


#register3 .box {
	width: 400px;
	padding-top: 30px;
	margin-top: 30px;
}

#register3 #inscriptionform {
	width: 404px;
	margin-left: 483px;
	margin-top: -337px;
}

#register3 ul li {
	margin: 0 -10px 0 0px;
	padding: 0 0 30px 45px;
	background: url(../images/checked.png) no-repeat top left;
	font-size: 1.1em;
}

#register4 #inscriptionform {
	width: 400px;
	/*height: 260px;*/
	position: fixedabsolute;
	margin: 0;
	padding: 0;
	margin-left:5px;
	padding-bottom:10px;
	padding-left:10px;
	border:1px solid #7c3d7c;
}

#register4 #register-reference {
	margin: 3px;
	padding: 2px;
}
#register4 #reference {
	font-size: 1.1em;
	color: #7c3d7c;
	font-weight: bold;
}

#register4 #arguments ul li {
	padding: 0 0 7px 20px;
	background: url(../images/checked2.gif) no-repeat top left;
	font-size: 1.1em;
}

#checkOnline {
}
#checkOnline #noresult{
	margin-top: 30px;
}
#checkOnline #noresult ul li{
	margin: 0px 0px 0px 80px;
	padding: 4px 0 8px 20px;
	background: url(../images/checked2.gif) no-repeat top left;
	font-size: 1.1em;
}
#checkOnline #noresult #rightbtn{
	margin-top: -140px;
}

/* IPHONE PAGE */
#iphoneslide #slider {
	margin-left: 550px;
	margin-bottom: 20px;
	width: 375px;
	height: 580px;
	margin-top: 20px;
}

#iphoneslide #slider #sliderIn {
	margin-left: 25px;
	width: 371px;
	height: 580px;
}

#iphoneslide #slider .item {
	width: 330px;
}

#iphoneslide #iphone {
	position: absolute;
	top: 300px;
	margin-left: 40px;
	width: 400px;
}

#iphoneslide #iphone img {
	margin-left: 130px;
}


#iphoneslide #slider .next_btn {
	margin-left: 350px;
	margin-top: -400px;
}

#iphoneslide #slider .prev_btn {
	margin-top: -400px;
}

#iphoneslide #iphone ul li {
	margin: 5px 0px 0 0px;
	padding: 0 0 15px 35px;
	background: url(../images/iphone/apple-icon.gif) no-repeat top left;
	font-size: 1.1em;
}

#iphoneslide #iphone #android ul li {
	margin: 5px 0px 0 0px;
	padding: 0 0 15px 35px;
	background: url(../images/iphone/android-icon.png) no-repeat top left;
	font-size: 1.1em;
}

#topiphone {
	width: 500px;
	position: absolute;
	margin-left: 300px;
	top: 210px;
	text-align: right;
	font-size: 18px;
}


.g-recaptcha{
   margin: 15px auto !important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}

#knowledgeBase section {
	display: block;
	margin-bottom: 30px;
}
#knowledgeBase section h2 {
	padding-bottom: 10px;
	padding-top: 30px;
}
#knowledgeBase section h4 {
	margin-top: 30px;
}
#knowledgeBase section h5 {
	padding-bottom: 8px;
	margin-top: 25px;
}
#knowledgeBase table {
	text-align:center;
   	margin-left:auto; 
    margin-right:auto; 
}
#knowledgeBase table tbody td {
    border: 1px solid grey;
    padding: 5px;
}
#knowledgeBase #right_content ul {
	width: 100%
}
#knowledgeBase #guides h4 {
	margin: 40px;
	font-style: italic;
}
#knowledgeBase #guides .left_content {
	display: block;
	float: left;
	width: 45%;
	padding: 15px;
	background-color: #99CC33;
}
#knowledgeBase #guides .right_content {
	display: block;
	float: right;
	width: 45%;
}

span.underline {
	text-decoration: underline;
}
img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
div.centered {
 	display: block;
    margin-left: auto;
    margin-right: auto; 
	text-align: center;
}
a.centered {
 	display: block;
    margin-left: auto;
    margin-right: auto; 
	text-align: center;
}