* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 62.5%;
	border-left: 6px solid #afe976;
	background: url(../_img/bg.gif);
	color: #5e5e5e;
}
img {
	border: 0;
}
input, textarea {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 62.5%;
	color: #5e5e5e;
}
.red_button {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	display: inline-block;
	background: url(../_img/bg_red_button.gif);
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding: 0 10px;
	text-transform: uppercase;
}
.red_button:hover {
	background: url(../_img/bg_red_button_hover.gif);
}
.red_button_small {
	background: url(../_img/bg_red_button_small.gif);
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	padding: 0;
}
.red_button_small span {
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 20px;
	background: url(../_img/bg_red_button_small_arrow.gif) 0 5px no-repeat;
}
.red_button_small:hover {
	background-image: url(../_img/bg_red_button_small_hover.gif);
}

#container, #header_inner, #footer_inner {
	width: 934px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header {
	background: url(../_img/bg_header.gif);
}
#header_inner {
	height: 154px;
}

#logo {
	position: absolute;
	top: 31px;
	left: 14px;
}

#logo a {
	display: block;
	width: 150px;
	height: 45px;
	background: url(../_img/logo.gif);
	text-indent: -9999px;
}

#nav {
	position: absolute;
	bottom: 16px;
	left: 0;
	height: 29px;
	list-style: none;
}
#nav li, #nav a {
	float: left;
}
#nav li {
	padding-right: 15px;
	background: url(../_img/dash.gif) right 12px no-repeat;
}
#nav a {
	display: inline-block;
	height: 29px;
	line-height: 25px;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	color: #515151;
}
#nav a:hover {
	border-bottom: 1px solid #515151;
}
#nav a span {
	cursor: pointer;
	display: inline-block;
	height: 29px;
	line-height: 25px;
}
#nav .last {
	padding: 0;
	background: none;
}
#nav .current a, #nav .section a {
	color: #FFF;
	background: url(../_img/nav_active_right.png) right no-repeat;
}
#nav .current a:hover, #nav .section a:hover {
	border: 0;
}
#nav .current a span, #nav .section a span {
	background: url(../_img/nav_active_left.png);
	padding: 0 7px 0 10px;
	margin-right: 6px;
}

#online_store {
	display: inline-block;
	position: absolute;
	bottom: 16px;
	right: 0;
	height: 43px;
	line-height: 37px;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background: url(../_img/online_store_right.png) right no-repeat;
}
#online_store span {
	display: inline-block;
	height: 43px;
	line-height: 37px;
	background: url(../_img/online_store_left.png);
	margin-right: 10px;
}
#online_store span span {
	cursor: pointer;
	background: url(../_img/cart.gif) 9px 9px no-repeat;
	padding: 0 10px 0 42px;
	margin: 0;
}
#online_store:hover {
	background-image: url(../_img/online_store_right_hover.png);
}
#online_store:hover span {
	background-image: url(../_img/online_store_left_hover.png);
}
#online_store:hover span span {
	background-image: url(../_img/cart.gif);
}

#contact_copyright {
	float: right;
	font-size: 1.1em;
	line-height: 30px;
	color: #515151;
	text-transform: uppercase;
	padding-right: 7px;
}
#contact_copyright a {
	color: #515151;
	text-decoration: none;
}

.columns {
	overflow:hidden;
}
.col_main, .col_side {
	float:left;
}
.col_main {
	width: 725px;
}
.col_side {
	padding-left:11px;
	width: 198px;
}

#home .welcome {
	width: 725px;
	height: 264px;
	background: url(../_img/bg_welcome.png);
	margin-bottom: 11px;
}
#home .welcome_inner {
	width: 664px;
	height: 232px;
	margin: 0 7px 7px 0;
	padding: 25px 27px 0 27px;
	background: url(../_img/bg_welcome.jpg);
}
#home .welcome_inner h2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
}
#home .welcome_inner p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-family: "Verdana", "Arial", sans-serif;
	width: 230px;
}
#home .welcome_inner div {
	margin-bottom: 5px;
}
#home .welcome_inner .button {
	font-size: 1.6em;
	color: #5e5e5e;
	text-decoration: none;
	border-bottom: 1px solid #5e5e5e;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-right: 20px;
	background: url(../_img/arrow_button.gif) right no-repeat;
}
#home .welcome_inner .button:hover {
	border-bottom: 1px dashed #5e5e5e;
}

