﻿/* global */

body {
margin: 0;
padding: 0;
}

html, body {
    overflow-x:hidden;
    overflow-y:auto;
}

.conteneur { /*le conteneur global du site, qui sera centré*/ 
position: relative;
width: 760px;
margin: 0 auto;
}

img
{
	border:0px;
}


table
	{
	border-collapse:collapse;
	vertical-align:top;
	}
td
	{
	vertical-align:top;	
	}

acronym {
	border-bottom: none;
	}

.t_basket
{
	font:normal normal 8pt/10pt verdana;
	color:#666666;
}

.t_footer
{
	font: normal normal normal 7pt/10pt verdana;
	color:#333333;
	text-align:center;
}

a.MonLien:link
{
	font-family:Arial;
	font-size:8pt;
	line-height:11pt;
	font-weight:bold;
	color:#044396;
	text-align:center;
	text-decoration: none;
}
a.MonLien:visited
{
	font-family:Arial;
	font-size:8pt;
	line-height:11pt;
	font-weight:bold;
	color:#044396;
	text-align:center;
	text-decoration: none;
}
a.MonLien:hover, a.MonLien:active
{
	font-family:Arial;
	font-size:8pt;
	line-height:11pt;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration: none;
}
/* fin global */

/* Boutons */
.button
{
    background: #316a9f;
    padding: 4px 10px;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    color:#fff;
}
	
.button:hover
{
    background: #f3b008;
    padding: 4px 10px;
    font-size: 12px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}
	
/* fin Boutons */

/* textes */
.link_vert
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#699534;
	text-decoration:underline;
}
.link_vert:hover
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
.link_jaune
{
	display:block;
	margin-bottom:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#005c89;
}
.link_jaune:hover
{
	display:block;
	margin-bottom:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}


.titre_section
{
	font-family:Century Gothic;
	font-size:25px;
	font-weight:bold;
	color:#9a9a9a;
}
.titre_categorie
{
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#373737;
	text-decoration:underline;
}
.texte_fort
{	font-size:17px;
	font-family:Arial;
	font-weight:bold;
	color:#316a9f;
}
.texte_fort2
{	font-size:14px;
	font-family:Arial;
	color:#316a9f;
	font-weight:bold;
}
.texte_bold
{	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#316a9f;
}
.texte_normal_bold
{	font-size:13px;
	font-family:Arial;
	font-weight:bold;
}
.texte_normal
{	font-size:13px;
	font-family:Arial;
}
.signature
{	font-size:14px;
	font-family:Arial;
	color:#336699;
	font-weight:bold;
}
.lien_section
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#4b4a4a;
	text-decoration:none;
	font-variant:small-caps;
}
.lien_section:hover
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#1e415c;
	text-decoration:underline;
	font-variant:small-caps;
}
.lien_section_selected
{
	color:#1e415c;
	text-decoration:underline;	
}
.parro
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#014aa4;
	text-decoration:none;
}
.parro:hover
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#014aa4;
	text-decoration:underline;
}
.error
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:red;
	text-decoration:none;
}
.sorry
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.lien_icon
{	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#9f9f9f;
	text-decoration:none;
}
.lien_icon:hover
{	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#014aa4;
	text-decoration:underline;
}
.text_nouvelles
{	font-size:12px;
	font-family:Arial;
	color:#656565;
	text-align:justify;
	padding-left:3px;
}
.ttl_nouvelles
{	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
	text-align:justify;
	font-variant:small-caps;
}
.text_normal_small
{	font-size:11px;
	font-family:Arial;
	color:#000000;
}

/* fin textes */

/* Nouvelles */
.news_ttl
{
	background-image:url(/images/bg/bg-index-b.gif);
	height:36px;
	vertical-align:middle;
	padding-left:4px;
	font-size:16px;
	font-weight:bold;
}

/* fin Nouvelles */




/* LH Plante */


html, body {
	margin-bottom: 1px;
}

body {
	min-width: 960px;
	font-size: 12px;
	font-family: Helvetica,Arial,Sans-Serif;
	line-height: 1.7em;
	background:#fff;
	color:#333;
}

