@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* Général */
body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #737373;
	background: #FFFFFF;
	font-size:12px;
	padding: 0px;
	margin: 0px auto;
}

a, a *{
	color: #EE7405;
	text-decoration: none;
}

a:hover, a:hover *{
	color: #EE7405;
	text-decoration: underline;
}

p{margin-top: 12px;}

#global {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 0;
	border-width: 0; 
}
#global td, img{
	margin: 0;
	padding: 0;	
}

img{
	border: 0px solid #ffffff;
}

.background-half{
	width: 50%;
}
.background-full{
	width: 100%;
	left: 0px;
}
.background-left{
	left: 0px;	
}
.background-right{
	right: 0px;
}
.background-top-menu{
	top: 170px;
}
.background-bottom-menu{
	bottom: -196px;
}
.background-bottom{
	bottom: -1px;
}
/* V2 styles */
/* Structure */	
.sideColumn{
	width: 50px; /* Note : adapt #global class too*/
}
.sideColumn-left{
	margin-left:auto;
}
.header{
	height: 170px;
}
.footer{
	height: 115px;
}
.menu{
	height: 20px;
}
.fullWidth{
	width: 1106px; /*Note : IE6 needs a width of 1106px so the floating wont break */
}
.portfolio{
	width: 260px;
	padding-right: 30px;
}
.portfolio-nav{
	height: 20px;
	padding: 10px 0px 10px 0px;
}
.portfolio-search, .content-page-menu{
	height: 20px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #BDBDBD;
}
.portfolio-item{
	width: 80px;
	max-height: 120px;
	padding: 0;
	margin:0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
	margin-right: 10px;
    zoom: 1;
    *display: inline;
    _height: 120px;
	overflow: hidden;		
}
.portfolio-item-last{
	margin-right: 0px;
}
.portfolio-thumb-frame{
	width: 70px;
	border: 1px solid #BDBDBD;
	padding: 4px;
}
.portfolio-thumb-frame-hover{
	border: 2px solid #BDBDBD; /*#686868;*/
	padding: 3px;
}
.portfolio-thumb{
	height: 70px;
	width: 70px;
}
.portfolio-thumb-text{
	font-size: 10px;
}
.portfolio-nav-top, .portfolio-nav-bottom{
	cursor: pointer;
}
.content{
	padding-top:10px;
	padding-bottom: 40px;
}
.content-page{
	padding-left: 30px;
	width: 779px;
	border-left: 1px dotted #BDBDBD;
}
.content-page-title{
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 30px;
	margin: 0;
}
.header-menu-ul{
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	outline: 0;
}
.header-menu-ul li{
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	outline: 0;
}
.header-menu-ul li img{
	
}
.header-link-box{
	right: 0px;
	top: 40px;
	height: 40px;
	width: 64px;
}
.header-link-item, .footer-link-item{
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.header-link-item-news{
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-align: right;
	padding-right: 6px;	
}
.header-link-item-lang{
	border-bottom: 1px dotted #FFFFFF;
	text-align: justify;
}
.footer-link-box{
	left: 0px;
	top: -20px;
	height: 115px;
	width: 260px;
}
.footer-link-awex, .footer-link-finance{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: 1px dotted #FFFFFF;
	height: 15px;
}
.footer-link-social{
	padding-top:6px;
	padding-bottom:6px;
	border-bottom: 1px dotted #FFFFFF;
	height: 18px;
}
.footer-link-social img{
	padding-right: 6px;
}
.footer-address{
	color: white;
	text-align: right;
	vertical-align: text-bottom;
	height: 18px;
	padding-top: 2px;
	font-size: 13px;
}
.footer-address-company{
	font-weight: 900;
}
.toggleable-image, .pointer{
	cursor: pointer;
}
.news-page-title, .home-page-title, .project-name, .contact-page-title, .agence-page-title{
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	height: 20px;
}
.news-page-image, .home-page-image, .contact-page-image, .agence-page-image, .home-page-image, .approche-page-image{
	height: 200px;
	width: 780px;
	background-color: #686868;
}
.contact-page-image{
	background-image: url('../images/contact/plan.jpg');
}
.agence-page-image{
	background-image: url('../images/agence/agence.jpg');
}
.home-page-image{
	background-image: url('../images/home/home.jpg');
}
.approche-page-image{
	background-image: url('../images/approche/approche.jpg');
}
.home-page-container, .agence-page-container{
	padding-top:40px;
}
.portfolio-page-container{
	padding-top:20px;
}
.contact-page-container{
	padding-top:20px;
}
.home-page-column, .contact-page-column{
	width: 210px;
	padding-right: 29px;
	white-space: normal;
}
.home-page-column-left, .contact-page-column-left{
	border-right: 1px dotted #BDBDBD;
}
.home-page-column-middle, .contact-page-column-middle{
	margin-left: 29px;
	border-right: 1px dotted #BDBDBD;
}
.home-page-column-right, .contact-page-column-right{
	margin-left: 29px;
}
.home-title, .project-title, .news-title{
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.home-title{
	font-size: 24px;
}
.home-subtitle{
	background-color:#333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}
.home-image img{
	width: 205px;
	height: 100px;
}
.project-description{
	width: 270px;
	padding-right: 29px;
	border-right: 1px dotted #BDBDBD;	
	white-space: normal;	
}
.project-image-slider-wrapper{
	margin-left: 29px;
	width: 450px;
}
.project-image-slider-nav-prev, .project-image-slider-nav-next{
	height: 330px;
	width: 225px;
	top: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.project-image-slider-nav-prev, .project-image-slider-nav-prev img{
	left: 0px;
}
.project-image-slider-nav-next, .project-image-slider-nav-next img{
	right: 0px;
}
.project-image-slider-nav-next img, .project-image-slider-nav-prev img{
	top: 133px;
}
.project-image-slider-controls .pageIndex{
	width: 450px;
	text-align: left;
}
.project-image-slider-controls .pageIndex .page{
	font-weight: bold;
	padding: 2px 6px 2px 6px;	
	margin : 0 2px 0 2px;
	text-align: center;
	line-height: 4px;
	font-size: 4px;
}
.project-image-slider-controls .pageIndex .page{
	background-color: #737373;
	color: #FFFFFF;
	cursor: pointer;
}
.project-image-slider-controls .pageIndex .sel{
	color: #FFFFFF;
	background-color: #EE7405;
	cursor: default;
}
.agence-column{
	width: 360px;
	white-space: normal;
	float: left;
}
.agence-column-left{
	padding-right: 29px;
	border-right: 1px dotted #BDBDBD;	
}
.agence-column-right{
	padding-left: 29px;
}
.agence-sub-title{
	font-weight: bold;
	padding-bottom: 20px;
}
.agence-text{
	font-size: 13px;
	line-height: 18px;
}
.agence-inner-column-separator{
	width: 360px;
	margin-top: 15px;
	border-bottom: 1px dotted #BDBDBD;
	margin-bottom: 15px;
	padding: 0;
}
.section-separator, 
.agence-section-separator
{
	width: 780px;
	border-bottom: 1px dotted #BDBDBD;
	margin-bottom: 10px;
	padding: 10px 0 0 0;	
}
.section-separator{
	padding-bottom: 10px;
	margin: 0;
}
.agence-section-separator{
	height: 20px;
}
.agence-gray-frame{
	background-color: #F0F0F0;
	color: #757575;
	padding: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
}
.agence-gray-frame ul{
	margin: 0;
	padding: 0 0 0 15px;
}
.agence-gray-frame li{
	padding-bottom: 10px;
}
.agence-team-image{
	margin-top: 0px;
}
.agence-team-mail{
	text-decoration: none;
	color: #000000;
}
.bottom-padding{
	height: 40px;
}
.scrollTo{
	cursor: pointer;
}
.news-header{
	/*float: left;*/
	width: 520px;
	margin-right: 10px;
}
.news-image{
	float: right;
	width: 250px;
	/*height: 100px;*/
}
.news-text{
	width: 520px;
}
.news-text-height{
	height: 80px;	
}
.news-title{
	font-size: 24px;
}
.news-more-info{
	margin-top: 90px;
	margin-left: 150px;
	cursor: pointer;
}
.news-date{
	font-size: 11px;
}
/* Display */
.header-image{
	background-image: url('../images/template/header.jpg');
	background-repeat: no-repeat;
}
.footer-image{
	background-image: url('../images/template/footer.jpg');
	background-repeat: no-repeat;
}
.gradient-light-color{
	background-color: #F56F00;
}
.gradient-dark-color{
	background-color: #D04E00;
}
.white-background{
	background-color: white;
}
.orange{
	color: #EE7405;
}
.black{
	color: #000000;
}
.left-dotted-border{
	border-left: 1px dotted #BDBDBD;
}
/* Utils */ 
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.bold{
	font-weight: bold;
}
.font13{
	font-size: 13px;
}
.no-display{
	display: none;
}
.hidden{
	visibility: hidden;
}
.no-border{
	border: 0;
}
.no-margin{
	margin: 0;
}
.no-padding{
	padding: 0;
}
.overflow-hidden{
	overflow: hidden;
}
.mar-top-m{margin-top:10px;}
.pad-bottom-m{margin-bottom:10px;}