#home .find_buy_container, #home .card_container {
	float: left;
}
#home .find_buy_container {
	width: 444px;
	height: 293px;
}

#home .find {
	width: 444px;
	height: 165px;
	margin-bottom: 11px;
	background: url(../_img/bg_find.png);
}
#home .find_inner {
	width: 417px;
	height: 145px;
	padding: 13px 0 0 20px;
	margin: 0 7px 7px 0;
	background: url(../_img/bg_find.jpg);
	color: #FFF;
	position: relative;
}
#home .find_inner h2 {
	width: 195px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}
#home .find_inner p {
	width: 195px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Verdana", "Arial", sans-serif;
}
#home .find_inner form {
	position: absolute;
	top: 123px;
	left: 7px;
	height: 30px;
}
#home .find_inner form input {
	width: 227px;
	height: 22px;
	border: 1px solid #b1b1b1;
	padding: 6px 0 0 13px;
	font-size: 1.1em;
	display: block;
	float: left;
}
#home .find_inner form .red_button {
	float: left;
}

#home .buy {
	width: 444px;
	height: 117px;
	background: url(../_img/bg_buy.png);
}
#home .buy_inner {
	width: 417px;
	height: 97px;
	padding: 13px 0 0 20px;
	margin: 0 7px 7px 0;
	background: url(../_img/bg_buy.jpg);
	position: relative;
}
#home .buy_inner h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
	width: 310px;
}
#home .buy_inner p {
	width: 280px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Verdana", "Arial", sans-serif;
}
#home .buy_inner .red_button {
	position: absolute;
	left: 7px;
	top: 84px;
}

#home .card_container {
	padding-left: 11px;
}
#home .card {
	width: 270px;
	height: 334px;
	background: url(../_img/bg_card.png);
}
#home .card_inner {
	width: 245px;
	height: 314px;
	padding: 13px 0 0 18px;
	margin: 0 7px 7px 0;
	background: url(../_img/bg_card.jpg);
	position: relative;
}
#home .card_inner h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}
#home .card_inner p {
	width: 230px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Verdana", "Arial", sans-serif;
}
#home .card_inner .red_button {
	position: absolute;
	top: 119px;
	left: 5px;
}
#acheter-en-ligne .content .red_button {
	margin-bottom: 20px;
}

.content {
	background: url(../_img/bg_content_top.png) left top no-repeat;
	width: 725px;
	padding-top: 10px;
	position: relative;
}
.content_inner {
	padding: 25px 35px 35px;
	background: url(../_img/bg_content_bottom.png) left bottom no-repeat;
	overflow: hidden;
}

.content h2 {
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 10px;
}
#carte-familia .content h2 {
	margin: 0;
}
.content h3 {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}
.content p, .content address {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}
.content p.highlight {
	font-size: 1.5em;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}
.content p.footnote {
	font-size: 0.9em;
	clear: both;
}
.content a {
	color: #5e5e5e;
}
.content a:hover {
	text-decoration:none;
}
.content .red_button {
	color: #FFF;
}
.content ul {
	list-style: inside;
	margin-bottom: 10px;
}
.content li {
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Verdana", "Arial", sans-serif;
}

.side {
	background: url(../_img/bg_side_top.png) left top no-repeat;
	padding-top: 35px;
}
.side_inner {
	background: url(../_img/bg_side_bottom.png) left bottom no-repeat;
}
.side .jobs, .side .service, .side .map, .side .store {
	background: url(../_img/bg_side_sep.gif) left bottom no-repeat;
	padding: 20px;
}
.side .jobs h2, .side .service h2, .side .map h2, .side .store h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}
.side .service h2 {
	padding-left: 49px;
	background: url(../_img/bg_service.gif) left no-repeat;
}
.side .jobs p, .side .service p, .side .map p, .side .store p  {
	color: #999;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}
.side .jobs .red_button, .side .service .red_button, .side .map .red_button, .side .store .red_button {
	position: relative;
	left: -13px;
}
.side .pics {
	margin: 20px 0 0 20px;
	padding-bottom: 27px;
	height: 155px;
	width: 158px;
}
.side .pics img {
	display: block;
	height: 155px;
	width: 158px;
	background-color: #FFF;
	top: 0; 
	left: 0;
}

#provinces {
	overflow: hidden;
	margin: 20px 0;
}
.province {
	overflow: hidden;
	width: 215px;
	height: 62px;
	float: left;
	margin-bottom: 10px;
	cursor:pointer;
}
.province img {
	width: 59px;
	height: 62px;
	float: left;
}
.province .info {
	float: left;
	padding-left: 5px;
}
.province .info .latitude, .province .info .longitude {
	display:none;
}
.province h3, .province p {
	font-size: 1.1em;
	line-height: 1.5em;
}
.province h3 {
	margin: 0;
	text-transform: none;
	font-weight: bold;
}
#pharmacies .find {
	overflow: hidden;
	padding-bottom: 10px;
}
#pharmacies .find form {
	display: inline-block;
	float: left;
	height: 30px;
	padding-right: 10px;
}
#pharmacies .find form input {
	width: 227px;
	height: 22px;
	border: 1px solid #b1b1b1;
	padding: 6px 0 0 13px;
	font-size: 1.1em;
	display: block;
	float: left;
}
#pharmacies .find form .red_button {
	float: left;
}
#pharmacies .find .red_button_small {
	float: left;
	margin-top: 5px;
	display: none;
}

