/* CSS Document */
/* Fondation CARI */
/* ------------------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}

#clear {
	clear:both;
}


#fdc-main {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
}

#fdc-top {
	width: 850px;
	height: 60px;
	background-image:url(../images/top.png);	
}

#fdc-menu {
	width: 850px;
	height: 40px;	
	background-image:url(../images/bg_menu.png);
}

#fdc-sous-top {
	width: 675px;
	height: 20px;
	padding-left:170px;
	margin-bottom:5px;	
	background-image:url(../images/sous_top.png);
	background-repeat:no-repeat;
	}
	
#fdc-conteneur-595 {
	float:left;
	margin-left:0px;	 
	width: 595px;
}

#fdc-rempl-595 {	
	width: 595px;	
	background-image:url(../images/rempl595.png);
}

#fdc-bottom-595 {
	height:9px;
	background-image:url(../images/bottom595.png);
	background-repeat:no-repeat;
	width:595px;
}
	

#fdc-conteneur-495 {
	float:left;
	margin-left:0px;	 
	width: 495px;
}

#fdc-rempl-495 {	
	width: 495px;	
	background-image:url(../images/rempl495.png);
}

#fdc-bottom-495 {
	height:9px;
	background-image:url(../images/bottom495.png);
	background-repeat:no-repeat;
	width:495px;
}
	
	
	
#fdc-conteneur-350 {
	float:left;
	width:350px;
	margin-left:0px;	
}
	

#fdc-rempl-350 {	
	width: 350px;	
	background-image:url(../images/rempl350.png);
	}
	
#fdc-bottom-350 {
	height:9px;
	background-image:url(../images/bottom350.png);
	background-repeat:repeat;
	width:350px;
	}
	
	
#fdc-conteneur-250 {
	float:left;
	width:250px;
	margin-left:0px;	
}
	

#fdc-rempl-250 {	
	width: 250px;	
	background-image:url(../images/rempl250.png);
	}
	
#fdc-bottom-250 {
	height:9px;
	background-image:url(../images/bottom250.png);
	background-repeat:repeat;
	width:250px;
	}
	


#fdc-conteneur-text {
	margin-top:11px;
	background-color:#FFFFFF;	
	margin:0px;
	padding-right:5px;
}

#fdc-conteneur-pave-droite {
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

#fdc-conteneur-footer {
	background-image:url(../images/bottom_site.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	width:850px;
}


#sep {
	height:1px;
	margin-top:10px;
	background-color:#e5e0d6;

}