body {
	margin:0px;
	font-family:Trebuchet MS;
}
a {
	outline:none;
	text-decoration:none;
}
.containerGlobal {
	background-image:url('/view/images/siteweb/fondhome.png');
	background-repeat:repeat-x;
}
.checkFormInputFailed {
	border:1px solid red;
}
.checkFormInputPassed {
	border:1px solid green;
}
.fontRed {
	color: #FF0000;
	font-weight: bold;
}

input {
	border:1px solid #DDDDDD;
	padding:2px;
	width:275px;
	font-family:Trebuchet MS;
	font-size:12px;
}
select {
	border:1px solid #DDDDDD;
	padding:2px;
	width:275px;
	font-family:Trebuchet MS;
	font-size:12px;
}
textarea {
	border:1px solid #DDDDDD;
	padding:2px;
	width:300px;
	font-family:Trebuchet MS;
	font-size:12px;
}
.submit {
	background-color:#3f8eb7;
	border:1px solid #3f8eb7;
	color:white;
	padding:2px;
	font-family:Tahoma;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.containerGlobalPage {
	background-color:#45aede;
	height:87px;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:1200px;
}
.header {
	background-color:#45aede;
}
.titleSubHeader {
	color:white;
	font-size:24px;
	margin-right:260px;
}
.titleSubHeader2 {
	color:white;
	font-size:20px;
}
.subHeader {
	width:1199px;
	height:380px;
	background-image:url('/view/images/siteweb/newHome_general.png');
}
.subHeader1 {
	width:1199px;
	height:380px;
	background-image:url('/view/images/siteweb/newHome_shopbot.png');
}
.subHeader2 {
	width:1199px;
	height:380px;
	background-image:url('/view/images/siteweb/newHome_adwords_v2.png');
}
.subHeader3 {
	width:1199px;
	height:380px;
	background-image:url('/view/images/siteweb/newHome_affiliation.png');
}
.subHeader4 {
	width:1199px;
	height:380px;
	background-image:url('/view/images/siteweb/newHome_marketplace.png');
}

.subHeaderPage {
	background-image:url('/view/images/siteweb/lengow_subheader.png');
	height:88px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1200px;
}
.menu {
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:white;
}
.menu a {
	color:white;
}
.blocCentral {
	border-top:2px solid #c2e6f7;
	background-color:#eef6f6;
	padding:10px;
}
.titleBloc {
	color:#116a9f;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
.textBloc {
	color:#606060;
	font-size:13px;
	text-decoration:none;
}
.textBlocWhite {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}
.footer {
	color:#606060;
	font-size:11px;
	text-decoration:none;
}