body a {
	color:#316a9f;
}

ul, ol {
	padding-left: 15px;
	margin: 5px 0;
	list-style:disc;
}

ul li {
	margin: 0;
	padding: 0;
}

ul li a {
	line-height: 1.8em;
}

ul ul {
	margin-left: 25px;
	padding: 5px 0;
}

p {
	margin: 0 0 15px;
}

h1, h2, h3, h4, h5 {
	line-height: 1.1em;
	margin: 15px 0;
}

h1 {
	font-size: 30px;
	font-weight:normal;
	color:#222;
}

h2 {
	font-size: 200%;
	font-weight: normal;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 120%;
}


a {
	outline: medium none;
	text-decoration: none;
}

/* Grid Container */
.plante-container {
	margin: 0 auto;
	width: 960px;
}

.plante-block {
	margin-bottom: 10px;
	padding: 15px 5px;
	position: relative;
}

/* HEADER */
#header {
	background: url("/images/layout/shadow-down.png") no-repeat scroll center bottom transparent;
	height: 70px;
	width: 100%;
	padding-bottom: 20px;
	position: fixed;
	z-index: 99;
}

#header .plante-container {
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
}

#header .plante-container .plante-container-pad {
	margin: 0 auto;
	width: 960px;
}

#logo {
	display: block;
	font-family: "Lobster Two","Helvetica",arial,serif;
    font-size:38px;
	color:#000;
 	height: 43px;
	margin-top: 22px;
	width: 375px;
}


/* SUPERFISH MENU */
#header .sf-menu {
	float: right;
	background-color:#316a9f;
	margin-bottom: 0;
	margin-top:28px;
}

#header .sf-menu li {
    background: url("/images/layout/main-menu-separator.png") no-repeat scroll right center transparent;
}

#header .sf-menu .parent li {
    background: none;
}

#header .sf-menu a {
	background:none;
	border:0;
	padding:5px;;
	font-family: "Yanone","Helvetica",arial,serif;
	font-size:18px;
	font-weight:400;
	letter-spacing:0.5px;
	color:#fff;
	color:#eee;
} 

#header .sf-menu li.active a,#header .sf-menu li a:hover {
	color:#fff;
}

#header .sf-menu .parent li a {
	color:#fff;
	border-bottom:1px dotted #fff;
}

#header .sf-menu .parent li.last-child a {
	color:#fff;
	border-bottom:none;
}

#header .sf-menu .parent li a:hover {
	color:#316a9f;
}

#header .sf-menu li.last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#header .sf-menu li.last-child a {
    padding-right: 0;
}

#header .sf-menu li.parent.sfHover a {
	background:#fff;
	color:#777;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#header .sf-menu li.parent.sfHover ul {
	background:#fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:auto !important;
	left:auto !important;
}

#header .sf-menu li.parent.sfHover ul li {
	background:none;
	margin:0;
	padding:0;
}

#header .sf-menu li.parent.sfHover ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;border-radius: 0px;
	padding:10px 0px;
	margin:0 10px;
	background:none;
	border-bottom:1px dotted #ccc;
	line-height:1;
}

#header .sf-menu li.parent.sfHover ul li.last-child a {
	border-bottom:0
}

#header .sf-menu li.parent.sfHover ul ul {
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
}

.sf-menu li:hover ul ul, .sf-menu li.sfHover ul ul {
	margin-left:5px
}

#header .sf-menu li.parent a .sf-sub-indicator {
	left: 50%;
	margin-left: -5px;
	top: 2.2em;
	background-image:url(/images/layout/arrows.png);
}

#header .sf-menu li.parent ul .sf-sub-indicator {
	top:0.8em;
	left:auto;
	margin-left:0
}

#header .sf-menu a {
	font-family: 'Yanone Kaffeesatz', 'Helvetica', arial, serif;
}

.headerFix {display: block;height: 70px;}

