* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:16px; color:#393939;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
#content ul li {
	color:#050505;
	padding:2px 0 2px 11px;
}
#content ul li a{
	color:#050505 !important;
	text-decoration:none;
}
#content ul li a:hover{
    color:#050505;
	text-decoration:underline;
}

#content ul li a.active{
    text-decoration:underline;
    color:#1c9337 !important;
    
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.col-1, .col-2, .col-3 { 
	float:left;
	padding-bottom:6px !important;
}

.col-1B, .col-2B, .col-3B { 
	float:left;
	padding-bottom:6px !important;
}

#content .col-3 div.pad, #content .col-2 div.pad, #content .col-1 div.pad {
	padding:0 15px 0 13px
}

.padTexte {
	padding:0 25px 0 13px
}

#content .col-3 div.padLeft, #content .col-2 div.padLeft, #content .col-1 div.padLeft {
	padding:0 0px 0 13px
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:930px;
	margin:0 auto;
	padding:24px 0 12px 20px;
	font-size:12px;
}

.bottom_block .container { 
	width:900px;
	margin:0 auto;
	padding:0 47px 0 20px
}


.justifier
{
	text-align:justify;
}

/*==== GLOBAL ===1==*/
#main {
	margin:0 auto;
}

#header {
	width:920px;
	margin:0 auto;
}
#footer {
	height:29px;
	background:#252525
}

#footerFixe {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height:29px;
	background:#252525
}

.foot {
	width:880px;
	margin:0 auto;
	color:#9d9d9d;
	font-size:0.6886em;
	padding:8px 0 0 0
}
.foot a {
	color:#c2c2c2;
}




/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.img-indent-right{ 
	margin:10px 0px 0 20px; 
	float:right;
}

p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.p4 { 
	margin-bottom:13px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#d52d00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:30px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:15px;
	letter-spacing:-1px
}
h2 {
	color:#757575;
	font-size:14px;
	border-bottom:1px solid #ececec;
	padding:0 0 7px 0px;
	font-weight:normal;
	margin-left:11px;
	margin-bottom:17px;
	text-transform:uppercase;
	letter-spacing:-1px
}
h3 {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:18px;
	margin-top:4px;
	line-height:30px;
	letter-spacing:-1px
}
h4 {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:18px;
	margin-top:4px;
	line-height:30px;
	letter-spacing:-1px;
	color:#6cad44
}

h5 {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:18px;
	margin-top:4px;
	line-height:30px;
	letter-spacing:-1px;
	color:#1c9337
}


.title { 
	margin-bottom:20px;
}

.sousTitreActualites {
	display:inline-block;
	color:#919191;
	font-size:14px;
	border-bottom:1px solid #ababab;
	padding:0px 0 7px 11px;/*0 0 5 10*/
	font-weight:normal;
	margin-bottom:17px;/*15*/
	width:490px;
	text-transform:uppercase;
	letter-spacing:-1px
}

.titreActualites {
	font-size:23px;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*margin-bottom:15px;*/
	/*padding:0 0 0px 5px;*/
	letter-spacing:-1px ;
	color:#000000
}

.blocActualites{
	padding-top:20px;
}

.actualites {
	color:#000000;
}

/*==================boxes====================*/
.boxTaille1
{
	width:346px;
}
.boxTaille2
{
	width:646px;
}

.box {
	float:left;
	background:#fff;
	margin-right:46px;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x top;
		position:relative
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:24px 23px 24px 25px;
	}
.block_bg {
	background:url(images/block_bg.gif) no-repeat 0% 0%;
	width:32px;
	height:33px;
	position:absolute;
	right:54px;
	bottom:-25px;
}
.box p {
	color:#050505;
}
.box_title {
	margin:0 0 18px 0;
	display:block;
	float:left;
}

.box_titreArticle {
	font-size:15px;
	margin:0 0 2px 0;
	color:#050505;
}

.box_referenceArticle {
	font-size:11px;
	margin:0 0 0px 0;
	display:block;
	color:#050505;
}

.more {
	display:block;
	margin:8px 8px 0 0;
	float:right;
	font-weight:bold;
	text-decoration:underline;
	color:#1c9337;
}
.more:hover {
	text-decoration:none;
}
.address { 
color:#050505;
}
	.address dt {
		margin-bottom:16px;
		
	}
	.address dd { 
		clear:both;
		width:200px;
	}
		.address dd span { 
			float:left;
			padding-right:0;
		}
		.address dd strong { 
			padding-right:25px;
			font-weight:normal
		}
.custm_adress {
	float:left;
	width:252px;
	margin-bottom:21px;
}
.custm_adress span {
	margin-right:15px
}
.custm_adress2 {
	float:left;
	width:242px;
	margin-bottom:21px;
}
.custm_adress2 span {
	margin-right:15px
}

/*===== header =====*/
#header .row-1 {
	padding:8px 0 0 24px;
}
#header .row-1 .logo {
	float:left;
}
#header .row-2 {
	margin-top:7px;
}

#header .row-2 .header_bg{
	height:164px;
	padding:204px 0 0 42px;
	color:#fff;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px
}

.imageAccueil {
	background:url(images/imageHautAccueil.jpg) no-repeat 45% 0%;
}	

.imageContact {
	background:url(images/imageHautContact.jpg) no-repeat 45% 0%;
}

