/* CSS Document */

/*
http://meyerweb.com/eric/tools/css/reset/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{ 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
A new micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

@font-face {
    font-family:'eurostarregular';
    src: url('../fonts/eurostar/eurostar-webfont.eot');
    src: url('../fonts/eurostar/eurostar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurostar/eurostar-webfont.woff') format('woff'),
         url('../fonts/eurostar/eurostar-webfont.ttf') format('truetype'),
         url('../fonts/eurostar/eurostar-webfont.svg#eurostarregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

body{
	font-family:'eurostarregular';
	font-weight:400;
	color:#333;
	background-image:url(../images/charte/body_bg.png);
}

/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/

#img_accueil{
	width:1020px;
	margin:0 auto;
	padding-top:100px;
}
#accueil_coords{
	padding:50px;
	text-align:center;
}
#accueil_domaine{
	width:auto;
	float:left;
	display:block;
	text-align:left;
}
#accueil_distrib{
	width:auto;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
#img_accueil p{
	color:#fff;
}
#img_accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#f56b02;
}

/*************************************************************************/ 
/*--------------------------- STYLE CHARTE -------------------------------*/ 
/*************************************************************************/ 

#conteneur_img{
	padding:30px;
	padding-bottom:80px;
	min-height:600px;
	background:url(../images/charte/conteneur_img_bg.png) repeat-x top left;
} 
#conteneur{
	width:1020px;
	margin:0 auto;
	overflow:hidden;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	border-radius:.8em;
	background-color:#ededed;
}

#haut{
	position:relative;
	height:270px;
	border-bottom:solid 1px #e1e1e1;
	background:url(../images/charte/header_bg.jpg) no-repeat top center;
}
#haut .logo{
	position:absolute;
	top:0;
	left:40px;
}
#haut .logosHeader{
	position:absolute;
	top:32px;
	right:0;
}
#haut .slogan{
	position:absolute;
	top:95px;
	left:40px;
	width:400px;
	font-size:.9em;
	color:#FFF;
}
#haut .horaires{
	position:absolute;
	top:63px;
	left:450px;
	padding-left:15px;
	border-left:dotted 1px #e7cfd9;
	color:#FFF;
}
#haut .horaires p{
	font-size:.8em;
	line-height:1.5em;
	color:#e7cfd9;
}

#haut .menu1{
	position:absolute;
	top:160px;
	left:0;
	height:60px;
	width:100%;
	line-height:58px;
	padding:0 20px;
	background:url(../images/charte/menu_bg.png) repeat-x top left;
}
#haut .menu1 li{
	display:inline;
	padding:0 10px;
}
#haut .menu1 li a{
	display:inline-block;
	padding-left:30px;
	background-image:url(../images/charte/sprite_icones_menu1.png);
	background-repeat:no-repeat;
	font-size:1.4em;
	color:#FFF;
}
#haut .menu1 li a:hover{
	text-shadow:0 0 5px rgba(255,255,255,1);
}
#haut .menu1 .pharmacie a{background-position:0 23px}
#haut .menu1 .contact a{background-position:0 -40px}
#haut .menu1 .accueil a{background-position:0 -105px}

#haut .menu2{
	position:absolute;
	bottom:0;
	left:20px;
	height:50px;
	line-height:50px;
}
#haut .menu2 li{
	float:left;
	background:url(../images/charte/fleche_menu2.png) center 60px no-repeat;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#haut .menu2 li:hover{
	background:url(../images/charte/fleche_menu2.png) center 42px no-repeat;
}
#haut .menu2 li a{
	padding:0 10px;
	padding-right:14px;
	border-right:dotted 1px #6f8300;
}

#texte{
	position:relative;
	padding:20px;
	min-height:500px;
	border-bottom:solid 1px #CCC;
}