/* HOMEPAGE SLIDER */
#showcase {
	background-image: url("/images/layout/slide-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#showcase .plante-container {
	background: url("/images/layout/shadow-up.png") no-repeat scroll center bottom transparent;
}

.homepage #showcase .plante-container {
	width: 100%;
}

.homepage #showcase .plante-container .grid_12 {
	background-image: url("/images/layout/slide-bottom-bar.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	margin: 0;width: 100%;
}

.slides-container {
	position:relative;
	background:#316a9f;
	border-bottom:1px solid #316a9f;
    -webkit-box-shadow: 1px 1px 3px #696969;
	-moz-box-shadow: 1px 1px 3px #696969;
	box-shadow: 1px 1px 3px #696969;
}

#slider {
	height: 350px;
	margin: 0 auto;
	position: relative;
	width:100%;
}

#slider {
	position:relative;
	overflow:auto;
	width:960px;
	height:350px;
}

.slidesContainerPages {
	position:relative;
	background:#316a9f
}

#sliderPages {
	height: 10px;
	margin: 0 auto;
	position: relative;
	width:100%;
}

#sliderPages {
	position:relative;
	overflow:auto;
	width:960px;
	height:10px;
}

#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0
}

#slider li {
	float:left;
	width:960px;
	height:320px;
	padding-right:10px;
	padding-left:0;
}

.pagination {
	bottom: 8px;left: 50%;
	right: auto;
	top: auto;
	position:absolute;
	z-index:500;
	padding:0;
}

.pagination li {
	-moz-border-radius: 8px 8px 8px 8px;
	background:#316a9f;
	border: 2px solid #FFFFFF;
    border-radius: 15px;
	opacity: 1;
	cursor: pointer;
	display: block;
	float: left;
	height: 12px;
	margin-right: 4px;
	width: 12px;
	text-indent:-9999px;
}

li.current {
	background: #FFFFFF;
}

.sliderbutton {
	text-indent:-9999px;
	cursor:pointer;
	z-index:999;

}

.sliderbutton.prev {
	background: url("/images/layout/slide-controls.png") no-repeat scroll 0 0 transparent;
	height: 80px;
	left: 0;
	position: absolute;
	top: 135px;
	width: 74px;
	z-index:999;
}

.sliderbutton.prev:hover {
	background-position: 0 -80px !important;
	z-index:999;
}

.sliderbutton.next {
	background: url("/images/layout/slide-controls.png") no-repeat scroll -74px 0 transparent;
	height: 80px;
	position: absolute;
	right: 0;
	top: 135px;
	width: 74px;
	z-index:999;

}

.sliderbutton.next:hover {
	background-position: -74px -80px !important;
	z-index:999;
}


/* Homepage text & find out button */
.homeTitle {
	line-height: 1.1;
	padding: 30px 0;
}

.homeTitle h1{
	font-size: 30px;
	font-weight:normal;
	color:#316A9F;
}

#feature .plante-block {
	padding:0 5px;
	margin-bottom:10px;
	position:relative;
	width:640px;
}

.findOut {
	background:#222222;
	height: 119px;
	margin-bottom: 20px;
	margin-left: 40px;
	width: 119px;
}

.findOut .plante-block {
	margin: 10px 0 0;
	padding: 0 !important;
	position:relative;
}

