@import url(base.css);

div#container {position:relative; text-align: left;width:900px;margin:10px auto; border: 1px solid #333;}

div#navigation { float:left;width:210px;}
div#extra { float:right;width:600px}
div#footer { clear:both;width:100%;background:#5BA1BD;text-align: center;padding: 0.25em 0}

#wrapper { margin: 10px;width: auto; }

#slider { float: right;width: 15px;margin-top: 0.75em;}
#content { position:relative;float: right;width:600px;margin-right: 15px;}

/*#content { position:relative;float: right;width:600px;height: 430px;overflow: hidden;margin-right: 15px;}
#contentScroll { position: absolute;width:600px;text-align: left;}
*/

#header {
	margin: 10px;
	background: #fff url("../img/bkg_header-normal.jpg") no-repeat top right;
}

body#accueil #header {background-image:url("../img/bkg_header-accueil.jpg");}
body#plan #header {background-image:url("../img/bkg_header-plan.jpg");}
body#cabinet #header {background-image:url("../img/bkg_header-presentation.jpg");}
body#fondateur #header {background-image:url("../img/bkg_header-fondateur.jpg");}
body#intervention #header {background-image:url("../img/bkg_header-intervention.jpg");}
body#modalites #header {background-image:url("../img/bkg_header-modalites.jpg");}
body#honoraires #header {background-image:url("../img/bkg_header-honoraires.jpg");}
body#postulation #header {background-image:url("../img/bkg_header-postulation.jpg");}
body#consultation #header {background-image:url("../img/bkg_header-consultation.jpg");}
body#actualites #header {background-image:url("../img/bkg_header-actualites.jpg");}
body#contact #header {background-image:url("../img/bkg_header-contact.jpg");}
body#liens #header {background-image:url("../img/bkg_header-liens.jpg");}




.clear {clear: both; height:0;}

#header img#logo  {
	margin: 0 60px;
}


#navigation ul  {
	text-align: right;
	margin-left: 10px;
}
#navigation li  {
	padding: .5em 20px .5em 0;
	line-height: 1.2em;
	border-bottom: 1px dashed #a09c92;
	font-size: 86%;
}
#navigation li a:link,#navigation li a:visited  {
	border: none;
	display: block;
	color:#6e685a;
}
#navigation li a:hover,#navigation li a span.active  {
	background: none;
	color: #044298;
}

#contentScroll fieldset {
	margin-top:15px;
}

#contentScroll table td {
	/*font-size:0.7125em;*/
	
}


