90/*
    Document   : boites
    Created on : 11 janv. 2010, 10:43:13
    Author     : Simon
    Description:
        Purpose of the stylesheet follows.
*/
#col_gauche .boite {
		width: 218px;
}

/*--- plan interactif ---*/
#col_gauche #plan h3,
#col_droite #plan h3 {
		height: 107px;
		text-indent: -999em;
		background: url(/css/images/fnd_boite_titre_plan_gauche2.jpg) no-repeat top left;
		margin: 0;
}
#col_gauche #plan p,
#col_droite #plan p {
		background: url(/css/images/fnd_boite_middle_plan_gauche.png) repeat-y top left;
		margin: 0;
		padding: 10px 20px 0px;
		font-size: 0.9em;
}
#col_gauche #plan p a,
#col_droite #plan p a {
		color: #818181;
		font-weight: bold;
}
#col_gauche #plan p a:hover,
#col_droite #plan p a:hover {
		text-decoration: none;
}
#col_gauche #plan .pied,
#col_droite #plan .pied {
		height: 11px;
		line-height: 11px;
		background: url(/css/images/fnd_boite_bottom_plan_gauche.png) no-repeat bottom left;
}
#col_droite #plan h3 {
		height: 151px;
		background: url(/css/images/fnd_boite_titre_plan_droite2.jpg) no-repeat top left;
}
#col_droite #plan p {
		background: url(/css/images/fnd_boite_middle_plan_droite.png) repeat-y top left;
}
#col_droite #plan .pied {
		background: url(/css/images/fnd_boite_bottom_plan_droite.png) no-repeat bottom left;
}

/*--- boite de localisation (home) ---*/
#col_centre #droite {
		float: right;
		width: 209px;
		margin: 0.75em 0 0 10px;
}
#col_centre #localisation {
		background: url(/css/images/fnd_boite_middle_localisation.png) repeat-y top left;
}
#col_centre #localisation h3 {
		background: #2176c7 url(/css/images/fnd_boite_titre_localisation.png) no-repeat top left;
		margin: 0;
		color: #fff;
		border: 0;
		font-variant: normal;
		font-size: 1.2em;
		padding: 180px 15px 3px;
}
#col_centre #localisation h4 {
		color:  #2176c7;
		background: none;
		font-size: 1em;
		padding: 10px 5px 5px 15px;
		margin: 0;
}
#col_centre #localisation p {
		font-size: 0.9em !important;
		padding: 5px 15px 5px 15px;
		margin: 0;
		font-weight: normal !important;
		line-height: inherit !important;
		color: #000;
}
#col_centre #localisation form {
		font-size: 0.9em;
		padding: 0;
		background: none;
		border: 0;
}
#col_centre #localisation .input {
		padding: 5px 5px 5px 15px;
		overflow: auto;
		zoom: 1;
}
#col_centre #localisation .input .input {
		padding: 0;
}
#col_centre #localisation .input input {
		border: 1px solid  #2176c7;
}
#col_centre #localisation .input label {
		color:  #2176c7;
		display: block;
		font-weight: bold;
		padding: 2px 0;
		float: none;
		margin: 0;
		text-align: left;
		width: auto;
}
#col_centre #localisation .input .radio input {
		padding: 0;
		margin: 1px 3px 0 0;
		width: auto;
		border: 0;
		height: 13px;
		width: 13px;
}
#col_centre #localisation .input .radio label {
		padding: 0;
		width: 150px;
}
#col_centre #localisation .bottom {
		background: url(/css/images/fnd_boite_bottom_localisation.png) no-repeat bottom left;
		height: 15px;
		line-height: 15px;
		margin: 5px 0 0 0;
}
#col_centre #localisation .bottom .input,
#col_centre #localisation .bottom .submit {
		padding: 0;
}
#col_centre #localisation .bottom .submit {
		text-align: center;
}
#col_centre #localisation .bottom input {
		color: #fff;
		background: #2176c7;
		border: 0;
		font-size: 0.9em;
		height: 15px;
		padding: 0 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-radius-top-left: 5px;
		-webkit-border-radius-top-right: 5px;
}
#col_gauche #urgences{
		width: 216px;
}
#col_gauche #urgences h3{
		display: block;
		line-height: 1.2;
		font-weight: bold;
		font-style: normal;
		font-size: 1.5em;
		margin: 6px 0 0 0;
		padding: 0;
		border-bottom: 0;
		font-variant: small-caps;
		text-decoration: none;
		color: #767362;
		background: #fff;
}
#col_gauche #urgences h3 strong {
		padding: 0 0 0 24px;
}
#col_gauche #urgences h3 span {
		display: block;
		color: #2375c7;
		padding: 0 0 0 24px;
		background: #ebe8e1;
}
#col_gauche #urgences p{
		background: #ebe8e1 url(/css/images/fnd_boite_bottom_gris.png) no-repeat bottom left;
		padding: 15px 25px;
		margin: 0;
		color: #24201f;
}
#col_centre #droite ul {
		margin: 1em 0 0.75em 15px;
}
#col_centre #droite ul li {
		margin: 0.25em 0;
		list-style: none;
}
#col_centre #droite ul li a {
		text-decoration: none;
		font-weight: bold;
		color: #767360 !important;
}
#col_centre #droite ul li a:hover {
		text-decoration: underline;
}