.findOut a {
	background: url("/images/layout/find-out-more.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 32px;
	height: 90px;
	line-height: 1;
	margin-left: 0;
	margin-top: 0;
	padding-top: 29px;
	text-align: center;
	text-shadow: 1px 2px 0 #000000;
	width: 119px;
	text-decoration:none;
}

.findOutQuestions {
	background:#222222;
	height: 119px;
	margin-bottom: 20px;
	margin-left: 40px;
	width: 119px;
}

.findOutQuestions .plante-block {
	margin: 10px 0 0;
	padding: 0 !important;
	position:relative;
}

.findOutQuestions a {
	background: url("/images/layout/find-out-more.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 90px;
	line-height: 17px;
	margin-left: 0;
	margin-top: 0;
	padding-top: 29px;
	text-align: center;
    text-shadow: 1px 2px 0 #000000;
	width: 119px;
	text-decoration:none;
}

.findOutQuestionsEn {
	background:#222222;
	height: 119px;
	margin-bottom: 20px;
	margin-left: 40px;
	width: 119px;
}


.findOutQuestionsEn .plante-block {
	margin: 10px 0 0;
	padding: 0 !important;
	position:relative;
}


.findOutQuestionsEn a {
	background: url("/images/layout/find-out-more.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 90px;
	line-height: 17px;
	margin-left: 0;
	margin-top: 0;
	padding-top: 35px;
	text-align: center;
    text-shadow: 1px 2px 0 #000000;
	width: 119px;
	text-decoration:none;
}


.telephonePlante{
	color: #316a9f;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.telephonePlante2{
	color: #316a9f;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}


/* MAIN ROW - ARTICLE */
#main .article {
    display:block;
    width:600px;
	margin-bottom: 35px;
	margin-right: 50px;
	margin-top:-20px;
}

#main .article-title {
	font-size: 38px;
	font-weight: 400;
	width:auto;
}

#main a:hover {
	text-decoration:none;
	font-weight:bold;
}


h2.titleModules {
	background: url("/images/layout/bg-h.png") no-repeat scroll left bottom transparent;font-size: 26px;
	width:650px;
	font-weight: 400;
	line-height: 1em;
	padding-bottom: 15px;
}

#main ul.menu {
	list-style: none outside none;margin: 0;
	padding: 0;
}

#main .plante-block {
	padding-top:0;
}

#main ul.menu li a {
	border-bottom: 1px solid #CCCCCC;
	color: #5F5F5F;
	display: block;
	font-size: 13px;
	padding: 4px 0 4px 5px;
}

#main ul.menu li a:hover {
	background:#F5F5F5;
	color: #333333;
	text-decoration: none;
}


/* NEWS */
.newsblock {
    background-color: #fac02e;
    font-family: Trebuchet MS,sans-serif;
    min-height: 185px;
    padding: 10px;
    width: 180px;
}

.newsblock .section_title {
    background-color: #316a9f;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-top: -20px;
    padding: 15px;
    width: 170px;
}

.newsblock .item {
    display: block;
    /*float: left;*/
    line-height: 18px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
}

/* .newsblock .item a {
    border: 1px solid red;
}*/

.newsblock .item .title {
    color: #005c89;
    font-size: 16px;
    font-weight: bold;
}

 
.newsblock .item:hover .title {
    color: #0091d8;
}

.newsblock .item .date {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.newsblock .item:hover .date {
    color: #929292;
}
.newsblock .item .text {
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}
.newsblock .item:hover .text {
    color: #929292;
    font-size: 12px;
    font-weight:normal;
    line-height: 18px;
    text-decoration: none;
}


.newsblock a {
    color: #044396;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.newsblock a:hover {
    color: #929292;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;

}

.newsblock .item .text span {
    color: #005c89;
    font-weight: bold;
}
.newsblock .item:hover .text span {
    color: #0091d8;
}
.newsblock .archive {
    text-align: right;
}
.newsblock .archive a {
    color: #005c89;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.newsblock .archive a:hover {
    color: #0091d8;
}




/******* page nouvelles *********/
.news
{
	margin-top:20px;
}
.news .item
{
	padding-top:10px;
	padding-bottom:70px;
	border-bottom:1px solid #acacac;
}
.news .item .image
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:solid 2px #005c89;
	max-width:250px;

}
.news .item .image img
{
	border:solid 2px #005c89;
	max-width:250px;
}
.news .item .image img:hover
{
	border:solid 2px #0091d8;
}
.news .item h2, .news .item h3, .news .item p
{
	margin:0px;
}
.news .item h3
{
	font-size:12px;
}

