@charset "utf-8";
/* main page layout */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
html {
overflow-y: scroll;
}
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	background-image: url(images/bottomGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 15pt;
	font-weight: normal;
	color: #525155;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 729px;
	background-image: url(images/cornerH2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	padding-left: 6px;
}
h2:first-letter{
	color:#B52025;
}
/* .devis is the title for the links "request an offer for a website", on pages references & contact */
.devisEn{ 
	position: absolute;
	list-style-type: none;
	list-style-image: url(images/bulletArrrow.gif);
	top: 7px;
	padding-left: 435px;
	font-size: 14px;
}
.devisFr{
	position: absolute;
	list-style-type: none;
	list-style-image: url(images/bulletArrrow.gif);
	top: 7px;
	padding-left: 396px;
	font-size: 14px;
}
.devis{ 
	position: absolute;
	top: 23px;
	left: 445px;
}
.devis2{
	position: absolute;
	top: 8px;
	left: 445px;
}
.devis3{
	position: absolute;
	top: 8px;
	left: 480px;
}
a {
	color: #B52025;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
}
.videolink a {
	color: #B52025;
	text-decoration: none;
	font-weight: bold;
}


.videolink a:hover {
    color: #68676c;
	text-decoration: none;
}

/* main content */
#mainContent {
	position: relative;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* header section */
#header {
	background-image: url(images/headerGradient_07.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	height: 131px;
	margin: 0px;
	/* needed for f***ing IE 6, otherwise 1px space at bottom header (space around div problem)*/
	padding-bottom:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header ul a:hover {
	background-image: url(images/buttonOver.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#headerLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#headerRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#headerKeyTechText {
	position: absolute;
	left: 13px;
	bottom: 30px;
}
#headerKeyTechLogo {
	position: absolute;
	right: 15px;
	bottom: 0px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 15px;
	bottom: 5px;
}
#header li {
	float: left;
	list-style-type: none;
	text-align: center;
}
#header ul a {
	font-size: 10pt;
	color: #B52025;
	text-decoration: none;
	background-image: url(images/button.png);
	width: 102px;
	padding-top: 9px;
	margin-right: 0px;
	position: relative;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 1px;
	height: 17px;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* banner section on homepage */
#banner {
	position: relative;
	height: 180px;
	margin-bottom: 5px;
}
/* columns on homepage */
#itservices, #intranet, #internet, #image {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 240px;
	width: 175px;
	float:left;
	margin-right:23px;
	padding-top: 18px;
	padding-left: 33px;
	padding-right: 17px;
	line-height: 18px;
	font-size: 11px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#itservices a, #intranet a, #internet a, #image a{
	color:#B52025;
	text-decoration:none;
}
#itservices a:hover, #intranet a:hover, #internet a:hover, #image a:hover{
	color:#68676C;
	text-decoration:none;
}
#itservices {
	background-image: url(images/itservices.png);
}
#intranet {
	background-image: url(images/intranet.png);
}
#internet {
	background-image: url(images/internet.png);
}
#image {
	background-image: url(images/image.png);
	margin-right:0px;
}

#footer {
	font-size: 8pt;
	color: #666666;
	text-align: center;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B52025;
	clear: both;
	position: relative;
	margin-bottom: 5px;
}

.clear { clear:both;} 

.textBlock h3 {
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #5B5A5F;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.textBlock h4 {
	color: #B52025;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


.textBlock p {
}

.textBlock {
	background-image: url(images/cornerGradient.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 6px;
	width: 690px;
	position: relative;
	padding-right: 10px;
	line-height: 14pt;
	margin-bottom: 20px;
	margin-left: 15px;
}
.textBlockpricing {
	width: 610px;
	padding-left:50px;
	position: relative;
	line-height: 14pt;

}


/* right submenu */
#subPageMenu {
	background-image: url(images/intranet.png);
	background-repeat: no-repeat;
	background-position: left 49px;
	position: relative;
	height: 158px;
	width: 225px;
	float:right;
	line-height: 18px;
	font-size: 11px;
	padding-top: 150px;
	top: 0px;
	/*margin-left: 5px;*/
	right: 0px;
}
#subPageMenu #subPageMenuMainLink {
	position: absolute;
	top: 65px;
	left: 10px;
	width: 140px;
	height: 80px;
}
#subPageMenu #subPageMenuMainLink a {
	padding:0px;
	width:140px;	
}
#subPageMenu #subPageMenuMainLink a:hover {
	background-color:transparent;
}
#subPageMenu a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #B52025;
	font-size: 10pt;
	width: 176px;
}
#subPageMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#subPageMenu li {
	position: relative;
	margin-right: 14px;
	border-bottom-width: 1px;
	margin-left: 35px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#subPageMenu a:hover {
	background-color: #EEEEEE;
}
/* services page*/
#services {
	height: 250px;
	width: 690px;
	position: relative;
	background-image: url(images/servicesLayout.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 100px;

}
#services a {
	text-decoration: none;
	color: #666666;
}
#services a:hover {
	text-decoration: underline;
	color: #B52025;
}
.servicesColumn1, .servicesColumn2, .servicesColumn3, .servicesColumn4 {
	position: absolute;
	top: 110px;
	line-height: 15pt;
	font-weight: bold;
	color: #585858;
}
.servicesColumn1 {
	left: 33px;
}
.servicesColumn2 {
	left: 212px;
}
.servicesColumn3 {
	left: 400px;
}
.servicesColumn4 {
	left: 585px;
}
.servicesCatcher {
	position: absolute;
	left: -15px;
	top: 120px;
}
.textBlock li {
	line-height: 14pt;
}
.textBlock ul {
	list-style-type: none;
	list-style-image: url(images/bulletArrrow.gif);
	margin-left: 15px;
	padding-left: 15px;
}
.textBlock ul ul {
	list-style-image: none;
	list-style-type: disc;
}

