/*
CSS-file for three column layout 2006
http://www.savio.no/examples/three-column-layout-2.asp
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/ {
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	background-color: #a2a094;
	text-align: center; /*** Centers the design in old IE versions ***/
}
.clear {
	clear: both;
}
#mainContainer {
	width: 912px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 453px;
	background: #91a8b3;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 513px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background: #fff;
	height: 89px;
	position:relative;
}
#sub_header {
	background: #a2a094;
}/*
#imageContainer{
	width: 664px;
	height: 89px;
	position:absolute;
	top: 0;
	left: 248px;
}*/
#imageContainer img{
	display:none;
	position:absolute;
	top:0; left:0;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	margin-top: 23px; /*** Make some space for our top menu ***/
	padding-left: 166px;
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
	width: 746px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.menu into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 912px;
	margin-left: -166px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	width: 746px;
/*	height: 455px;*/
	min-height: 660px;
	background: #fff;
}
* html #content {
	position: relative; /*** IE needs this  ***/
}
.contentWrap {
	position:relative;
	background:url(image/bg_bot_right.gif) bottom right no-repeat;
/*	height: 455px;*/
	min-height: 660px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}
#arianne {
	padding-top: 10px;
}
#share {
	position: absolute;
	right: 10px;
	top: 10px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 166px;
	background: #91a8b3;
	min-height:400px;
	padding-top:53px;
}
* html #left {
	position: relative; /*** IE needs this  ***/
	height: 453px;
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
}
#left li {
	padding-bottom: 2px;
}
#news {
	position: relative;
	margin-top:30px;
}
#section_change {
	position: relative;
	margin-top:20px;
	margin-left:15px;
}
.puce_section {
	position: relative;
	top: 3px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	position:absolute;
	right:0;
	top:0;
	width:189px;
	background:#c5d1d6 url(image/bg_bot_rightcol.gif) no-repeat bottom right;
	height:100%;
	min-height:453px;
	/*padding: 20px;*/
}
* html #right {
	position: absolute;  /*** IE needs this  ***/
	right:0;
	top:0;
	margin-right: -189px; /*** IE gets this margin. ***/
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}
#realisation {
	padding: 20px;
	background: #ffffff url(image/bg_bot_realisation.gif) no-repeat bottom right;
}
/*************************
MENU
**************************/
#menu {
	margin: -23px 0 0 -746px; /*** Top Right Bottom Left -- Move the right column so it takes the positon as a top menu ***/
	float: left;
	width: 746px;
	height: 23px;
}
* html #menu {
	position: relative; /*** IE needs this  ***/
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
#menu li {
	float: left;
	display: block;
}
/**************************
FOOTER
**************************/
#footer {
	width: 912px;
	margin: 0 auto;
}
/**************************
OVERLAY PNG
**************************/
a.photo-container {
	position: relative;
	display: block;
} 
span.photo-container {
	position: relative;
	display: block;
}
img.mask {
	position: absolute;
	top: 0;
	left: 0;
}
/**************************
Ligne Tableau Réalisation
**************************/
.ligne1 {
	background-color: #E2E9ED;
}
.ligne1 p{
	padding-left: 10px;
}
.ligne2 {
	background-color: #ffffff;
}
.ligne2 p{
	padding-left: 10px;
}

/**************************
Ligne Tableau Carrière
**************************/
#carreer,
#postulate{
	width: 700px;
	padding: 0;
	margin: 0;
}
#carreer caption{
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#carreer th, 
#postulate th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #91a8b3 url(image/carreer-bg_header.jpg) no-repeat;
}
#carreer th.nobg,
#postulate th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
#carreer td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 4px 4px 8px;
	color: #4f6b72;
}
#postulate td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 4px 4px 8px;
	color: #4f6b72;
}
#postulate div{
	border-bottom: 1px solid #C1DAD7;
}
#postulate td.form {
	padding: 0;
	border-bottom: none;
}
#carreer td a,
#postulate td a{ 
	border-bottom: 1px dashed #4f6b72;
}
#carreer tr.alt th, 
#carreer tr.alt td,
#postulate tr.alt th, 
#postulate tr.alt td{
  color: #4f6b72;
  background-color: #E8F7FF;
}
#carreer th.grimard,
#postulate th.grimard {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: url(image/icon_grimard.png) no-repeat 1px center;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left:22px;
}
#carreer th.elect,
#postulate th.elect {
	border-left: 1px solid #C1DAD7;
	border-top: 0; 
	background: url(image/icon_elect.png) no-repeat 1px center;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left:22px;
}
#carreer th.const,
#postulate th.const {
	border-left: 1px solid #C1DAD7;
	border-top: 0; 
	background: url(image/icon_const.png) no-repeat 1px center;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left:22px;
}
#carreer th.automat,
#postulate th.automat {
	border-left: 1px solid #C1DAD7;
	border-top: 0; 
	background: url(image/icon_automat.png) no-repeat 1px center;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left:22px;
}
#carreer th.telecom,
#postulate th.telecom {
	border-left: 1px solid #C1DAD7;
	border-top: 0; 
	background: url(image/icon_telecom.png) no-repeat 1px center;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left:22px;
}
/**************************
Go to top
**************************/
#gototop	{
	display: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10px;
	width: 90px;
	background: #FABA00 url(image/top.gif) 5px -8px no-repeat;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	position: fixed;
	left: 50%;
	bottom: 5px;
	padding: 7px 7px 7px 20px;
	margin-left: 303px;
}
#gototop:hover	{ text-decoration:none; color: #fff;}

/**************************
SafeClad addon
**************************/
#safeclad {
	position: absolute;
	top: 35px;
	right: 215px;
	width: 175px;
}

/* =Button
-------------------------------------------------------------- */
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* black */
.black {
	color: #d7d7d7 !important;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9 !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;	
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	/*background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');*/
}
.orange:hover {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	/*background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7 !important;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9 !important;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5 !important;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
