/* CSS Document */
*{
  margin: 0;
  padding: 0;
}

body{
	background: url(/templates/public/wireframe/images/tranche.jpg) repeat-x top left;
}
td {
	padding:5px;
}
td#camftable {
	padding:10px;
}
#pageWrapper, #footer{
  overflow: hidden;
  height: 1%;/* Fix pour le container au fond blanc qui s'tendait pas assez vite */
  width: 960px;
  margin: 0 auto;
}
.donnee_entree{
  background: #CCCCCC;
  margin: 0 0 0 16px;
  padding: 10px;
  width: 420px;
  float:right;
}

#header {
  background: transparent url(/templates/public/wireframe/images/camf_famille.jpg) no-repeat 410px 0px;
  height: 300px;
  padding: 0;
  clear: both;
}
#camf {
  float: left;
	clear:both;
  margin: 0;
	padding: 0 0 0 10px;
	height:200px;
  width: 400px;
}
#facebook {
	float: right;
	clear:both;
  	margin: 0;
	padding: 25px 50px 0 20px;
	height: 32px;
  	width: 133px;
}
#nav {
  float: left;
  left: 0px;
  margin: 0 0 0 3px;
	height:34px;
  width: 940px;
}
#breadcrumbs {
	float:left;
	color:#999999;
	margin:-5px 0 0 0;
}

#mainContent {
  width: 960px;
  float: left;
  padding: 0;
  background: url(/templates/public/wireframe/images/back_silo.gif);
}

#leftPane {
  float: left;
  background: #FFFFFF;
  width: 215px;
	display:block;
	padding-left:22px;
	border-top: 1px solid white;
}

#leftPane #map {
	padding:20px 0 20px 20px;
} 

#centerPane {
  background: #FFFFFF;
  float: left;
  width: 645px;
  padding: 0 0 0 20px;
}

#footer {
  padding: 0 0 15px 0;
  text-align: center;
}

#home{
  margin: 10px;
  min-height: 400px;
}

#home #centerPane #left, #home #centerPane #right{
  float: left;
  width: 340px;
}

#home #centerPane #left{
  margin-right: 5px;
}

#home #centerPane #bottom{
  clear: both;
}

#home #rightPane{
  float: left;
  width: 245px;
  padding: 0;
}

#homePhoto{
  height: 260px;
  margin-bottom: 5px;
}

#homeIntro{
  height: 130px;
  padding: 5px;
}

#homeNews{
  padding: 5px;
  height: 397px;
}

#home #centerPane .box{
  float: left;
  width: 223px;
  height: 240px;
  margin-right: 5px;
}

#home #rightPane .box{
  margin-bottom: 5px;
  padding: 5px;
}

#tableauAccueil th {
	text-align:right;
}
#tableauAccueil #first {
	width:210px;
}
#tableauAccueil #others {
	width:210px;
	padding-left:20px;
}
#features {
		padding:0px;
}
#tableauAccueil .cellule {
	vertical-align:top;
	padding:0;
	width:198px;
}
#tableauAccueil .cellule ul{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}
#tableauAccueil .cellule ul li{
	font: 1em Arial, Helvetica, sans-serif;
	margin:0 0 0 10px;
	padding:4px 10px 4px 20px;
	background:#FFFFFF url(/templates/public/wireframe/images/camf_bullet.gif) 6px 8px no-repeat;
}
.spacer{
  clear: both;
  height: 5px;
  width: 5px;
}
.clear{
  clear: both;
}
