/*
Theme Name: Le monde de l'ours polaire
Description: Thême créé par Pierre Lacroux pour le site ourspolaire.org.
Version: 0.1
Author: Pierre Lacroux
Author URI: http://www.pierrelacroux.com
Creation Theme by Pierre Lacroux | http://www.pierrelacroux.com
*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700);
@import url(css/icomoon.css);

* {
	margin: 0; 
	border: 0; 
	padding: 0; 
}
html {
	margin-top: 0px;
}
body {
	margin-top: 0px;
	width:100%;
	font-family: 'Lato', sans-serif;
	background-color: #ffffff;
	color: #545557;
	font-size: 14px;
	font-weight: 400;
	background-image: url("img/bg_body.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-family: 'Lato', sans-serif;
	color: #545557;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	line-height: 20px;
}
h1 {
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    	font-style: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #2ca6e4;
	text-decoration: none;
	font-weight: normal;
    	font-style: normal;
	margin: 0px 0px 20px 0px;
}
h3 {
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: normal;
    	font-style: normal;
	color: #515151;
}
h3 strong {
	font-weight: normal;
    	font-style: normal;
}
.alter {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: normal;
    	font-style: normal;
	color: #515151;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	margin: 40px 0px 20px 0px;
    	font-style: normal;
	font-weight: normal;
	color: #2078a4;
	border-bottom: 1px dotted rgb(204, 204, 204);
}
h4 strong {
	font-weight: normal;
    	font-style: normal;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 40px 0px 20px 0px;
    	font-style: bold;
	text-transform: uppercase;
	color: #2078a4;
}
h5 strong {
	font-weight: normal;
    	font-style: normal;
}
h6 {
	text-align:center;
	background-color: #f3f8fb;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    	font-style: normal;
	font-size: 18px;
	text-transform: none;
	padding:5px;
	margin: 40px 0px 20px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #2078a4;
}
h6 strong {
	font-weight: normal;
    	font-style: normal;
}
blockquote {
	font-style: italic;
	margin: 30px 30px 30px 0;
	padding: 0 0 0 20px;
	border-left: 1px solid rgb(204, 204, 204);
}
cite {
	font-style: italic;
	margin: 30px 30px 30px 0;
	padding: 0 0 0 20px;
	border-left: 1px solid rgb(204, 204, 204);
}
hr {
	clear: both;
	border-bottom: 0;
	border-top: 1px dotted rgb(204, 204, 204);
	border-right: 0;
	border-left: 0;
	margin: 30px 0;
	min-height: 0px;
	height: 1px;
}
a {
	color: #8b2e0d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.info { position: relative; text-decoration: none; color: black; border-bottom: 1px gray dotted; }
a.info span { display: none; }
a.info:hover { background: none; /* correction d'un bug IE */ z-index: 500; }
a.info:hover span { display: inline; position: absolute; top: 2em; left: 1em; background: orange; text-align: center; color: white; padding: 2px; }
#header {
	position: relative;
	top:0px;
	width: 920px;
	height: 60px;
	padding: 20px;
	background-color: #13425a;
	background-image: url("img/bg-header.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
    	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	z-index: 1000;
}
#logo{
	float: left;
}
#navigation{
	position: absolute;
	bottom: 16px;
	right: 20px;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
    	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	top:20px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#main_temp {
	margin: 0 auto;
	width: 960px;
}
#page {
	overflow: hidden;
	width: 100%;
	background-color: #f3f8fb;
}
#page:after {
  content: ""; /* Important, sinon l'élément n'est pas généré. */
  display: block;
  clear: both;
}
#page_temp {
	width: 960px;
	overflow: hidden;
}
#content {
	float: left;
	width: 600px;
	padding: 20px 20px 20px 20px;	
	background-color: #ffffff;
	min-height: 700px;
}
#content_accueil {
	float: left;
	width: 640px;
	height: 640px;
	padding: 0px;	
	background-color: #ffffff;
	min-height:500px;
}
#alaune {
	background-color: #ffffff;
	height: 192px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
    	box-shadow: 0 0 5px rgba(0,0,0,0.25); 
}
#same {
	width: 620px;;
	background-color: #ffffff;
	margin-top: 20px;
}
#content img {
	background-color: #eeeeee;
}
#content a img:hover {
	opacity: 0.75;
}
#content_temp {
	float: left;
	width: 760px;
	padding: 90px 100px 80px 100px;	
}
#content_temp h2 {
	text-align:center;
}
.sidebar {
	padding-top:20px;
	margin-left: 640px;
	background-color: #f3f8fb;
}
.sidebar a {
	color: #2078a4;
}
.sidebar-title {
	background-color: #daeefb;
	color: #134965;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    	font-style: normal;
	font-size: 16px;
	text-transform: none;
	padding:5px 5px 5px 20px;
	margin: 20px 0px 20px 0px;
	text-transform: uppercase;
}
.sidebar ul {
	list-style-type: none;
	padding-left: 20px;

}
.sidebar ul li {
	list-style-type: none;
	padding: 0px;
}
.sidebar ul li ul li {
	display: list-item;
	padding: 0px;
	list-style-type: none;
	list-style-image: url("img/ico_puce.png");
	list-style-position: outside;
}
.sidebar h2 {
	background-color: #daeefb;
	color: #134965;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    	font-style: normal;
	font-size: 16px;
	text-transform: none;
	padding:5px 5px 5px 20px;
	margin: 20px 0px 20px 0px;
	text-transform: uppercase;
}
.sidebar_articles {
}
.sidebar_commentaires {
}
.sidebar_accueil {
	margin-left: 640px;
	height: 440px;
	padding: 100px 40px 100px 40px;
	z-index: 8000;
	opacity: 0.99;
	background-attachment: scroll;
	background-image: url("img/bg_sidebar_accueil.png");
	background-repeat: repeat;
	background-position: left top;
}
#flickrSlider {
}
.sidebar_accueil p {
	font-size: 16px;
	color: #ffffff;
}
.sidebar_accueil strong {
	color: #ffffff;
}
.sidebar_accueil a {
	color: #ffffff;
	text-decoration: underline;
}
.sidebar_accueil a:hover {
	color: #ffffff;
	text-decoration: none;
}
.sidebar_accueil img {
	padding-bottom: 0;
}
.sidebar_accueil a img:hover {
	opacity: 0.75px;
}
.sidebar_accueil .txt {
	padding-bottom: 20px;
}
#footer {
	background-color: #f3f8fb;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#footer_accueil {
	background-color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#footer img {
	padding-right: 20px;
}
#footer_partenaires {	
	float: left;
	width: 600px;
	padding: 10px 20px 20px 20px;
}
#footer_partenaires p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	size: 12px;
	padding: 0px;
}
#footer_partenaires a img:hover {
	opacity:0.75;
}
#footer_profils {
	margin-left: 640px;
	background-color: #b0d4e6;
	padding: 10px 20px 20px 20px;
}
#footer_profils p {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	size: 12px;
	padding-bottom: 0px;
}
#footer_profils a img:hover {
	opacity:0.75;
}
#footer_mentions {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	font-size: 14px;
}
#footer_mentions a {
	color: #6D6E70; 
}
#footer_copyright {
	float: left;
	width: 914px;
}
#footer_pl {
	margin-left: 914px;
	text-align-right;
	margin-top: 10px;
}
#footer_pl:hover {
	opacity: 0.75;
}
.wp-caption-text {
	text-align: center;
	font-style: italic;
	color: #8c8c8c;
	padding-bottom: 10px;
}
.alignleft {
	float:left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.alignright {
	float:right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
}
.bt_01 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background-color: #2ca6e4;
	color: #FFFFFF;
    padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
	cursor: pointer;
	text-decoration: none;
}
.bt_01:hover {
	color: #ffffff;
	opacity:0.75;
	text-decoration: none;
}
.bt_01 a {
	color: #ffffff;
	text-decoration: none;
}
.post {
	clear:both;
}
.postmetadata {
	margin-top: -20px;
}
.post_content {
	padding-bottom: 20px;
}
.post_content a {
}
.post_content a:hover {
}
.post_content ul {
	list-style-image: url("img/ico_puce.png");
	margin-left: 20px;
	padding-bottom: 20px;
}
.post_content ol {
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 20px;	
}
#excerpt{
	overflow: hidden;
	width: 600px;
}
.excerpt h3 a {
	color: #2ca6e4;
	text-transform: uppercase;
	font-size: 18px;
}
#the_post_thumbnail {
	width: 192px;
	height: 192px;
	background-color: #000000;
	background-image: url("img/excerpt.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.the_post_thumbnail{
	float: left;
	width: 192px;
	height: 192px;
	background-color: #000000;
	background-image: url("img/excerpt.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 20px 0px ;
}
.excerpt {
	margin: 0px 0px 20px 212px;
}
.details {
	color: #2ca6e4;
}
.details_titre a {
	color: #545557;
	text-transform: uppercase;
	font-size: 14px;
}
.details a h3 {
	color: #545557;
	text-transform: none;
	font-size: 14px;
	width: 172px;
}
.details:hover {
	color: #2ca6e4;
	text-decoration: none;
}
.comments-template{
	margin-bottom: 40px;
}
.comments-template ol{
	padding: 0px 0px 0px 0px;
}
.comments-template ol p{
	margin: 0px 0px 0px 0px;
}
.comments-template ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.comments-template h2, .comments-template h3{
}
.commentmetadata{
	margin: 0px;
	padding: 0px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	color: #0097ff;
	width: 590px;
	background-color: #FFFFFF;
    	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	padding: 5px;
}
.cadre_commentaires {
	clear: both;
	padding-top: 20px;
}
.cadre_commentaires ol {
	list-style-position: inside;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding-top: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.commentform {
}
.comment_input {
	color: #0097ff;
	width: 296px;
	height: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	padding: 2px;
}
.comment_bt {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background-color: #2ca6e4;
	color: #FFFFFF;
    	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
	cursor: pointer;
        *display: inline;
}
.comment_bt:hover {
	opacity:0.75;
}
.comment_label {
	font-size: 15px;
}
#search_nav{
	padding: 0px 20px 0px 20px;
}
.box_search {
	display: inline;
	width: 255px;
	float: left;
	height: 25px ;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 10px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	background-color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	color: #858480;
	font-size: 16px;
}
.box_search:focus {
}
.bt_search {
	float: right;
	width: 25px;
	height: 25px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-image: url("img/ico_loupe_2.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
.bt_search:hover {
	background-image: url("img/ico_loupe.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	opacity: 0.5;
}
#search_nav{
	padding-bottom: 20px;
}
#logo_flickr{
	margin-right: 20px
}
#logo_flickr:hover{
	opacity:0.75;
}
#logo_youtube{
}
#logo_youtube:hover{
	opacity:0.75;
}
.sharethis_bar{
	margin-bottom: 40px;
}
.ico_partager {
	display: list-item;
	list-style-image: url("img/ico_partager.png");
	list-style-position: inside;
}
.ico_post {
	display: list-item;
	list-style-image: url("img/ico_post_02.png");
	list-style-position: inside;
}
.ico_comment {
	display: list-item;
	list-style-image: url("img/ico_comment.png");
	list-style-position: inside;
}
.ico_comment_write {
	display: list-item;
	list-style-image: url("img/ico_comment_write.png");
	list-style-position: inside;
}
.ico_loupe {
	display: list-item;
	list-style-image: url("img/ico_loupe.png");
	list-style-position: inside;
}
.ico_lecture {
	display: list-item;
	list-style-image: url("img/ico_lecture.png");
	list-style-position: inside;
}
.gras {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: bold;
}
.italique {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: italic;
}
strong{
	font-family: 'Lato', sans-serif;
	font-style: strong;
}
.em {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: normal;
}
.wpcf7_input {
	width: 296px;
	height: 20px;
    	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	padding: 2px;
}
.wpcf7_textarea{
	width: 590px;
    	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	padding: 5px;
}
.wpcf7-submit {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background-color: #2ca6e4;
	color: #FFFFFF;
    	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
}
.wpcf7-submit:hover {
	opacity: 0.75;
}
.wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok {
}
.newsletter-submit {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009BF0), to(#0072B0));
	background: -moz-linear-gradient(100% 0% 270deg,#009BF0, #0072B0);
	color: #FFFFFF;
	font-size: 14px;
	text-shadow: 0 -1px #202020;
    	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.newsletter-input {
	color: #3fa301;
	font-size: 12px;
	width: 300px;
	height: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC;
    	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	padding: 2px;
}
.child_slideshow{
	height: 418px;
	margin-bottom: 30px;
}
.input_newsletter{
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
   	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
   	color: #3fa301;
	font-size: 12px;
	height: 20px;
	padding: 2px;
	width: 300px;
	margin-bottom: 20px;
}
.issuu {
	widht: 620px;
	border-top-width: 20px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	box-shadow: 1px 1px 5px #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	margin-bottom: 20px;
}
img.fidgetr_link {
	widht: 183px;
	box-shadow: 1px 1px 5px #999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bx-prev {
	background: url("img/arrows.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
    	display: block;
    	height: 30px;
    	position: absolute;
    	text-indent: -9999px;
    	top: 45%;
    	width: 30px;
    	z-index: 99;
	left: 20px;

}
.bx-next {
	background: url("img/arrows.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
    	display: block;
    	height: 30px;
    	position: absolute;
    	text-indent: -9999px;
    	top: 45%;
    	width: 30px;
    	z-index: 99;

	background-position: -30px 0;
    	right: 20px;
}
#encarts {
	padding:0px 50px 30px 50px;
}
.encart {
	float:left;
	position:relative;
	overflow:hidden;
	width:193px;
	height:193px;
	padding:50px;
}
#sharethis_facebook {
	width: 25px;
	height: 25px;
	background-image: url("img/sharethis_facebook.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sociable {
	padding-bottom: 0px;
}
.sociable img {
	-moz-box-shadow: 0px 0px 0px #a6a6a6; 
    	-webkit-box-shadow: 0px 0px 0px #a6a6a6; 
    	box-shadow: 0px 0px 0px #a6a6a6;
}
#breadcrumbs {
	font-family: 'Lato', sans-serif;
	color: #000000;
	font-size: 14px;
	display: list-item;
	list-style-image: url("img/ico_vei.png");
	list-style-position: inside;
}
#related_posts_thumbnailsbreadcrumbs {
	list-style-type: none;
	background-color: #ffffff;
}
iframe {
}
.navigation_index {
	padding-top: 0px;
	padding-bottom: 40px;
}
div#fancybox-content{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#fancybox-outer{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#fancybox-title-inside{
	font-family: 'Lato', sans-serif;
	color: #515151;
	font-size: 18px;
}

#flickrSlideshow {
  position:relative;
  width: 960px;
  height: 640px;
  background-color: #fff;
}

#flickrSlideshow iframe .galleria-info-link {
  display: none;
}

#flickrslika {
  position:relative;
  width: 640px;
  height: 640px;
  background-color: #fff;
}

#flickrembed_13 {
  position:relative;
  width: 640px;
  height: 640px;
  background-color: #000;
}

#gallery_flickrembed_13 {
  position:relative;
  width: 640px;
  min-height: 640px;
  background-color: #fff;
}




