/******************************************************
  BASE STYLES
*******************************************************/
html { 
	font-size: 100%; 
} 

body { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, FreeSans, sans-serif; 
	font-size: 80%; 
} 
 
h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em 0; 
	padding: 0;
	line-height: 1.2; 
	font-weight: bold; 
	font-style: normal; 
}
 
h1 { 
	font-size: 2em; 
} 

h2 { 
	font-size: 1.7em; 
} 

h3 { 
	font-size: 1.25em; 
} 

h4 { 
	font-size: 1em; 
} 
 
ul, ol { 
	margin: .75em 0 .75em 20px; 
	padding: 0; 
} 
 
p { 
	margin: .75em 0;
} 

address { 
	margin: .75em 0; 
	font-style: normal; 
} 
 
a { 
	text-decoration: underline; 
} 

a:link { 
	color: #11C; 
} 

a:visited { 
	color: #339; 
} 

a:hover, a:active { 
	color: #00F; 
} 

a:active, a:focus { 
	outline: none; 
} 

a img { 
	border: none; 
} 
 
em { 
	font-style: italic; 
}
 
strong { 
	font-weight: bold; 
} 
 
form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

input, button, select { 
	vertical-align: middle;
}

abbr[title] { 
	border-bottom: 1px dotted; 
	cursor: help; 
} 
 
blockquote { 
	margin: .75em 0 .75em 20px; 
	padding: 0 0 0 10px; 
	border-left: solid 2px #ddd; 
}
 
q, cite { 
	font-style: italic; 
}
 
q cite, q q { 
	font-style: normal 
} 
 
q { 
	quotes: none; 
} 

q:before, q:after { 
	content: "";
} 
 
blockquote p, li p { 
	margin: .5em 0; 
} 
 
dl { 
	margin: .75em 0; 
} 

dt { 
	margin: .75em 0 0 0; 
	font-weight: bold; 
} 

dd { 
	margin: .25em 0 .25em 32px; 
} 
 
table { 
	margin: 0; 
	border: 1px solid gray; 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

table td, table th { 
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
} 
 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { 
	display: block; 
}

/******************************************************
  CLEAR
*******************************************************/
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/******************************************************
  TYPO3 SPECIFIC STYLES
*******************************************************/
.csc-firstHeader {
  margin: 0 0 .5em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}


/******************************************************
  LAYOUT
*******************************************************/
#container {
	width: 1000px;
	margin: 0 auto;
  position: relative;	
}


#headerWrapper {
  position: relative;
}

#globalWrapper {
  background: url(images/globalWrapperBg.png) repeat-y left top;
  position: relative;
}

#footerWrapper {
  height: 50px;
  background: url(images/footerWrapperBg.png) no-repeat left top; 
  position: relative;
}


#container img.backgroundImage {
  position: absolute;
  right: 30px;
  bottom: 15px;
  z-index: 500;
}

/******************************************************
  HEADER
*******************************************************/
#header {
  position: relative;
  z-index: 500;
}

#header h1 span {
  display: none;
}

#header img.headerImage {
  position: absolute;
  top: -25px;
  right: 0px;
}


/******************************************************
  ECOBLOG
*******************************************************/
#ecoblog {
  position: absolute;
  top: 0px;
  right: 200px;
  width: 200px;
}

#ecoblog ul {
  margin: 0;
  list-style-type: none;
}

#ecoblog p {
  margin: 0 auto;
}

#ecoblog p a {
  display: block;
  width: 198px;
  height: 32px;
  background: url(images/ecoblog.png) no-repeat left top;
}
#ecoblog p a:link, #ecoblog p a:visited, #ecoblog p a:hover, #ecoblog p a:active {
	background-position:0 -32px;
	text-decoration:none;
}

#ecoblog p a span {
  display: none;
}

#ecoblog ul {
  width: 190px;
  margin: -12px auto 0 auto;
}

#ecoblog ul li {
  display: inline;
}

#ecoblog li span {
  display: none;
}

#ecoblog li a {
  display: block;
  float: left;
  margin: 0 1px;
  width: 36px;
  height: 47px; 
}
#ecoblog li a:link, #ecoblog li a:visited {
	border:none;
}
#ecoblog li a:hover, #ecoblog li a:active {
	border-bottom:2px solid;
}

#ecoblog li a.item1 {
  background: url(images/ecopharma.png) no-repeat left top;
  border-color:#89BD55;
}

#ecoblog li a.item2 {
  background: url(images/centremedical.png) no-repeat left top;  
  border-color:#6791C1;
}

#ecoblog li a.item3 {
  background: url(images/ecopassion.png) no-repeat left top;  
  border-color:#ECD240;
}   

#ecoblog li a.item4 {
  background: url(images/pharmacile.png) no-repeat left top;  
  border-color:#F6AB6B;
} 

