@charset "utf-8";

/* ===============================
   STYLESHEET FOR FLEATICKRISK.COM
   All rights reserved.
   =============================== */


/* --- BASIC STYLES --- */

/* Global */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0 15px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .75em;
	line-height: 1.2;
	color: #4c4c4c;
	background-color: #f0f0f0;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	font-style: normal;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}

/* Lists */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: .75em 0;
	padding: 0;
}
dt {
	margin: .75em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 32px;
	padding: 0;
}

/* Paragraphs and quotations */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ccc;
}
q {font-style: italic;}
cite {font-style: italic;}

/* Links */
a {
	color: #086;
	text-decoration: underline;
}
a:visited {color: #688480;}
a:hover, a:focus, a:active {color: #fe9100;}
a img {border: none;}

/* Misc inline elements */
em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}
sup, sub {
	vertical-align: baseline;
	font-size: .75em;
	position: relative;
}
sup {top: -0.75em;}
sub {bottom: -0.25em;}

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}

/* Image classes */
img.center, img.centre {
	display: block;
	margin: 15px auto;
}
img.left, img.gauche {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
img.right, img.droite {
	display: inline;
	float: right;
	margin: 0 10px 15px 15px;
}


/* --- GLOBAL CONTAINING BLOCK --- */

#global {
	position: relative;
	width: 952px;
	margin: 0 auto;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	padding-bottom:20px;
}


/* --- HEADER --- */

/* Container */
#header {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
	margin: 0 0 20px 0;
	height:106px;
}

/* Language links */
#languagelinks {
	margin:0 20px 10px 0;
	padding:0;
	right:0;
	list-style: none;
	text-align:right;
	text-transform:uppercase;	
	font-size:10px;
}
#languagelinks li {
	display:inline;
	margin:0;
	padding:0 2px;
	color:#4c4c4c;
}
#languagelinks li a {
	color: #4c4c4c;
	padding:0 2px;
}

/* Main title */
#header h1 {
	margin: 20px 0;
	padding: 0 0 0 28px;
	float:left;
}
#header h1 img {
	display: block;
}

/* Login - stuff and search */
.separation-orange{
	height:8px;
	background-color:#ff9000;
	width:952px;
	line-height:0px;
	font-size:0px;
}
ul#userlinks {
	float: right;
	margin:0 17px 0 0;
	padding:0 0 2px 30px;
	font-weight: bold;
	font-size: .9em;
	color: white;
	background: #ff9000 url(img/bg-userlinks.png) no-repeat;
}
ul#userlinks li{
	border-right:3px solid;
	display:inline;
	padding: 0px 20px 2px 20px;
}
ul#userlinks li a {
	color: white;
	text-decoration: none;
}
ul#userlinks a:hover,
ul#userlinks a:focus {
	text-decoration: underline;
}
form#f_search{
	display:inline;
	float:right;
	padding:5px;
	text-align:right;
	background-color:#ffddb2;
	border:1px solid #ff9000;
	margin:10px 20px 0 0;
	clear:right;
	max-width:200px;
}	
form#f_search input{
	background-color:#ffffff;
	border:none;
}
form#f_search input#zoom_searchbox_2{
	font-style:italic;
}
form#f_search input#btn_submit{
	color:#ff9000;
	font-size:16x;
	font-weight:bold;
	text-transform:uppercase;
	background:none;
}
/* --- MAIN NAVIGATION --- */

#nav1 {
	background:transparent url(img/nav-border.png) repeat-x scroll center bottom;
	margin:0 20px;
	overflow:hidden;
	padding:10px 0 0;
	width:96%;
}
#nav1 ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#nav1 li {
	display: inline;
	float: left;
	margin: 0 24px 0 0;
	padding:0 0 20px;
}
#nav1 li a.menu-3lignes{
height:37px;
padding:8px 10px 10px 15px;
width:138px;
}

#nav1 li.cures{
	margin:0;
}
#nav1 li.models {
	margin-right: 0;
}
#nav1 a {
	display: block;
	width: 123px; /* total is 163px */
	height: 25px; 
	padding: 15px 25px 15px 15px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	background-color: #42c4b2;
	/*background-repeat: no-repeat;*/
}
#nav1 a:hover, #nav1 a:focus {
	text-decoration: underline;
}
#nav1 li.meteo a {background: url(img/nav-item-01.jpg) no-repeat;}
#nav1 li.parasites a {background: url(img/nav-item-02.jpg) no-repeat;}
#nav1 li.eco a {background: url(img/nav-item-03.jpg) no-repeat;}
#nav1 li.diseases a {background: url(img/nav-item-04.jpg) no-repeat;}
#nav1 li.cures a {background: url(img/nav-item-05.jpg) no-repeat;}

#nav1 li.focus{
	background: url(img/nav-item-focus.jpg) no-repeat bottom;
	padding-bottom:20px;
}

/* --- SECUNDARY NAVIGATION --- */