.imageSolution {
	background:url(images/imageHautSolution.jpg) no-repeat 45% 0%;
}

.imageTeletravail{
	background:url(images/imageHautTeletravail.jpg) no-repeat 45% 0%;
}

.imageGreenworking{
	background:url(images/imageHautGreenworking.jpg) no-repeat 45% 0%;
}

.imageConditions{
	background:url(images/imageHautContact.jpg) no-repeat 45% 0%;
}

.imageRecrutement{
    background:url(images/imageHautRecrutement.jpg) no-repeat 45% 0%;
}

.imageMentions{
	background:url(images/imageHautContact.jpg) no-repeat 45% 0%;
}

#header .row-2 .header_bg_greenworking{
	background:url(images/imageHaut5C.png) no-repeat 0% 0%;
	height:144px;
	padding:254px 0 0 42px;
	color:#fff;
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:36px
}


.titreFondGrid {
    padding:10px 0 5px 0;
	font-size:36px;
	line-height:40px;
	display:block;

}

.titreFondGridContact{
	font-size:33px;
	line-height:40px;
}

.titreMentionsLegales
{
	font-size:20px;
}

.titreFondGridContactPetit{
	font-size:22px;
	line-height:25px;
}

.titreFondGridTeletravail{
	font-size:27px;
	line-height:40px;
}

.titreFondGridGreenworkingPetit{
	font-size:22px;
	line-height:35px;
}

#nav  {
	float:right;
	margin-right:32px;
	display:inline;
	padding-top:24px;
	
}
#nav ul li {
	float:left;
	margin-left:22px;
	line-height:20px;
}
#nav ul li a {
	color:#050505;
	font-size:14px;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#050505;
	text-decoration:underline
}
#nav ul li a.active {
	color:#1c9337;
	text-decoration:underline;
}


/*===== content =====*/
.inp {
	border:none;
	border-left:1px solid #a2a2a2;
	border-top:1px solid #a2a2a2;
	width:204px;
	height:21px;
	padding-top:3px;
	margin-top:13px;
	background:#f6f6f6
}
.inner .inp {
	border:none;
	border-left:1px solid #a2a2a2;
	border-top:1px solid #a2a2a2;
	width:229px;
	height:21px;
	padding-top:3px;
	margin-top:13px;
	background:#f6f6f6

}
.bottom_block {
	background:#f1f1f1;
	padding:22px 0 49px 40px;
}

.bottom_block_Solution{
	background:#f1f1f1;
	padding:22px 0 49px 270px;
}

.style1 {
	background: url(images/bg1.gif) no-repeat 100% 0%;
	color:#666;
	margin:21px 0 0 0
}
.style1 strong {
	display:block;
	color:#303030;
}
.block_text {
	color:#4b4b4b;
}
.block_text p {
	margin-bottom:24px !important
}
.block_text  a {
	color:#3a3a3a;
	font-weight:bold;
}
.block_text p  a {
	color:#3a3a3a;
	font-weight:normal
}
.block_col-1 {
	float:left;
	width:245px;
	padding:0 58px 0 16px;
}
.block_col-1 h3, .block_col-2 h3 {
	line-height:16px;
}
.block_col-1 .p4 {
	margin-bottom:13px !important
}
.block_col-2 {
	float:left;
	width:548px;
}
.inp_form {
	float:left;
}

.inp_form  input{
	width:256px;
	padding:5px;
	color:#909090;
	border:1px solid #909090;
	line-height:0.7512;
	margin-bottom:10px;
}
.inp_form textarea {
	width:526px;
	height:92px;
	color:#909090;
	padding:5px;
	color:#909090;
	border:1px solid #909090;
	line-height:15px;
}
.alignright {
	text-align:right;
	padding:18px 4px 0 0
}
.alignright a {
	color:#3a3a3a;
	font-weight:bold;
	margin-left:20px;
	text-decoration:underline
}
.alignright a:hover {
	text-decoration:none
}

.link {
	display:inline-block;
	margin-top:25px;
}

.linkCol1 {
	display:inline-block;
	color:#a9c95a;
	font-weight:bold;
}

.linkCol2 {
	display:inline-block;
	font-weight:bold;
}

.linkCol3 {
	display:inline-block;
	font-weight:bold;
}

.hauteurBlocTriple{
	height:165px;
}

.interligne {
	display:inline-block;
	margin-bottom:7px;
}


.linkPrestation {
	display:inline-block;
	margin-top:3px;
	color:#050505;
}

.margin_left38 {
	margin-left:38px
}
/*===== ajouts olivier =====*/

.tiret_vert1{
	color:#a9c95a;
}

.tiret{
    font-weight:bold;
}

.couleur1 {
    color:#a9c95a;
}

.couleur2 {
    color:#6cad44;
}

.couleur3 {
    color:#1c9337;
}

.titreIntermediaire {
    font-size:15px;
    font-weight:bold;
}

.alerteEnvoiMail {
    font-style:italic;
    color:Red;
}

/*===== footer =====*/

.cache
{
	display:none;
}

/*----- forms -----*/

/*==========================================*/

.formationPoints
{
	padding:4px 0 4px 0;
	font-style:italic;
}

.lienTelechargerPlaquette
{
	color:#EFEFEF;
	font-size:14px;
	text-decoration:none;
}

.lienTelechargerPlaquette:hover 
{
	color:#EFEFEF;
	text-decoration:underline
}