#ecoblog li a.item5 {
  background: url(images/ecosentier.png) no-repeat left top;  
  border-color:#916A41;
} 


/******************************************************
  GLOBAL
*******************************************************/
#global {
  width: 980px;
  margin-left: 4px;
}

/******************************************************
  GRIDS-2COLS
*******************************************************/
.grid-2cols {
  width: 620px;
  margin: .75em 0;
}

.grid-2cols .col-left30 {
  width: 200px;
  float: left;
}

.grid-2cols .col-right70 {
  width: 400px;
  float: right;
}


.grid-2cols .col-left70 {
  width: 400px;
  float: left;
}

.grid-2cols .col-right30 {
  width: 200px;
  float: right;
}

.grid-2cols .col-left50 {
  width: 300px;
  float: left;
}

.grid-2cols .col-right50 {
  width: 300px;
  float: right;
}

.grid-2cols .col-left60 {
  width: 340px;
  float: left;
}

.grid-2cols .col-right40 {
  width: 260px;
  float: right;
}

/******************************************************
  Sidebars
*******************************************************/
.sidebar1 {
	width: 150px;
	float: left;  
	margin-right:20px;
	position: relative;
	z-index: 1000;
}
.sidebar2 {
	width: 150px;
	float: right;
	position: relative;
	z-index: 1000;
	margin-top: 150px;
}
.sidebar1 ul, .sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	overflow:hidden;
}
.sidebar1 ul li.widget, .sidebar2 ul li.widget {
	display:block;
	margin:0;
	padding:0 0 5px 0;
	font-size:12px;
	background:#A7C744;
	border-bottom:1px solid #FFF;
}
.sidebar1 ul li.widget ul, .sidebar2 ul li.widget ul {
	color:#fff;
	padding:5px 5px;
}
.sidebar1 h2 {
	display:block;
	height:21px;
	margin:0;
	padding:5px 5px 0 5px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background:#4BA72A;
	border-bottom:1px solid #FFF;
}
.sidebar2 h2 {
	display:block;
	height:21px;
	margin:0;
	padding:5px 10px 0 5px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background:#4BA72A;
	border-bottom:1px solid #FFF;
}
.sidebar1 a, .sidebar2 a {
	display:block;
	font-size:12px;
	line-height:13px;
	font-weight:normal;
	padding:2px 0 2px 17px;
	background:url(images/puce_menu.gif) no-repeat;
}
.sidebar1 a:link, .sidebar1 a:visited {
	color:#FFF;
	text-decoration:none;
	background-position:0 2px;
}
.sidebar1 a:hover, .sidebar1 a:active {
	color:#005FA9;
	text-decoration:none;
	background-position:0 -44px;
}
.sidebar2 a:link, .sidebar2 a:visited {
	color:#FFF;
	text-decoration:none;
	background-position:0 2px;
}
.sidebar2 a:hover, .sidebar2 a:active {
	color:#005FA9;
	text-decoration:none;
	background-position:0 -44px;
}
.sidebar1 h2 a, .sidebar2 h2 a {
	display:inline;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background:none;
	border:none;
}
.sidebar1 h2 a:link, .sidebar1 h2 a:visited {
	color:#FFF;
	text-decoration:none;
}
.sidebar1 h2 a:hover, .sidebar1 h2 a:active {
	color:#005FA9;
	text-decoration:none;
}
.sidebar2 h2 a:link, .sidebar2 h2 a:visited {
	color:#FFF;
	text-decoration:none;
}
.sidebar2 h2 a:hover, .sidebar2 h2 a:active {
	color:#FFF;
	text-decoration:none;
}

/******************************************************
  Widgets
*******************************************************/
.widget_tag_cloud div {
	padding:10px 5px;
}
.widget_tag_cloud div a {
	display:inline;
	padding:0 3px;
	background:none;
}

.widget_rss a.rsswidget img {
	display:none;
}
.widget_rss li {
	position:relative;
}
.widget_rss li a {
	padding:14px 0 8px 5px;
	font-weight:bold;
	background:none;
}
.widget_rss li span.rss-date {
	display:block;
	position:absolute;
	top:0;
	left:0;
	font-size:11px;
}

.sidebar2 ul li.widget_text {
	padding:0;
}
.widget_text .textwidget a {
	background:none;
	margin:0;
	padding:0;
}