#nav2 {
	float: left;
	width: 203px; /* total: 245px */
	margin:45px 0 0 20px;
	padding:10px;
	border: solid 1px #ff9000;
	background-color:#faf9f2;
	overflow:hidden;
	display:inline;
}
#nav2 h2 {
	margin: 0 0 12px 0;
	padding: 7px 0 0 0;
	font-size: 1.15em;
	color: #0baa94;
	display:none;
}
#nav2 ul {
	margin: 2px 0 6px 0;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
#nav2 li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(img/bullet-simple.png) no-repeat left 5px;
	font-size:14px;	
}

#nav2 li li {
	padding:0;
	background:none;
}
#nav2 li li a{
	color:#085E52;
	display:block;
	font-size:12px;
	left:-25px;
	padding:2px 10px;
	position:relative;
	width:203px;
}	
#nav2 li li li a{
	padding:2px 10px 2px 25px;
	width:188px;
}
#nav2 ul a {
	text-decoration: none;
	color:#0baa94;
}
#nav2 ul a:hover, #nav2 ul a:focus {
	color: #fe9100;
	text-decoration: underline;
}
#nav2 ul li ul li a:hover, #nav2 ul li ul li a:focus, #nav2 ul li ul li a.focus {
	color: #ffffff;
	text-decoration: none;
	background-color:#ff9000;
	font-weight:bold;
}


/* --- MAIN CONTENT --- */

/* Block */
#content {
	margin: 40px 0 18px 0;
	padding: 0 15px;
	line-height: 1.4;
	overflow:hidden;
	width:670px;
	min-height:300px;
}

#content.noMenu {
	margin: 30px 0 18px 0;
	border:none;
	width:920px;
}
#content-home, 
#content-profil, 
#txt-welcome, 
#identification{
	background-color:#f8f7ec;
	border:#ff9000 1px solid;
}
#content-home, #content-profil{
	margin:30px 0;
	padding:30px 20px;
	color:#FF9000;
	font-size:14px;
}
/* Home identification */
#content #txt-welcome, 
#content #identification{
 color:#085e52;
 min-height:350px;
}
#content #txt-welcome h2, 
#content #identification h2{
	color:#085e52;
	font-size:1.35em;
	font-weight:bold;
}
#content #txt-welcome p strong, 
#content #identification p strong,
#content #identification a{
	color:#FFA530;
}
#content #identification #frmIdentification-part-left{
	float:left;
	width:180px;
	border-right:1px solid #848482;
	padding-right:30px;
}
#content #identification #frmIdentification-part-right{
	float:right;
	width:280px;
	padding:20px;
 }
#content #identification label{
	font-weight:bold;
}
#content #identification input{
	border:1px solid #555555;
	width:190px;
}
#content #identification #okHome, .ok-reminderMdp input{
	background:url(img/bg_btn_identif_1.png) no-repeat;
	width:90px;
	height:40px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:0;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}
#content #identification #msg-inscription{
	background:transparent url(img/bg_btn_identif_2.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:37px;
	padding:7px 20px;
	text-align:center;
	text-decoration:none;
	width:242px;
	margin:30px auto;
}
#txt-welcome{
	float:left;
	width:310px;
	padding:10px;
}
#identification{
	float:right;
	width:540px;
	padding:10px;
}
/* Home */
#content-home ul{
	margin:0;
}
#content-home ul li{
	display:inline;
	float:left;
	margin:0 30px 25px 0;
	width:195px;
}
#content-home ul li a{
	color:#FF9000;
	display:block;
	height:245px;
	overflow:hidden;
	text-decoration:none;
}
#content-home ul li.last{
	margin-right:0;
}
#content-home ul li img{
	margin-top:10px;
}
#content a.inscription-meteo{
	background:transparent url(img/bg_btn_home.png) no-repeat scroll center center;
	clear:both;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0 auto;
	padding:22px 20px;
	text-align:center;
	text-transform:uppercase;
	width:522px;
	text-decoration:none;
	display:block;	
}
#content a.btn_meteo_general{
	background:#097a6b url(img/bg_btn_meteo_general_left.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	padding:15px 0 15px 15px;
	text-align:center;
	text-decoration:none;
}
#content span.btn_meteo_general_right{
	background:#097a6b url(img/bg_btn_meteo_general_right.png) repeat scroll 0 0;
	display:block;
	float:right;
	height:49px;
	width:15px;
	margin-right:80px;
}
/* Profil - Inscription */
#content #content-profil h2{
	font-size:16px;
	color:#085e52;
	font-weight:bold;
	margin:0 0 30px;
}
#content #content-profil p{
	color:#4C4C4C;
	font-size:0.75em;
}
#content-profil #btnSubmit, #content-profil #btnReset{
	background:transparent url(img/bg_btn_form.png) no-repeat scroll 0 0;
	border:0 none;
	color:#ffffff;
	font-size:1.3em;
	font-weight:bold;
	height:49px;
	margin-top:20px;
	padding:10px 20px;
	width:133px;
	cursor:pointer;
}
#content-profil p.buttons{
	text-align:center;
	clear:both;
}
#content-profil .cadre_orange{
	background-color:#ffffff;
	border:1px solid #ff9000;
	padding:15px;
}
#content-profil #part-profil{
	border-right:1px solid #8D8C89;
	float:left;
	padding-right:35px;
	width:400px;
}
#content-profil #part-service{
	float:right;
	width:400px;
}
#registerForm #part-service label{
	float:left;
	width:200px;	
}
#registerForm #part-profil label{
	float:left;
	padding-right:15px;
	text-align:right;
	width:125px;	
}
#registerForm #part-profil p{
	margin: 15px 0;
}
#registerForm #userPays{
	width:240px;
}

