/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/*//////////// Squelette du site  ////////////////////////////////////////////////////////////////*/

body {
	background:#CCC;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	}
	
#conteneur {
	background:#F3F3F3 url(../images/site-bg-blue.png) repeat-x;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
	#bg-conteneur {
		background:url(../images/bg-center.jpg) 50% 88px repeat-x;
		margin:0 auto;
		text-align:center;
		}
	#project2 #bg-conteneur {
		background:url(../images/bg-center-radial.jpg) 50% 88px repeat-x;
		margin:0 auto;
		text-align:center;
		}
			
	#about #bg-conteneur,
	#project #bg-conteneur,
	#team #bg-conteneur,
	#contact #bg-conteneur,
	#erreur #bg-conteneur,
	#legal #bg-conteneur
	{
		background:url(../images/big-bg-blue.jpg) 50% 88px no-repeat;
		}
		
#header {
	position:relative;
	height:35px;
	width:900px;
	margin:0 auto;
	padding-top:60px;
	padding-right:30px;
	text-align:right;
	}

#content-conteneur {
	width:900px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
	}
	#project2 #content-conteneur {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

#main-content {
	float:left;
	width:550px;
	}
#erreur #main-content {
	float:left;
	width:600px;
	padding-left:50px;
	}
#team #main-content {
	float:left;
	width:420px;
	}
#project #main-content {
	float:left;
	width:600px;
	}
#project2 #main-content {
	float:left;
	width:100%;
	}

#sidebar-right {
	float:right;
	width:290px;
	}

#sidebar-right-secondary {
	float:right;
	width:290px;
	padding-top:0px;
	}
	
#project #sidebar-right-secondary {
	float:right;
	width:220px;
	padding-top:120px;
	}
#contact #sidebar-right-secondary,
#legal #sidebar-right-secondary {
	float:right;
	width:290px;
	padding-top:120px;
	}
#about #sidebar-right-secondary {
	float:right;
	width:290px;
	padding-top:120px;
	}
#team #sidebar-right-secondary {
	float:right;
	width:420px;
	padding-top:185px;
	}	
#footer {
    border-top: #CCC solid 1px;
    background:url(../images/footer-bg2.png) repeat-x;
	height:80px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#project2 #footer {
    border-top: #CCC solid 1px;
    background:url(../images/footer-bg2.png) repeat-x;
	height:120px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

#home #footer {
	border: none;
	font-size: 11px;
	height:235px;
	background:url(../images/footer-bg.png) repeat-x;
	color:#000;
	text-align:center;
	}

#copyright {
	width: 900px;
	font-size: 11px;
	text-align:center;
	color: #626873;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 17px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.copyright-icon {
		position:absolute;
		top:0;
		right:20px;
		}	
/*//////////////////////// Style de la banniere ////////////////////////////////////////////////*/

.header-logo {
	position:absolute;
	top:25px;
	left:0px;
	}

#header-nav-ul li {
	display:inline;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
	}

#header-nav-ul li a {
	color:#464A52;
	font-weight:normal; 
	text-transform: uppercase;
	margin-right:17px;
	padding-bottom:20px;
	display: inline-block;
	}


#header-nav-ul li a.selected {
	background:url(../images/header-li-hover-bg.png) repeat-x;
	color:#003F8E;
	}
	
#header-nav-ul li a:hover {
	color:#AB0101;
	background:url(../images/header-li-hover-bg.png) repeat-x;
	}

/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.help-ul {margin-bottom:33px;}
	
	html>body .help-ul {margin-bottom:20px;}
	
.ul-left {
	font-size: 12px;
	margin-left:25px;
	}

.ul-right {
	float:right;
	width:145px;
	}

.ul-left li,
.ul-right li {
	background:url(../images/checked.png) 0% 50% no-repeat;
	padding-left:30px;
	margin-bottom:5px;
	}

.fresh {
	line-height: 1.7;
	}

