body {
	font-size: 12px;
	color: #274873;
	font-family: arial;
}
* { margin: 0; padding: 0; }

.hide { display: none; }

img {
	border: 0px;
}

a {
 color:#274873;
 text-decoration: none
}

a:hover {
 text-decoration: underline;
}
/*toolbar*/

.fond_bas {
 background: url(../images/fond_bas.png);
 background-repeat: repeat-x;
}

ul#toolbar {
	height: 45px;
	width: 896px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	/*text-indent: -9999px;*/
	}
	
#toolbar li a {
	height: 45px;
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#offre-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-offre.png);
	}

#toolbar li#realisation-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-realisations.png);
	}

#toolbar li#recrutement-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-recrutement.png);
	}

#toolbar li#contact-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-contact.png);
	}

#toolbar li#presse-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-presse.png);
	}

#toolbar li#societe-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-societe.png);
	}

#toolbar li#conseils-tab {
	width: 128px;
	background-image: url(../images/tabs/toolbar_tabs-conseils.png);
	}


/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 55.5em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 950px;
	height: 400px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	border-bottom: black 1px solid;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 896px;
	margin: 0 auto;	
	border-top: 1px solid #fff;
	background: #fff url(./img/content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}

#content {
	width: 6713px;
	}
	
.section {
	width: 860px;
	margin: 20px;
	float: left;
	border-bottom: 1px solid black;
	}

.subbar {
	width: 860px;
}
div#footer {
	width: 896px;
	margin: 0 auto 20px auto;
	font-size: 12px;
	padding-top: 62px;
	border-top: 1px #9c9c9c solid;
	}