/* Breadcrumbs */
#breadcrumbs, #breadcrumbs-profil{
	margin:0;
	padding:0;
	font-size: .9em;
	position:absolute;
	left:20px;
}
#breadcrumbs{
	top:220px;
}
#breadcrumbs-profil{
	top:110px;
}
#breadcrumbs a, #breadcrumbs-profil a{
	color:#085e52;
	text-decoration:none;
}
/* Article content */
#content h1, #content h2, #content h3 {
	margin: 15px 0 0;
	line-height: 1.2;
}
#content h1 {
	margin: 0 0 8px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #025f51;
}
#content h2 {
	font-size: 1.25em;
	color: #00aa93;
}
#content h3 {
	margin:15px 0 0;
	font-size: 1.15em;
	color: #fe9100;
}
#content h4 {
	margin: 1.2em 0 .6em 0;
	font-size: 1.10em;
}

#content #splash {
	margin:5px 10px;
}
#content #splash p {
	float:left;
	text-align:center;
	width:107px;
}

p.centred {
text-align:center;
}

/* Article navigation */
#article-nav {
	width: 100%;
	overflow: hidden;
	margin: 1.5em 0;
}
#article-nav a {
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	background: #e8e8e8;
}
#article-nav .prev {
	float: left;
}
#article-nav .next {
	float: right;
}

/* --- FOOTER --- */

#footer {
	background:#F0F0F0 url(img/footer-bg.png) no-repeat scroll right center;
	clear:both;
	color:#085E52;
	font-size:0.9em;
	margin:0 auto;
	padding:5px 70px 5px 10px;
	width:874px;
}
#footer a{
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	text-decoration:underline;	
}
#footer img#merial-logo {
	margin-right: 10px;
	vertical-align: middle;
}
#footer img#climate-logo, #footer img#logo-bpt-logged {
	float:right;
	position:relative;
	top:0;
}

#footer img#logo-bpt {
	margin:0 2px;
	position:relative;
	float:right;
}


#footer p {
	display: inline;
	position: relative;
	bottom: -1px;
}

/* --- Items --- */
li#bt_modelo_meteo_nl, li#bt_modelo_meteo_de, li#bt_modelo_meteo_en, li#bt_modelo_meteo_es, li#bt_modelo_meteo_fr, li#bt_modelo_meteo_it, li#bt_modelo_meteo_hu, li#bt_modelo_meteo_pl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li#bt_modelo_meteo_nl a.meteo, li#bt_modelo_meteo_de a.meteo, li#bt_modelo_meteo_en a.meteo, li#bt_modelo_meteo_es a.meteo, li#bt_modelo_meteo_fr a.meteo, li#bt_modelo_meteo_it a.meteo, li#bt_modelo_meteo_hu a.meteo, li#bt_modelo_meteo_pl a.meteo{
	display: block;
	width: 221px;
	height: 127px;
}

li#bt_modelo_meteo_nl a.meteo span, li#bt_modelo_meteo_de a.meteo span, li#bt_modelo_meteo_en a.meteo span, li#bt_modelo_meteo_es a.meteo span, li#bt_modelo_meteo_fr a.meteo span, li#bt_modelo_meteo_it a.meteo span, li#bt_modelo_meteo_hu a.meteo span, li#bt_modelo_meteo_pl a.meteo span{
	position: absolute;
	top: -1976px;
}

li#bt_modelo_meteo_nl a.meteo:hover, li#bt_modelo_meteo_de a.meteo:hover, li#bt_modelo_meteo_en a.meteo:hover, li#bt_modelo_meteo_es a.meteo:hover, li#bt_modelo_meteo_fr a.meteo:hover, li#bt_modelo_meteo_it a.meteo:hover, li#bt_modelo_meteo_hu a.meteo:hover, li#bt_modelo_meteo_pl a.meteo:hover{
	background-position: bottom;
}

li#bt_modelo_meteo_de a.meteo {
	background-image: url(img/bg.button.map.de.gif);	
}

li#bt_modelo_meteo_en a.meteo {
	background-image: url(img/bg.button.map.en.gif);	
}

li#bt_modelo_meteo_es a.meteo {
	background-image: url(img/bg.button.map.es.gif);	
}

li#bt_modelo_meteo_fr a.meteo {
	background-image: url(img/bg.button.map.fr.gif);	
}

li#bt_modelo_meteo_it a.meteo {
	background-image: url(img/bg.button.map.it.gif);	
}

li#bt_modelo_meteo_hu a.meteo {
	background-image: url(img/bg.button.map.hu.gif);	
}

li#bt_modelo_meteo_nl a.meteo {
	background-image: url(img/bg.button.map.nl.gif);	
}

li#bt_modelo_meteo_pl a.meteo {
	background-image: url(img/bg.button.map.pl.gif);	
}