.fresh li {
	background:url(../images/icon-tag.gif) 0px 4px no-repeat;
	padding-left:27px;
	margin-top: 0px;
	margin-bottom:25px;
	font-size: 11px;
	color:#CCC;
	}


.fresh li a {
	color:white;
	text-shadow: #000 1px 1px 1px ;
	font-size: 12px;
	line-height: 1.8;
	}

.sidebar-menu {
	padding-top: 18px;
	height:170px;
}


html>body .sidebar-menu {
	padding-top: 15px;
}

	.sidebar-menu h4 {
		color: #003F8E;
		text-transform: uppercase;
		font: 12px Helvetica, Arial, Verdana, san-serif;
		line-height: 35px;
		padding-top: 15px;
		margin-left: 20px;
	}
		
	.sidebar-menu ul {
		margin: 10px 0 0px 30px;
	}
		
	.sidebar-menu ul li {
		font-size: 11px;
		color: #464A52;
		font-weight:  bold;
		padding: 8px 0 8px 10px;
		list-style-type:square;
	}
	
	.sidebar-menu ul#services {
		margin: 10px 0 0px 20px;
	}
	
	.sidebar-menu ul#services li {
		font-size: 12px;
		color: #464A52;
		font-weight:  bold;
		padding: 15px 0 15px 20px;

	}

	.sidebar-menu ul li.selected {
		font-weight:  bold;
		background:url(../images/arrow-selected.gif) 0px 50% no-repeat;
	}
	
	.sidebar-menu-head {
		height: 60px;
		background:url(../images/sbhead.png) top left no-repeat;
	}
 
	.sidebar-menu-info {
		font-size: 11px;
		padding: 30px 20px;
	}
	
		.sidebar-menu-info strong {
			font-weight: bold;
			font-size: 12px;
			color: #464A52;
		}
		
		.sidebar-menu-info p {
			line-height: 18px;
			color: #464A52;
		}

		.sidebar-menu-info p span {
			color: #000;
		}

 	.sidebar-menu-foot {
		height: 60px;
		background:url(../images/sbfoot.png) top no-repeat;
	}

.sidebar-icon {
	vertical-align: middle;
	margin-right: 15px;
}	

/*/////////////////////// Remplacement des images pour les titres /////////////////////////////////////*/

#quote-heading {
    padding:75px 0 0 0;
    overflow:hidden;
    background:url(../images/we-create-modern.png) no-repeat;
    
    height:0px !important;
    height /**/:75px;
}

#about #quote-heading {
    margin-bottom: 50px;
    background:url(../images/devenir-grand.png) no-repeat;
}

#team #quote-heading {
    margin-bottom: 50px;
    background:url(../images/toutes-nos-competences.png) no-repeat;
}

#project #quote-heading {
    margin-bottom: 50px;
    background:url(../images/toutes-nos-competences.png) no-repeat;
}

#contact #quote-heading,
#legal #quote-heading {
    margin-bottom: 50px;
    background:url(../images/vous-avez-un-projet.png) no-repeat;
}

#what-we-do {
    padding:29px 0 0 0;
    overflow:hidden;
    background:url(../images/what-we-do.png) no-repeat;
    
    height:0px !important;
    height /**/:29px;
	border-bottom:1px solid #426FA8;
	margin-bottom:16px;
	/*float:right;*/
	width:500px;
}

#featured-projects {
    padding:26px 0 0 0;
    overflow:hidden;
    background:url(../images/featured-projects.gif) no-repeat;
    
    height:0px !important;
    height /**/:22px;
	border-bottom:1px solid #426FA8;
	margin-bottom:16px;
}

