/************ General ****************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #003366 url(../images/fond-site.jpg) repeat-x;	
}	

#global {
	position: relative;
}

/************ Entete ****************/
#header {
	text-align: left;
	height: 113px;
	width: 980px;
	background: #fff url(../images/header.gif) no-repeat;
}

#header img {
	margin-left: 20px;
	margin-top: 2px;
	border: 0px;
	float:left;
	display:block;
}
.btn_recrute {
  float:right;
  display:block;
  padding:30px 0 0 0;
}

/************ Menu ****************/
#menu {
	background: url(../images/menu.jpg) no-repeat;
	height: 29px;
}

/************ Contenu ****************/
#contenu {
	margin-left: 42px;
	margin-top: 20px;
	width: 938px;
	height: 397px;
	background: #fff;
}
#contenu2 {
	margin-left: 42px;
	margin-top: 20px;
	width: 938px;
	height: 450px;
	background: #fff;
}
#contenu_left {
  float: left;
	width: 400px;
}

#contenu_right {
  	float: left;
	margin-left: 40px;
	width: 250px;
}

#contenu_right_2 {
  	float: left;
	margin-left: 40px;
	padding-top: 40px;
	width: 400px;
}

/*********** Accueil ****************/ 
#contenu_right_acc {
	float: left;
	margin-left: 40px;
	width: 400px;
}

/************ Société ****************/
#contenu_soc_haut {
  height: 265px;
  background: #FFF url(../images/locaux-valtis.jpg) no-repeat right top;
}

#contenu_soc_haut_dev {
  position: absolute;
  left: 141px;
  top: 287px;
  z-index: 10;
}

#contenu_soc_haut_siege {
  position: absolute;
  left: 440px;
  top: 407px;
  width: 250px;
  height: 15px;
  z-index: 11;
}

#histo_col1 {
  float: left;
  width: 200px;
}

#histo_col2 {
  float: left;
  width: 200px;
}

#histo_col3 {
  float: left;
  margin-right: 20px;
  width: 200px;
}

#histo_col4 {
  float: left;
  width: 275px;
}
#histo_col {
  float: left;
  width: 183px;
}
/************ Securite ****************/
#contenu_secu_haut {
	width: 375px;
}

#contenu_secu_bas {
	position: absolute;
	top: 410px;
	left: 60px;
}

#secu_col1 {
  float: left;
  width: 225px;
}

#secu_col2 {
  float: left;
  width: 225px;
}

#secu_col3 {
  float: left;
  margin-right: 20px;
  width: 225px;
}

/*************** Automates ***************/
#auto_col1 {
  float: left;
  margin-right: 20px;
  width: 400px;
}

/************* Contact ******************/
#contact_left {
	padding-left: 20px;
  	float: left;
	width: 450px;
}

#contact_right {
  	float: left;
	width: 400px;
}

/************ Pied de page ****************/
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 80px;
	width: 924px;
	padding-left: 60px;
	padding-top: 26px;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
}
#footer_left {
	width:600px; 
	float:left;
}
#logo_prosegur {
	float:right;
}


