#content{padding : 10px;font-size : 1.1em;}
h1{
	float : left;
	font-size : 1.4em;
	position :  relative;
	margin-bottom : 10px;
	line-height : 1.5em;
	padding : 0 12px 0 12px;
	background-color : #CC9999;
	text-transform : uppercase;
	color : white;
	}

.accroche{
	clear : left;
	font-weight : bold;
	margin : 10px 0 20px -20px;
	padding-left : 20px;
	background : url("../img/commun/puce-orange.gif") 0 4px no-repeat;
	}
#step1{
	position : relative;
	float : left;
	width : 260px;
	z-index : 2;
	line-height : 32px;
	}

#step1 li{
	height : 32px;
	margin-bottom : 2px;
	padding-left : 20px;
	padding-bottom : 2px;
	}
#step1 li a{
	display : block;
	color : black;
	text-transform : uppercase;
	font-size : 1.2em;
	font-weight : bold;
	}
#step1 li a:hover{
	color : #EE5223;
	}
#step1 li img{
	padding-right : 15px;
	}
a.choosen{
	color : #EE5223 !important;
	}
#step2, #step3{
	position : relative;
	float : right;
	width : 480px;
	z-index : 2;
	}
#submitForm {
	font-weight : bold;
	color : black;
	}
#submitForm:hover {
	text-decoration : underline;
	}
/***** CARTE DE FRANCE *****/
#carte-france{
	position : relative;
	z-index : 1;
	}
#carte-france div{
	position : absolute;z-index : 2;
	top : 20px;
	left : 50px;
	}

.rollover{
	color : black;/*#672309;*/
	font-weight : bold;
	/*text-decoration : underline;*/
	background-color : #60B144;
	border : 1px black solid;
	height : 2em;
	padding : 0 5px 0 5px;
	line-height : 2em;
	}
/***** FIN CARTE DE FRANCE *****/
/***** RESULTATS *****/
#results{
	position : absolute;
	top : 150px;
	left : 400px;
	width : 370px;
	background-color : #F5FDEF;
	border : 1px black solid;
	z-index : 10;
	padding : 10px;
	height : 400px;
	overflow: auto;
	}
#closeResults{
	position : absolute;
	top : 10px;
	left : 280px;
	width : 78px;
	text-align:right;
	font-weight : bold;
	color : black;
	text-decoration : underline;
	}
#boutonPrint{
	position : absolute;
	top : 30px;
	left : 280px;
	width : 60px;
	text-align:right;
	padding-left : 18px;
	height : 15px;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	background : url(../img/commun/ico_imprim.gif) 0 0 no-repeat;
	}
#boutonMail{
	position : absolute;
	top : 48px;
	left : 238px;
	width : 100px;
	text-align:right;
	padding-left : 20px;
	height : 18px;
	line-height : 18px;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	background : url(../img/commun/ico-lettre.gif) 0 0 no-repeat;
	}
#boutonPrint:hover, #closeResults:hover, #boutonMail:hover, #closeMailResults:hover{
	text-decoration : none;
	color : #EE5223;
	}
#resultsContent{
	width : 350px;
	}

#recapRecherche{display:none;}
#results li{
	background : url(../img/commun/puce-orange.gif) 0px 9px no-repeat;
	padding : 5px 0 5px 17px;
	}
#results h2, #mailResults h2, #mailConfirm h2{
	font-size : 1.6em;
	height : 2em;
	line-height : 2em;
	margin-bottom : 1em;
	}
#results h2 span{
	/*background-color : #60B144;*/
	background : url(../img/service-soin/bg-vert.gif);
	border : 1px black solid;
	padding : 0 5px 0 5px;
	}
/***** /RESULTATS *****/
/***** MAIL RESULTS *****/
#mailResults, #mailConfirm{
	position : absolute;
	top : 150px;
	left : 50px;
	width : 320px;
	background-color : #F5FDEF;
	border : 1px black solid;
	z-index : 11;
	padding : 10px;
	height : 400px;
	overflow: auto;
	line-height : 16px;
	}
#closeMailResults, #closeMailConfirm{
	position : absolute;
	top : 10px;
	right : 10px;
	width : 78px;
	text-align:right;
	font-weight : bold;
	color : black;
	text-decoration : underline;
	}
#mailResults input{
	width : 200px;
	height : 14px;
	margin-bottom : 3px;
	}
#comment{
	width : 300px;
	height : 50px;
	margin-bottom : 5px;
	}
#submitMailForm{
	width : auto !important;
	height : auto !important;
	}
#mailResults h2 span, #mailConfirm h2 span{
	/*background-color : #60B144;*/
	background : url(../img/service-soin/bg-vert.gif);
	border : 1px black solid;
	padding : 0 5px 0 5px;
	}
/***** /MAIL RESULTS *****/
/***** MAIL CONFIRM *****/
#mailConfirm{
	z-index : 13;
	}