#solutions-web {
    padding:20px 0 0 0;
    overflow:hidden;
    background:url(../images/solutions-web.png) no-repeat;
    
    height:0px !important;
    height /**/:16px;
	border-bottom:1px solid #426FA8;
	margin-bottom:16px;
	/*float:right;*/
	width:240px;
}
#references {
    padding:20px 0 0 0;
    overflow:hidden;
    background:url(../images/references.png) no-repeat;
    height:0px !important;
    height /**/:16px;
	border-bottom:1px solid #426FA8;
	margin-bottom:16px;
	/*float:right;*/
	width:240px;
}

#still-fresh {
    padding:26px 0 0 0;
    overflow:hidden;
    background:url(../images/still-fresh.gif) no-repeat;
    
    height:0px !important;
    height /**/:24px;
	border-bottom:1px solid #426FA8;
	margin-bottom:16px;
}

#infos-ebusiness {
    padding:22px 0 0 0;
    overflow:hidden;
    background:url(../images/infos-ebusiness.gif) no-repeat; 
    height:0px !important;
    height /**/:22px;
}

#want-to-work {
    padding:20px 0 0 0;
    overflow:hidden;
    background:url(../images/want-to-work.gif) no-repeat;
    
    height:0px !important;
    height /**/:20px;
}

#contactez-nous {
    padding:22px 0 0 0;
    overflow:hidden;
    background:url(../images/contactez-nous.gif) no-repeat;
    height:0px !important;
    height /**/:22px;
	margin-left:15px;
}

#univers-icws {
    padding:22px 0 0 0;
    overflow:hidden;
    background:url(../images/univers-icws.gif) no-repeat;
    height:0px !important;
    height /**/:22px;
}


/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
  	outline: none;
	color:white;
	}


a:hover {

	}

#content-conteneur a,
#content-conteneur a:link,
#content-conteneur a:visited {
	color: #AB0101;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
	}

#content-conteneur a:hover {
	color: #333333;
	background-color: #EFEFEF;
	border-bottom: 1px solid #AB0101;
	}

#content-conteneur a.external { 
	background: url(../images/external-link.gif) 100% 40% no-repeat;
	padding-right: 15px;
} 
	
#home #content-conteneur a,
#home #content-conteneur a:link,
#home #content-conteneur a:visited {
	color: #ECECEC;
	border-bottom: 1px solid #aecdfc;
	padding-bottom: 1px;
	}

#home #content-conteneur a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #AB0101;
	background: none;
	}
	
	
#content-conteneur #work-slides a:hover {
	background: none;
	border-bottom: none;
	}


h1,h2,h3,h4,h5,h6 {margin-bottom:10px;}
	
h1 {margin-bottom:15px;}

.page-title {
	color: #464A52;
	font: 22px normal Helvetica, Arial, Verdana, san-serif;
	margin-top: 20px;
	padding-bottom:5px;
	letter-spacing: .3mm;
	margin-bottom: 5px;
	text-shadow: 1px 1px 6px #BBB;
}

.page-subtitle {
	color: #003F8E;
	font: 18px normal Helvetica, Arial, Verdana, san-serif;
	margin-top: 20px;
	padding-bottom:5px;
	letter-spacing: 0mm;
	margin-bottom: 10px;
	text-shadow: 1px 1px 6px #BBB;
	background:url(../images/page-title-bg.png) bottom no-repeat;
}


p {
	color: #000;
	margin-bottom:10px;
	line-height:1.8;
	text-align:justify;
	}

#home p,
#home li {
	color: #FFF;
	}

img {border:none;}

.featured-index {width:500px;}

.featured-index img {float:left;}
	
.featured-index .index-right-feature {float:right;}


.globe-icon-float {
	width:30px;
	float:left;
	margin-right:15px;
	}

.bar-icon-float {
	width:33px;
	float:left;
	margin-right:15px;
	}

.block-what-we-do {
	
	margin-top:15px;
	color: white
	}

.featured-index img {
	padding-bottom:9px;
	background:url(../images/feature-img-bottom-bg.gif) left bottom no-repeat;
	}