#bas{
	border-top:solid 1px #fff;
}
#bas .adresseBas{
	padding:20px;
	font-size:.9em;
	color:#a79aa3;
	text-shadow:0 1px 0 rgba(255,255,255,1);
	text-align:center;
	border-bottom:solid 1px #CCC;
}
#bas #menuBas{
	border-top:solid 1px #fff;
	padding:20px;
	text-align:right;
}
#bas #menuBas li{
	display:inline;
	padding-left:20px;
}
#bas #menuBas li a{
	font-size:0.8em;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/

#texte p{
	margin: 10px 0;
	line-height:1.5em;
}
#texte strong{
	font-weight:normal;
	color:#ed7703;
}
#texte small{
	font-size:.9em;
	line-height:1.2em;
	color:#666;
}
.petit_texte {
	font-size:0.8em;
	color:#999;
}
h1{
	font-size:2em;
	margin-bottom:20px;
	font-weight:normal;
	color:#a4c400;
}
h2{
	font-size:1.5em;
	margin:10px 0;
	font-weight: normal;
	color:#a4c400;
}
h2.ariane{
	float:left;
	background:url(../images/charte/ariane.jpg);
	width:530px;
	height:34px;
	padding:8px 0 0 10px;
	margin-top:0;
}
h2.ariane a:link, h2.ariane a:visited{
	color:white;
	text-decoration:none;
	font-size:14px;
}
h3{
	font-size:1.2em;
	margin:10px 0;
	font-weight: normal;
	color:#ed7703;
}
h4{
	font-size:1em;
	margin:10px 0;
	font-weight: normal;
	color:#a4c400;
}

a:link, a:visited{
	color:#6f8300;
	text-decoration:none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover, a:active{
	color:#ed7703;
}
.avertissement {
	color:#CC0000;
}
#texte ul {
	list-style-type:none;
	margin-left:30px;
}
#texte ol{
	margin-left:30px;
}
select { color:#000 }

/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/

#formContact { width:55%; text-align:left; margin:30px 10px 0 0; float:left }
.field { margin:0 0 10px 0; }
.field label {
	width:130px;
	float:left;
	font-size:.9em;
}
.message { margin-bottom:5px }
#formContact textarea { width:330px; }
#formContact input { width:200px; }
#formContact input, #formContact textarea { 
	background:#fff;
	border: solid 1px #dbdbdb;
    padding:4px;
	color:#000;
	font-size:.9em;
	color:#999;
	border-radius:.2em;
}
#formContact input:focus, #formContact textarea:focus {
	border: solid 1px #a1c100;
}
#formContact input.BTcontact {
	width:120px;
	padding:4px;
	font-size:.9em;
	background-image:none;
	background: url(../images/charte/menu_bg.png) repeat-x left -1px;
	color:#fff;
	border: solid 1px #96b300;
	cursor: pointer;
}
#formContact input.BTcontact:hover {
	background: url(../images/charte/menu_bg.png) repeat-x left bottom;
}
.adresse { width:40%; float:left; margin:30px 0 0 0; }
.coordonnees { padding-bottom:20px; margin-bottom:10px; border-bottom:1px dotted #fff; }
.asterix { color: #b8d0eb; }
.obligatoire { padding-right:60px; }
.alert_contact{margin: 20px 0 0 30px}

/*************************************************************************/
/*------------------------ STYLE PLAN SITE ------------------------------*/
/*************************************************************************/

#pagesstandards, #pagesspeciales {float:left; width:49%;}
#pagesstandards ul li, #pagesspeciales ul li, #list-base li {list-style:disc;}
#list-base li ul li, #list-base ul li ul li ul li, #list-base ul li ul li ul li ul li { list-style:circle;}

/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}
#pagination.mod-pagination {
	margin-top:15px;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}
#pagination .page_active{
	color:#F00;
}

/************** Scroll ancres **************/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.pict{box-shadow:0 10px 10px -10px rgba(0,0,0,0.7)}

.blocFix{overflow:hidden}