.dummyImage {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#courseContent {
	margin: auto;
	width: 500px;
	line-height: 15pt;
}
.borderBottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#map {
	border: 1px solid #666666;
}
#header #langLinks {
	position: absolute;
	right: 135px;
	bottom: 76px;
}
#header #langLinks a {
	color: #666666;
	font-weight:normal;
}
#contenuFrm{
	line-height: 20px;
}
#frmHolder input {
	width: 200px;
	border: 1px solid #990000;
	background-color: #F7F7F7;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.frmExemples{
	font-size: 12px;
}
.rouge{
	color: #990000;
	font-weight: bold;
}
.important{
	font-size: 16px;
	line-height: 19px;	
}
.color{
	color: #ff0000;
	font-size: 10px;
}
.error{
	color: #ff0000;
	font-size: 10px;
}
#loader
{
	display:none;
	width: 100%;
	height: 55px;
}
.frmBorder1{
	border: 1px solid #990000; 
	background-color: #F7F7F7; 
	color: #333333; 
	width: 200px; 
	padding: 1px;
}
.frmBorder2{
	border: 1px solid #990000; 
	background-color: #F7F7F7; 
	color: #333333;  
	padding: 1px;
}
.frmBorder3{
	border: 1px solid #990000; 
	background-color: #F7F7F7; 
	color: #333333; 
	width: 50px; 
	padding: 1px;
}
.dummyImageServices {
	position: absolute;
	top: -60px;
	left: -5px;
	width: 125px;
	height: 30px;
}
p {
	line-height: 12pt;
}
#portfolioWebsites p img {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 5px;
}

/* script styles */
/*****************/
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:670px;
	height:250px;
	overflow:hidden; 
}	
p#controls{
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:20px;
	height:30px;
	position:absolute;
	left:-25px;
	top:-140px;
	}	
#nextBtn{ 
	left:675px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:30px;
	background:url(images/portfolio/testimonials/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/portfolio/testimonials/btn_next.png) no-repeat 0 0;	
	}
#slider ul .auvicom {
	background-image: url(images/portfolio/testimonials/auvicom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul .fedbeton {
	background-image: url(images/portfolio/testimonials/fedbeton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul .bredeschool {
	background-image: url(images/portfolio/testimonials/bredeSchool.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul .auvicom p, #slider ul .fedbeton p, #slider ul .learn p, #slider ul .tech p, #slider ul .bredeschool p {
	padding-right:240px;
}
#slider ul .confinimmo {
	background-image: url(images/portfolio/testimonials/confinimmo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#slider ul .confinimmo p {
	padding-right:140px;
}

#slider ul .learn {
	background-image: url(images/portfolio/testimonials/cevora.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul .tech {
	background-image: url(images/portfolio/testimonials/tech.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul li {
	background-image: url(images/portfolio/testimonials/empty.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul p {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 12pt;
	font-size: 9pt;
}
#slider ul li img {
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	border: 1px solid #F0F0F0;
	padding: 3px;
}
#slider ul .cde {
	background-image: url(images/portfolio/testimonials/cde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul .cevora {
	background-image: url(images/portfolio/testimonials/cevora.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slider ul .cevora p {
	padding-right:190px;
}
#slider ul .IsaMedia {
	background-image: url(images/portfolio/testimonials/tech2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#slider ul .learn2 {
	background-image: url(images/portfolio/testimonials/learn2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* web apps */
.appscontent{
width:690px;
height:250px;
float::left;
}
.keytechrightside{
width: 320px;
float: right;
}
.keytechleftside{
width: 320px;
float: left;
}
.redtextapps{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #B52025;
font-weight:bold;
}

.textBlock2 {
float:left;
	background-image: url(images/cornerGradient.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 6px;
	width: 320px;
	position: relative;
	padding-right: 10px;
	line-height: 14pt;
	margin-bottom: 20px;
	margin-left: 15px;
}
.textBlock2 h3 {
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #5B5A5F;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.textBlock3 {
float:left;
	background-image: url(images/cornerGradient.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 6px;
	width: 690px;
	position: relative;
	padding-right: 10px;
	line-height: 14pt;
	margin-bottom: 20px;
	margin-left: 15px;
}
.textBlock3 h3 {
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #5B5A5F;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#video {
	position: relative;
	height: 28px;
	padding-top:15px;
	margin-top:10px;
	margin-left:370px;
	margin-right:370px;
	text-align:center;
	background-image:url(images/video.jpg);
}
#cadrevideo {
	position: relative;
	padding-left:35px;
	padding-top:24px;
	width:193px;
	height: 31px;
	margin-top:310px;
	background-image:url(images/video2.jpg);
}
#cadrevideo a {
	color: #B52025;
	font-size:10pt;
	width: 176px;
	float:left;
}
#cadrevideo a:hover {
	background-color:transparent;
	color:#68676c;
	text-decoration:none;
}
#conteneurgauche {
	width:225px;
	float:right;
}