hr {height: 0; border: 0; border-bottom: 1px solid #DDD; color: #DDD; margin: 0; padding: 0; clear:both; width: 100%;}

.row {
	width: 290px;
	padding-top: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.featured-index .row {
	text-shadow: #000 1px 1px 1px ;
	padding-top: 0px;
	font-size: 12px;
}

.row p {
	color: #464A52;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 6px;
	
}

.featured-index .row p {
	text-shadow: none;
	font-size: 11px;
	line-height: 16px;
	margin-top: 6px;
}

.first {
	clear: both;
	float:left;
}

.second {float:right;}
	
.row img {
	margin-top: 10px;
	padding-bottom: 9px;
	background:url(../images/work-img-bottom-bg.gif) left bottom no-repeat;
}

.featured-index .row img {
	background:url(../images/feature-img-bottom-bg.gif) left bottom no-repeat;
}

#content-conteneur .row a,
#content-conteneur .row a:link,
#content-conteneur .row a:visited {
	padding: 0;
	border: none;
	color:#AB0101;
	text-decoration: none;	
}

#content-conteneur .row g {
	background: none;
	color: #333;
	text-decoration: none;	
}

.approach {
	clear: both;
	height: 70px;
	margin-top: 15px;
	margin-left: 0px;
	width: auto;
}
	approach h3 {
		font: 14px Helvetica, Arial, Verdana, san-serif;
		font-weight: bold;
		color: #000;
	}
	.approach2 h3 {
		font-weight: bold;
		font-size: 14px;
		color: #003F8E;
	}
	
	.approach p {
		font-size: 12px;
		line-height: 1.6;
		color: #333;
		width: auto;
		padding: 0px;
		text-align:justify;
	}

	.approach2 ul {
		margin: 5px 0 10px 0;
	}

		.approach2 ul li {
			font-size: 11px;
			color: #464A52;
			padding: 1px 0 0 10px;
			text-align:justify;
			list-style-type:square;
		}	
	
#work h3 {
	font-weight: bold;
	font-size: 14px;
	color: #003F8E;
	margin: 30px 0 10px 0;
}

#work-slides {
	width: 500px;
	background-color: #EFEFEF;
}

#work-details {
	margin-top: 15px;
}

	#work-details p {
		float: left;
		width: 320px;
	}
	
	#work-details span {
		margin: 10px 0;
		display: block;
	}
	
	
	#work-details h4 {
		margin-top: 5px;
		width: 250px;
		float: right;
		color: #464A52;
		text-transform: uppercase;
		font: 12px bold Helvetica, Arial, Verdana, san-serif;
	}
	
	#work-details ul {
		width: 243px;
		float: right;
		margin: 0;
	}

		#work-details ul li {
			font-size: 11px;
			color: #003F8E;
			font-weight:  normal;
			background:url(../images/arrow-play.png) 0px 50% no-repeat;
			padding: 6px 0 6px 25px;
	
		}

.team-member {
	clear: both;
	height: 200px;
	margin-top: 30px;
}

	.team-member img {
		background: #FFFFFF;
		border: #DDD 1px solid;
		padding: 5px;
		float: left;
		width: 90px;
	}
	
	.team-member h3 {
		font: 14px bold Helvetica, Arial, Verdana, san-serif;
		color: #000;
		float: right;
		width: 300px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 5px;
		background:url(../images/page-title-bg.png) bottom no-repeat;
	}
	
	.team-member p {
		float: right;
		width: 300px;
		text-align:justify;
	}

#contactForm fieldset{font-size: 12px; border: none; margin: 10px 0; padding:0; text-align: left; }
#contactForm legend {display:none;}
#contactForm ol {padding:0; margin:0;}
#contactForm li {list-style: none; padding:0;}
#contactForm label {color: #464A52; display: block; line-height:15px; padding: 5px 0 5px 0; text-align:left; vertical-align:top; }
#contactForm label span.required {color: #AB0101; font-weight: bold}
#contactForm input {width: 400px; font-size:1.2em; padding:3px; vertical-align:middle; background: #FFFFFF; border:1px #CCC solid}
#contactForm textarea {width: 400px; height:150px; padding:3px; background: #FFFFFF; font:12px Helvetica, Arial, Verdana, san-serif; border:1px #CCC solid}
#contactForm input.submitButton {width:auto; text-align: center; margin: 20px 0}