.clearer{
	clear:both;
	height:0px;
}
.separate{
	clear:both;
	margin:25px -20px;
	height:0;
	border-bottom:solid 1px #CCC;
	box-shadow:0 1px 0 rgba(255,255,255,1);
}

.left{float:left}
.right{float:right}

.margeR{margin-right:20px}
.margeL{margin-left:20px}
.margeB{margin-bottom:20px}

#texte .liste1{
	line-height:1.5em;
	margin-left:15px;
	margin-bottom:10px;
	list-style-image:url(../images/charte/liste1.gif);
}
#texte ol.liste1{
	margin-left:40px;
	font-size:.9em;
	list-style:decimal-leading-zero;
}
#texte ol.liste1 li{
	padding:10px 0;
	border-bottom:solid 1px #CCC;
	box-shadow:0 1px 0 rgba(255,255,255,1);
}
#texte ol.liste1 li:last-child{
	border-bottom:none;
	box-shadow:none;
}

.bloc2{width:646px}
.bloc3{width:313px}

.cadreContent{
	padding:10px 20px;
	margin-bottom:20px;
	border:solid 1px #dbdbdb;
	border-radius:.3em;
	background-color:#FFF;
	box-shadow:0 2px 2px -2px rgba(0,0,0,0.2);
}
.cadreContent.first{height:530px}
.cadreContent.last{
	height:395px;
	background-image:url(../images/presentation/bal.jpg);
	background-repeat:no-repeat;
	background-position:120px 260px;
}

.cadreContent.acne h3{
	color:#ed7703;
}

#texte .acne .liste1 li{
	padding:10px 0;
	border-bottom:solid 1px #dbdbdb;
}
#texte .acne .liste1 li:last-child{
	padding-bottom:0;
	border-bottom:none;
}

.cadreContent h2{
	padding-bottom:10px;
	border-bottom:solid 1px #dbdbdb;
}
.cadreContent h3{
	font-size:1.1em;
	color:#93878d;
}
#texte .cadreContent .PDF a{
	display:block;
	padding-left:70px;
	font-size:.9em;
	background:url(../images/charte/1358458512_pdf.png) no-repeat center left;
}

.masonry{
	margin-right:-20px;
	width:1000px;
}
#texte .item{
	float:left;
	width:271px;
	margin-right:20px;
}

#texte .entete{
	position:relative;
	margin:-20px;
	margin-bottom:20px;
}
#texte .entete h1{
	position:absolute;
	bottom:-20px;
	left:0;
	display:inline-block;
	padding:15px 20px;
	background-image:url(../images/charte/prune_bg.png);
}

#texte .biberon p{
	margin:0;
	width:273px;
	padding:10px 20px;
	color:#FFF;
	background-color:#ed7703;
}
#texte .biberon strong{
	font-weight:bold;
	color:#FFF;
}

.vignette1{
	position:absolute;
	top:430px;
	right:20px;
	padding:30px;
	height:210px;
	width:210px;
	text-align:center;
	font-size:.9em;
	color:#503440;
	background-color:#FFF;
	border:solid 3px #f4f4f4;
	-webkit-box-shadow:3px 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow:3px 5px 10px rgba(0,0,0,.2);
	box-shadow:3px 5px 10px rgba(0,0,0,.2);

}
.infantiles{padding-right:300px}

table.tableau1 td,
table.tableau1 th{
	font-size:.9em;
	text-align:left;
	padding:10px;
	border:solid 1px #eee;
}
table.tableau1 th{
	font-size:1em;
	font-weight:normal;
	color:#009ee0;
}
table.tableau1 .col1{background-color:#fff6ff}
table.tableau1 .col2{background-color:#f6fbff}
table.tableau1 .col3{background-color:#fff9f6}
table.tableau1 .line1{background-image:url(../images/charte/orange2_bg.png)}

.cadreContent.laits{color:#443f85}