#map-pharmacies {
	display:none;
}

#map {
	width: 653px;
	height: 498px;
	border: 1px solid #5e5e5e;
	margin-bottom: 10px;
	clear: both;
}
#map_legend {
	overflow: hidden;
	padding-bottom: 20px;
}
#map_legend p, #map_legend img {
	float: left;
}
#map_legend p.highlight {
	padding-right: 5px;
	padding-left: 0;
	text-transform: uppercase;
}
#map_legend p {
	padding-left: 5px;
	line-height: 38px;
}

#jobs .content_inner {
	padding-right: 7px;
}

#jobs_content {
	width: 450px;
	float: left;
}
#jobs_content #jobs_container {
	overflow: auto;
	margin-top: 40px;
}
#jobs_content .job {
	width: 210px;
	padding-right: 15px;
	float: left;
	margin-bottom: 20px;
}
#jobs_content .job h3 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#jobs_content .job p {
	margin-bottom: 10px;
}
#jobs_content .job h4 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Verdana", "Arial", sans-serif;
}

#jobs_apply {
	width: 228px;
	float: left;
	padding-left: 5px;
}
#jobs_apply img {
	display: block;
}
#jobs_apply p {
	font-size: 1.4em;
	margin-bottom: 2px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 10px;
	background: #8DEB5B;
	width: 198px;
}
#jobs_apply p span a {
	color: #5e5e5e;
	text-decoration: none;
}

#jobs_form {
	width: 618px;
	height: 607px;
	background: url(../_img/bg_form.png);
	position: absolute;
	top: 0;
	left: 50px;
	display: none;
}
#jobs_form_inner {
	margin: 54px 0 62px 61px;
	padding: 25px 93px 25px 25px;
	position: relative;
}
#jobs_form .form_line {
	overflow: hidden;
	margin-bottom: 10px;
}
#jobs_form .form_line label {
	font-size: 1.1em;
	font-family: "Verdana", "Arial", sans-serif;
	display: inline-block;
	width: 115px;
	line-height: 22px;
}
#jobs_form .form_line input {
	width: 317px;
	height: 18px;
	border: 1px solid #b1b1b1;
	padding: 2px 0 0 2px;
	font-size: 1.1em;
}
#jobs_form .form_line textarea {
	width: 317px;
	height: 40px;
	border: 1px solid #b1b1b1;
	padding: 2px 0 0 2px;
	font-size: 1.1em;
	overflow: auto;
}
#jobs_form p.error {
	color: #dc444d;	
}
#jobs_form input.submit {
	font-size: 1.1em;
}
#jobs_form a.close {
	position: absolute;
	top: 15px;
	right: 83px;
	
}
#jobs_form a.close img {
	display: block;
}

#epc_slideshow {
	display: block;
	float: right;
	margin-left: 10px;
	width: 268px;
	height: 177px;
	position: relative;
}
#epc_slideshow img {
	display: block;
}
#epc_slideshow .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#epc-familia h3.space {
	margin: 20px 0;
}

#epc_contact {
	height: 175px;
	position: relative;
	margin-bottom: 10px;
	background: url(../_img/epc_mini_map.jpg) 165px 0 no-repeat; 
}
#epc_contact p {
	float: left;
	width: 200px;
	position: relative;
	padding-top: 10px;
}
#epc_contact div img {
	display: block;
}
#epc_contact p.qg {
	padding-left: 255px;
}
#epc_people {
	overflow: hidden;
}
#epc_people div {
	float: left;
	width: 215px;
}
#epc_people div p {
	margin-bottom: 2px;
	padding: 0 5px;
}
#epc_people div p span {
	margin: 0 -5px;
	padding: 5px;
	background: #8DEB5B;
	display: inline-block;
	line-height: 0.8em;
}
#epc_contact p a, #epc_people p a {
	text-decoration: none;
	color: #5e5e5e;
}