/******************************************************
  CanalECO
*******************************************************/
#canaleco {
	position: absolute;
	top: -45px;
	right: 15px;
	width: 811px;
	height: 180px;
	background: #fff url(images/canaleco-bg.gif) 0 0 no-repeat;
}
#canaleco h3 {
	position: absolute;
	top: -90px;
	right: 0px;
	display: block;
	width: 338px;
	height: 90px;
	background: url(images/canaleco-titre.png) 0 0 no-repeat;
	margin: 0;
}
#canaleco h3 span {
	display: none;
}
#canaleco .extraSeparator {
	position: absolute;
	top: 1px;
	left: 394px;
	width: 25px;
	height: 178px;
	background: url(images/canaleco-separator.gif) 0 0 no-repeat;
	z-index: 400;
}
#canaleco ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50000px;
}
#canaleco ul li {
	width: 402px;
	float: left;
	margin: 0;
	padding: 0;
}
#canaleco .in {
	width: 790px;
	height: 150px;
	margin: 20px 0 0 10px;
	float: left;
	overflow: hidden;
}

#canaleco #slider {
  height: 150px;
  width: 790px;
  overflow: hidden;
  position: relative;  
}

#canaleco .holder {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
#canaleco .holder ul {
  width: 30000px;
  height: 150px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#canaleco .holder ul li {
  width: 402px;
  height: 150px; 
  float: left;
}





/******************************************************
  MAIN
*******************************************************/
#content {
	float: left;
	width: 640px;
	padding:1px 0 0 0;
	position: relative;
	z-index: 1000;
	margin-top: 150px;
}
#content h2.pagetitle {
	display:block;
	margin:0 0 15px 0;
	padding:2px 15px;
	font-size:13px;
	color:#fff;
	background:#4CA82B;
}
#content a:link, #content a:visited {
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}
#content a:hover, #content a:active {
	color:#4CA82B;
	text-decoration:underline;
	font-weight:bold;
}
#content .post {
	margin:0 0 20px 0;
	padding:14px 10px 6px 10px;
	background:#ebecf0;
}
#content .post h2, #content .post h3 {
	display:block;
	margin:0;
	padding:0 0 8px 0;
	font-size:22px;
	line-height:20px;
	font-weight:bold;
	color:#005FA9;
}
#content .post h2 a:link, #content .post h2 a:visited, #content .post h3 a:link, #content .post h3 a:visited {
	color:#005FA9;
	text-decoration:none;
}
#content .post h2 a:hover, #content .post h2 a:active, #content .post h3 a:hover, #content .post h3 a:active {
	color:#4BA72A;
	text-decoration:none;
}
#content .post .entry {
	clear:both;
}
#content .postmetadata {
	display:block;
	text-align:left;
	margin:20px 0 0 0;
	font-size:11px;
	color:#999;
}
#content .postmetadata a:link, #content .postmetadata a:visited {
	color:#999;
	font-weight:normal;
	text-decoration:underline;
}
#content .postmetadata a:hover, #content .postmetadata a:active {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
#content .postmetadata .comments {
	display:block;
	float:right;
	margin:0 0 0 5px;
	padding:2px 0 4px 26px;
}
#content .postmetadata small.author {
	display:block;
	float:left;
	margin:0;
	padding:2px 0 4px 0;
	font-size:11px;
	color:#999;
	text-align:left;
}
#content .postmetadata small.author a:link, #content .postmetadata small.author a:visited {
	color:#999;
	font-weight:normal;
	text-decoration:underline;
}
#content .postmetadata small.author a:hover, #content .postmetadata small.author a:active {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
#content .postmetadata .tags {
	display:block;
	clear:both;
	margin:0;
	padding:2px 0 4px 0;
}
#content .navigation {
	display:block;
	margin:0 0 18px 0;
	padding:2px 10px;
	font-size:11px;
	color:#fff;
	background:#4CA82B;
}
#content .navigation .alignleft {
	float:left;
}
#content .navigation .alignright {
	float:right;
}
#content .navigation a:link, #content .navigation a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#content .navigation a:hover, #content .navigation a:active {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

/******************************************************
  Commentaires
*******************************************************/
#comments {
	margin:20px 0 0 0;
	padding:0;
	color:#999;
}
#comments a:link, #comments a:visited {
	color:#999;
	text-decoration:underline;
}
#comments a:hover, #comments a:active {
	color:#000;
	text-decoration:none;
}
#comments h3 {
	display:block;
	margin:0;
	padding:5px 10px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#4CA82B;
	background:#EBECF0;
}
#comments ol.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}
#comments ol.commentlist li {
	display:block;
	margin:0;
	padding:5px 10px 15px 10px;
	background:#EBECF0;
}
#comments ol.commentlist li p {
	clear:both;
}
#comments .comment-author {
	font-weight:bold;
}
#comments .comment-author cite {
	font-style:normal;
}
#comments .comment-author img {
	display:block;
	margin:0 6px 6px 0;
	float:left;
	border:4px solid #FFF;
}
#comments .comment-meta {
	font-weight:normal;
}
#comments .comment-meta a:link, #comments .comment-meta a:visited {
	font-weight:normal;
}
#comments .comment-meta a:hover, #comments .comment-meta a:active {
	font-weight:normal;
}
#comments #respond {
	color:#FFF;
	background:#4CA82B;
	padding:10px 10px 1px 10px;
}
#comments #respond a:link, #comments #respond a:visited {
	color:#FFF;
	text-decoration:underline;
}
#comments #respond a:hover, #comments #respond a:active {
	color:#FFF;
	text-decoration:none;
}
#comments #respond h3 {
	color:#FFF;
	background:none;
	padding:0;
}
#comments #commentform p {
	display:block;
	clear:both;
	margin:10px 0;
}
#comments #commentform label {
	display:block;
	float:right;
	width:350px;
	padding:3px 0 0 0;
	text-align:left;
}
#comments #commentform label small {
	text-align:left;
}
#comments #commentform input.text {
	display:block;
	float:left;
	margin:0;
	padding:1px 6px 3px 6px;
	width:160px;
	background:#FFF;
	color:#000;
	font-size:12px;
	border:none;
}
#comments #commentform textarea {
	display:block;
	margin:0;
	padding:6px;
	width:520px;
	height:120px;
	background:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}