.blogimg {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.blog-post-info {
	clear: left;
	color: #626873;
	margin: 15px 0 40px 0;
}

.display-comment {
	clear: both;
	border-top: 1px solid #DDD;
	margin-bottom: 30px;
}

	.author1 {
	background: url('../images/bg-comment.gif') no-repeat;
	min-height: 50px;
}

	.display-comment .comment {
		color: #464A52;
		float: right;
		padding: 20px 0 10px 0;
		width: 440px;
	}
	
	.display-comment .comment p {
			font-size: 12px;
			color: #464A52;
			margin: 0;
			padding: 0;
		}

	.display-comment .posted {
		font-size: 11px;
		font-style: italic;
		padding: 20px 0 10px 0;
		color: #626873;
		float: left;
		width: 150px;
	}
		.display-comment .posted p {		
			color: #626873;
		}
		.display-comment .posted strong {
			font-size: 12px;
			font-weight: bold;
			font-style: normal;
			color: #626873;
		}
		
#commentForm #formTitle {margin: 20px 0 10px 0; font-size: 12px; font-weight: bold; color: #003F8E;}
#commentForm input.textField {width: 440px; font-size:11px; padding:5px; vertical-align:middle; background: #FFFFFF;}
#commentForm textarea {width: 440px; height:200px; padding:5px; background: #FFFFFF; font:12px Helvetica, Arial, Verdana, san-serif;}
#commentForm input.submitButton {text-align: center;}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////////*/

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {margin-bottom:0;}
	
#footer p,
#footer li {
	color: #464A52;
}


#footer a,
#footer a:link,
#footer a:visited {
	color:#5D8B23;
	/*border-bottom:1px solid #CCCCCC;*/
	padding-bottom: 2px;
	}

#footer a:hover {
	color: #333333;
	border-bottom:1px solid #1E3E72;
	}


.footer-conteneur {
	width:900px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	}

.footer-block-left {
	width:420px;
	height:170px;
	padding-right:20px;
	}
.footer-block-middle {
	padding-right:20px;
	width:220px;
	height:170px;
	}
.footer-block-right {
	width:220px;
	height:170px;
	}

.footer-block-left {
	position:relative;
	float:left;
	color:#666666;
	line-height: 1.6;
	font-size: 12px;
	}
	
	.rss-icon {
		position:absolute;
		top:0;
		left:0;
		}
	
	.footer-block-left li  {margin-bottom:5px;}
	
	#footer .footer-block-left li em {
		font-weight:normal;
		font-size: 10px;
		font-style: normal;
		}
		
.footer-block-middle {float:left;}
	
	.footer-block-middle p {margin-bottom:10px;}

.footer-block-right {position:relative; float:right;}
	
	.contact-icon {
		position:absolute;
		top:0;
		left:0px;
		}
	.footer-block-right p {
		line-height:1.7;
		color:#464A52;
	}
		
	.footer-block-right p span {color:#000;}

	.footer-block-right strong {
		font-size: 12px;
		font-weight: normal;
		}		
	
#footer .content {
	padding:10px 20px 0 0px;
	}

.work-button {
	height:33px;
	width:245px;
	padding:0 10px;
	line-height:40px;
	background:url(../images/work-button.gif) no-repeat;
	color:white;
	font:10px Helvetica, Arial, Verdana, san-serif;
	}

#footer .work-button span a {
	color:#87E95C;
	line-height:30px;
	}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
	
/*  references ////////////////////////////////////////////////////////////////////////////////////////////*/
* {
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}