#parapharmacie .parapharmacie_sections {
	width: 694px;
	margin: 20px -19px 0 -20px;
	list-style: none;
	overflow: hidden;
}
#parapharmacie .parapharmacie_sections li {
	padding: 0 8px 8px 0;
	float: left;
}
#parapharmacie .parapharmacie_sections li.right {
	padding-right: 0;
}
#parapharmacie .parapharmacie_sections a {
	width: 226px;
	height: 121px;
	display: block;
}
#parapharmacie .parapharmacie_sections img {
	border: 0;
}

#services_container {
	overflow: hidden;
	margin: 20px -17px 20px -18px;
}
#services_container div {
	width: 222px;
	float: left;
	padding-right: 12px;
}
#services_container div.last {
	padding: 0;
}
#services_container div img {
	display: block;
	margin-bottom: 10px;
}
#services_container div h3, #services_card div h3 {
	text-transform: none;
	font-size:1.8em;
	background: #8DEB5B;
	padding: 10px;
	text-align: center;
}
#services_card {
	margin-left: -18px;
	overflow: hidden;
	margin-bottom: 50px;
}
#services_card div {
	width: 260px;
	float: left;
	padding-right: 12px;
}
#services_card img {
	display: block;
	float: left;
}
#services_card .red_button {
	float: left;
	margin-top: 60px;
}

.visu_card, .visu_store {
	display: block;
	float: right;
	margin-bottom: 10px;
}
.visu_store {
	margin-right: -28px;
}
#MemberLoginForm_LoginForm {
	margin-bottom: 10px;
}
#MemberLoginForm_LoginForm fieldset {
	border: 0;
}
#MemberLoginForm_LoginForm #Email, #MemberLoginForm_LoginForm #Password {
	overflow: hidden;
	margin-bottom: 10px;
}
#MemberLoginForm_LoginForm label {
	font-size: 1.1em;
	font-family: "Verdana", "Arial", sans-serif;
	display: inline-block;
	width: 115px;
	line-height: 22px;
}
#MemberLoginForm_LoginForm .middleColumn {
	display: inline-block;
}
#MemberLoginForm_LoginForm input.text {
	width: 287px;
	height: 18px;
	border: 1px solid #b1b1b1;
	padding: 2px 0 0 2px;
	font-size: 1.1em;
}
#MemberLoginForm_LoginForm #ForgotPassword, #MemberLoginForm_LoginForm #Remember {
	display: none;
}
#MemberLoginForm_LoginForm input.action {
	font-size: 1.1em;
}
#MemberLoginForm_LoginForm_error {
	color: #dc444d;
}

.overlay {
	z-index: 9999;
	position: fixed!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#home .overlay {
	display: block;
}
.overlay_background {
	background: url(../_img/opacity50.png);
	position: fixed!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.overlay_content {
	position: fixed!important;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 846px;
	height: 640px;
	margin-left: -423px;
	margin-top: -320px;
}
.overlay_content_inner {
	background: #FFF;
	padding: 20px;
	-moz-box-shadow: 3px 3px 10px #444;
	-webkit-box-shadow: 3px 3px 10px #444;
	border-left:6px solid #AFE976;
}

.overlay .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../_img/close.png);
}

#screencast {
	width: 800px;
	height: 600px;
	background: #000;
}

#news_container {
	overflow: hidden;
	padding-top: 20px;
}
#news_container .new {
	float: left;
	padding-right: 15px;
	width: 205px;
}
#news_container .last {
	padding: 0;
}
#news_container .new img {
	display: block;
	margin-bottom: 15px;
}
#news_container .new h3 {
	color: #87bd3d;
	text-transform: none;
	margin-bottom: 5px;
}
#news_container .new .download {
	display: block;
	width: 139px;
	height: 29px;
	background: url(../_img/telecharger.gif);
	text-indent: -9999px;
}
#news_container .new .video {
	display: block;
	width: 139px;
	height: 29px;
	background: url(../_img/video.gif);
	text-indent: -9999px;
	margin-top: 5px;
}
