
/*
// GENERAL ////////////////////////////////////////////////////////
*/

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#site {
	width: 100%;
}

#contenu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}





/*
// MODIFICATION ////////////////////////////////////////////////////////
*/

#titre-site {
	float:left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#adresse {
	clear: both;
	float:left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#titre {
	margin-top: 20px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
}
#titre #titre-cabinet, #titre #titre-honoraires, #titre #titre-fiches, #titre #titre-urgence, #titre #titre-acces {
	width: 450px;
	background-image: none;
	
}

#texte {
	width: 100%;
}

#bas-page-print {
	display: block;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}




/*
// SUPPRESSION ////////////////////////////////////////////////////////
*/

#navigation {
	display: none;
}

#bandeau {
	display: none;
}

#fil-ariane {
	display: none;
}

#fiche-themes {
	display: none;
}

#imprimer {
	display: none;
}

#bas-page {
	display: none;
}