#comments #commentform input#submit {
	display:block;
	margin:0;
	padding:1px 6px 3px 6px;
	width:160px;
	background:#FFF;
	font-size:12px;
	border:none;
	font-weight:bold;
	color:#4CA82B;
	cursor:pointer;
}
#comments #commentform p.subscribe-to-comments input {
	float:left;
}
#comments #commentform p.subscribe-to-comments label {
	float:left;
}


/******************************************************
  FOOTER
*******************************************************/
#footer {
  width: 982px;
  height: 19px;
  background: url(images/footerBg.gif) repeat-x left top;
  position: absolute;
  top: 13px;
  left: 3px; 
  z-index: 500; 
}

#footer p {
  margin: 0 0 0 20px;
  color: #fff;
}

#footer ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 0px;
  right: 10px;
}

#footer ul li {
  display: inline;
  font-size:11px;
}

#footer ul li a {
  display: block;
  float: left;
  padding:2px 4px;
  margin:0 6px;
}
#footer ul li a:link, #footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
  color: #fff;
  text-decoration:underline;
}

/******************************************************
  LAYOUT
*******************************************************/
body {
  	background: #E5EFD8 url(images/bodyBg.png) repeat-x left top;
}

#headerWrapper {
  background: url(images/headerWrapperBg.png) no-repeat left top;  
  height: 200px;
  padding:10px 0 0 0;
}

#globalWrapper {
  min-height: 400px;
  height: auto; !important
  height: 400px;
}


#main {
  top: -26px; 
}

#sidebar {
  top: -26px;
}

h2.sante {
  color: #005FA8;
}

h2.equilibre {
  color: #5AAB25;
}

h2.beaute {
  color: #ff3399;
}


/******************************************************
  HEADER
*******************************************************/
#header h1 {
  margin: 0;
  width: 355px;
  height: 130px;
  position: absolute;
  top:60px;
  left:35px;  
}

#header h1 a {
  display: block;
  width: 355px;
  height: 130px;
  background: url(images/logoEcoBlog.gif) no-repeat left top; 
}

/******************************************************
  QUICKLINKS
*******************************************************/
#quicklinks {
  position: absolute;
  top: 20px;
  left: 400px;
}

#quicklinks a {
  display: block;
  float: left;
  width: 50px;
  height: 100px; 
}

#quicklinks a.quicklinks2 {
  position: relative;
  left: -30px;  
}

#quicklinks a.quicklinks3 {
  position: relative;
  left: -60px;  
}

#quicklinks a.quicklinks4 {
  position: relative;
  left: -90px;  
}

/******************************************************
  pictos
*******************************************************/
#picto {
	position:absolute;
	top:0;
	left:50px;
	width:300px;
	height:32px;
}
#picto a {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin:0 2px 0 0;
}
#picto a.meteo {
	background:url(images/picto_meteo.gif) left top no-repeat;
}
#picto a.webcam {
	background:url(images/picto_webcam.gif) left top no-repeat;
}
#picto a span {
	display:none;
}


/******************************************************
  FCE - OPENING TIME
*******************************************************/
table.openingTime {
  width: 260px;
	border-collapse: collapse; 
	border-spacing: 0; 
  border: 0; 
}

table.openingTime td, table.openingTime th { 
	border: 0;
	vertical-align: middle;
	text-align: left;
}

table.openingTime th {
  width: 100px;
}

table.openingTime td {
  width: 80px;  
}

/******************************************************
  Breadcrumbs
*******************************************************/

#breadcrumbs
{
	padding-top: 1px;
	margin: 0 0 1em 0;
}

/*#breadcrumbs a:first-child:link,
#breadcrumbs a:first-child:visited
{
	color: #005FA9;
}*/

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs strong
{
	/*color: #999;*/
	color: #005FA9;
	text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:active
{
	color: #000;
	text-decoration: underline;
}

