@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/chi-siamo/fond-page.png);
	background-repeat: repeat-x;
	background-color: #29A8D9;
}

#contenu {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 850px;
	min-height: 700px;
	_height: 500px;
	background-image: url(../images/chi-siamo/fond-contenu.png);
	background-repeat: repeat-x;
}

#presentation {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 850px;
	min-height: 50px;
	_height: 50px;
	height: 196px;
}

#ombre-fond {
  position: absolute;
  z-index: 10;
  top: 140px;
  left: 910px;
  width: 14px;
  height: 450px;
}

#titre-news {
	position: relative;
	width: 80px;
	height: 32px;
}

#tableau-news {
	position: relative;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 830px;
	min-height: 50px;
	_height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #29A8D9;
	height: 403px;
}

.colonne-news {
	float: left;
	padding-right: 15px;
	width: 242px;
	min-height: 50px;
	_height: 50px;
}

.colonne-news2 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 241px;
	min-height: 50px;
	_height: 50px;
	border-left: 1px solid #e5e5e5; 
}



.img-gauche {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:center;
}

.img-gauche img {
	border: 1px solid #FFFFFF;
}