.dateArchives {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.titleArchives {
    color: #005c89;
    font-size: 16px;
    font-weight: bold;
}

.textArchives{
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}

.paginationArchives {
    font-weight: bold;
    margin-top: 10px;
}

.paginationArchives a:disabled {
}

.imageArchives{
    border:solid 2px #005c89;
    width:250px;
    height:150px;
	max-width:250px;

}

.imageArchives:hover{
	border:solid 2px #0091d8;
	max-width:250px;
}





/* FOOTER */
#footer {
	background:#0C0B0A;
	color:#aaa;
	font-size:11px;
}

#footer a:hover {
	color:#fff;
}

#footer ul.menu {
	list-style: none outside none;
	margin: -10px 0 0 0;
	padding: 0;
}

#footer ul.menu li {
	line-height: 1.2;
}

#footer ul.menu li a {
	color: #797979;
	font-size: 11px;
}

#footer ul.menu li a:hover {
	color:#fff;
}

.footerMenu li {
	float: left;
}

#footer h2.titleNav {
	background: none;
	color: #FFFFFF;
	font: 12px/1 Arial,Helvetica,sans-serif;padding-bottom: 0;
	text-transform: uppercase;
}

.copyright {
	color: #3E3E3E;
}

.copyright .plante-block {
	padding-top: 20px;
	text-align: right;
}

#top-link { 
	display:none; 
	font-weight:normal; 
	font-family:tahoma; 
	font-size:10px; 
	width:90px; 
	background:url(/images/layout/bull02.png) 8px 15px no-repeat;
	color:#fff; 
	font-size:11px; 
	text-decoration:none; 
	padding:6px 6px 6px 19px;
	position:fixed; right:5px; 
	bottom:5px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #666677;
	*height: 1.5%
}

#top-link:hover {
	background-color:#f3b008;
	border:1px solid #f3b008;
}

.photosPages{
    width:640px;
	border:1px solid #316a9f;
	-webkit-box-shadow: 1px 1px 3px #696969;
	-moz-box-shadow: 1px 1px 3px #696969;
	box-shadow: 1px 1px 3px #696969;
}

.contact #showcase .plante-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}
.contact #showcase .plante-container .grid_12 {
    margin: 0;
    width: 100%;
}
.contact #showcase .plante-container .slidesContainerPages {
    margin: 0;
    padding: 0;
    width: 100%;
}

#googleMap {
    height: 400px;
    width: 100%;
    border-bottom:1px solid #316a9f;
    -webkit-box-shadow: 1px 1px 3px #696969;
	-moz-box-shadow: 1px 1px 3px #696969;
	box-shadow: 1px 1px 3px #696969;
}

.planteTelephone {
	font: 12px/1 Arial,Helvetica,sans-serif;
    font-weight:bold;
    line-height:25px;
}

.photosSide{
    width:200px;
	border:1px solid #316a9f;
	-webkit-box-shadow: 1px 1px 3px #696969;
	-moz-box-shadow: 1px 1px 3px #696969;
	box-shadow: 1px 1px 3px #696969;
}


#Mapcontent {
    height: 250px;
    width: 250px;
    
}

.firstHeading 
{
    display:block;
    margin-top:35px;
}

.hautLogin {
    height: 460px;
    width: 600px;
    
}

.headerFixAdmin 
{
    display: block;
    height: 50px;
}

.hautLoginAdmin {
    height: 550px;
    width: 600px;
    
}

.hautNewsAdmin {
    height: 750px;
    width: 600px;
    
}
.photos-slider
{
	position:relative;
	border:solid #316a9f 1px;	
	width:640px;
		-webkit-box-shadow: 1px 1px 3px #696969;
	-moz-box-shadow: 1px 1px 3px #696969;
	box-shadow: 1px 1px 3px #696969;
}
.photos-slider .unslider-arrow
{
	position:absolute;
	top:50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     font-size:60px;
     line-height:60px;
     padding:0px 5px 10px 5px;
     background-color:rgba(48,48,48,0.5);
     color:rgba(255,255,255,1);
     font-weight:normal !important;	
}
.photos-slider .unslider-arrow:hover
{
	background-color:rgba(48,48,48,1);
}
.photos-slider .unslider-arrow.prev
{
	left:0px;
}
.photos-slider .unslider-arrow.next
{
	right:0px;
}