﻿/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
body {
	text-align: 		center;
	margin: 			0;
	padding: 			0;
	/*background:			#E8CAD6 url('images/fond_pagepisc.jpg') no-repeat top center;*/
	/*background:			#b9e2e6 url('images/fond_pagepisci.jpg') no-repeat top center;*/
	/*background-color: 		#b9e2e6;*/
	background-repeat:		no-repeat;
	background-position:	top center;
}

/*#overpage {
	width: 				1160px;
	margin-left:		auto;
	margin-right:		auto;
	background:			url('images/fleur.png') top left no-repeat;
	
}*/

#page {
	background-color: 	white;
	margin: 			0px;
	margin-left:		auto;
	margin-right:		auto;
	padding: 			0;
	width: 				982px;
	text-align: 		left;
}

#footer {
	padding: 			0;
	margin: 			0 auto;
	width: 				982px;
	clear: 				both;
	font-size:			12px;
	font-family:		Arial;
	color:				#000;
}

#footer a {
	color:				#000;
	text-decoration:	underline;
}

#header {
	background: 		url('images/bandeau.png') no-repeat;
	width:				982px;
	height:				139px;
}

#imghead {
	width:				585px;
}

#ajslider {
	position:			relative;
	margin-left:		605px;
	margin-top:			-100px;
}

#barre_menu {
	height:				25px;
	width:				982px;
	margin:				0;
	padding:			0;
}
}

#content {
	/*width:				500px;*/
	margin-top:			10px;
}

.narrowcolumn {
	float:				left;
	padding: 			0px 0px 0px 22px;
	margin: 			0px;
	width: 				478px;
}

#footer {
	border: 			none;
}

#sidebar {
	padding: 			10px 0px 0px 0px;
	margin-left: 		500px;
	width: 				482px;
}

#side_colonne1 {	
	float: 				left;
	padding: 			0px 0px 0px 0px;
	margin:				0;
	width: 				171px;
	height:				800px;
	background:			url('images/fond_side1.png') no-repeat top center;
}

#side_colonne2 {
	width:				270px;
	padding:			0;
	margin:				15px 0 0 171px;
	padding:			0 21px 0 20px;
}

#posts_recents a {
	color:				#bd0140;
	font-family:		Arial;
	font-size:			11px;
}

#posts_recents {	
	margin-top:			20px;
	padding:			20px 18px 0 18px;
	text-align:			left;
	height:				575px;
}

#posts_recents ul {
	list-style-type:	none;
	list-style-image:	none;
	padding:			0 !important;
	margin:				0 !important;
}

.li-recents {
	padding:			0 0 10px 0;
	margin:				0;
	list-style-type: 	none;
	list-style-image: 	none;
	line-height:		15px;
}

#posts_recents_top {
	text-align:			center;
	margin-left:		-3px;
	margin-bottom:		10px;
}

#commentaires_recents {
	border:				1px solid #930A42;
	color:				#F00;
	font-size:			11px;
	font-family:		Arial;
	margin-top:			20px;
}

#commentaires_recents ul{
	padding: 			0 5px;
}

#commentaires_recents li{
	font-size:			11px;
	font-family:		Arial;
	padding:			0 0 10px 0;
	margin:				0;
	list-style-type: 	none;
	list-style-image: 	none;
	line-height:		15px;
}


/* Begin Calendar */
#ip_calendar {
	margin-top:			10px;
}

#wp-calendar {
	font-size: 			11px;
	font-family:		Arial;
	color:				#944061; //e23b73
	font-weight:		bold;
	empty-cells: 		show;
	margin: 			0px auto 0 auto;
	width: 				125px;
}

#wp-calendar a {
	color: 				#fff;
	font-size: 			11px;
	font-family:		Arial;		
	display:			block;
	font-weight:		bold;
}

#wp-calendar th {
	font-style: 		normal;
	text-transform: 	capitalize;
	font-size:			11px;
	text-align:			center;
}

#wp-calendar #next a {
	padding-right: 		0px;
	text-align: 		right;
}

#wp-calendar #prev a {
	padding-left: 		0px;
	text-align: 		left;
}

#wp-calendar caption {
	text-align: 		center;
	font-size:			14px;
	font-weight:		bold;
	color:				#fff;
	padding:			0;
	margin:				0;
}

#wp-calendar td {
	padding: 			0;
	text-align: 		center;
	font-weight:		bold;
}

#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	/*background-color: 	#fff;*/
}
/* End Calendar */

.titre_categorie {
	background:			url('images/fond-titre-categorie.png') no-repeat;
	margin:				25px 0 0 0;
	padding:			0 0 0 8px;
	font-family:		Times New Roman;
	font-weight:		bold;
	font-size:			20px;
	color:				#FFF;
	height:				21px;
	width:				460px;
	line-height:		21px;
	text-align:			left;
}

.actu-img {
	float:				left;
	background:			#FFF url('images/fond-image-titre.png') top left no-repeat;
	width:				126px;
	min-height:			141px;
	height:				141px;
	padding:			10px 15px 0px 8px ;
}

.actu-links {
	margin-left:		149px;
	width:				311px;
	margin-top:			12px;
	text-align:			left;
}

.cadre_post {
	width:				460px;
	margin-top:			12px;
	text-align:			left;
}

#date_premier_post {
	font-size:			12px;
	font-family:		Arial;
	font-weight:		bold;
	color:				#000;
}

#titre_premier_post a {
	font-size:			18px;
	font-family:		Arial;
	font-weight:		bold;
	text-decoration:	none;
	color:				#000;
}

#titre_premier_post a:hover {
	text-decoration:	underline;
}

#chapeau_premier_post {
	font-size:			12px;
	font-family:		Arial;
	font-weight:		normal;
	color:				#000;
	text-align:			justify;
}

#chapeau_premier_post a {
	color:				#000;
	font-weight:		bold;
	text-decoration:    underline;
}

#chapeau_premier_post a:hover {
	color:				#BD0140;
	font-weight:		bold;
	text-decoration:    underline;
}

#titre_autres_posts {
	margin-top:			10px;
	line-height:		18px;
	font-family:		Arial;
	font-weight:		bold;	
	font-size:			11px;
}

#titre_autres_posts a {
	font-size:			12px;
	font-family:		Arial;
	font-weight:		bold;
	color:				#bd0140;
	text-decoration:	none;
}

#titre_autres_posts a:hover {
	text-decoration:	underline;
}



.post-footer {
	text-align:			right;
	padding-right:		18px;
	margin-top:			20px;
	font-size:			12px;
	font-family:		Arial;
	color:				#310c08;
	font-weight:		bold;
}

.post-footer a {
	font-size:			12px;
	font-family:		Arial;
	font-weight:		bold;
	color:				#310c08;
	text-decoration:	none;
}

.post-footer a:hover {
	text-decoration:	underline;
	color:				#310c08;
}

.post-separator {
	background:			url('images/post-separator.png');
	width:				460px;
	height:				1px;
	margin-top:			5px;
}

.post {
	margin: 			0px;
	text-align: 		justify;
}

.navigation {
	display: 			block;
	margin-top: 		10px;
	margin-bottom: 		60px;
}

.navigation a {
	color: 				#BD0140;
	font-family:		Arial;
	font-size:			12px;
	text-decoration:	none;
}

.navigation	a:hover {
	text-decoration:	underline;
	color: 				#BD0140;
	font-family:		Arial;
	font-size:			12px;
}

#side_colonne2 #cadre_video {
	background:			#000;
	padding-left:		5px;
	padding-top:		9px;
}

#side_colonne2 #video {
	width:				262px;
	height:				156px;
}

#side_colonne2 #titre2 {
	float:				left;
	margin-top:			4px;
	font-size:			11px;
	font-family:		Arial;
	color:				#bd0140;
	padding-top:		2px;
}

#side_colonne2 #navigation {
	text-align:			right;
	margin-top:			4px;
}

#side_colonne2 #brown_separator {
	background: 		url('images/side-brown-separator.png') no-repeat;
	margin-top:			12px;
	height:				1px;
	width:				270px;
}

#side_colonne2 #pink_separator {
	background: 		url('images/side-pink-separator.png') no-repeat;
	margin-top:			12px;
	height:				1px;
	width:				270px;
}

#left_menu {
	float:				left;
	width:				751px;
	padding-left:		20px;
}

#rechercher {
	background:			url('images/fond_recherche.png') no-repeat;
	margin-left:		771px;
	height:				24px;
	text-align:			left;
	padding-left:		20px;
	padding-top:		1px;
}

#rechercher form {
	padding:			0;
	margin:				0;
}

#rechercher #s {
	border:				none;
	background:			none;
	height:				14px;
	width:				160px;
	font-size:			11px;
	font-family:		Arial;
	color:				#bd0140;
}

#rechercher a {
	color:				#fff;
	font-size:			11px;
	font-family:		Arial;
	text-decoration:	none;
}

#ssp_carrousel {
	float:				left;
	width:				165px;
	height:				41px;
	padding-top:		10px;
}

#phototheque2 {
	font-family:		Times New Roman;
	font-size:			18px;
	font-weight:		bold;
	color:				#bd0140;
	height:				160px;
	padding-top:		5px;
}

#phototheque {
	font-family:		Times New Roman;
	font-size:			18px;
	font-weight:		bold;
	color:				#bd0140;
	height:				80px;
	padding-top:		20px;
}

#phototheque a {
	font-size:			12px;
	font-weight:		normal;
	color:				#bd0140;
	text-decoration:	none;
	font-family:		Arial;
}	

#photothequeSWF {
	font-family:		Times New Roman;
	font-size:			18px;
	font-weight:		bold;
	color:				#bd0140;
	height:				25px;
}

#photothequeSWF a {
	font-size:			12px;
	font-weight:		normal;
	color:				#bd0140;
	text-decoration:	none;
	font-family:		Arial;
}

#ip_netlink_banners {
	text-align:			center;
}

#ipadbox_v2 {
	height:				130px;
}

#ipadbox_v2 ul {
	list-style-type:	none;
	width:				270px;
	padding:			5px 0 0 0;
	margin:				0;
	float:				left;
}

#ipadbox_v2 li {
	float:				left;
	width:				130px;
	height:				50px;
	line-height:		1px;
	padding-bottom:		8px;
	padding-top:		8px;
	background:			url('images/side-pink-separator.png') no-repeat bottom;
}

#ipadbox_v2 .li-alternate {
	float:				left;
	width:				130px;
	margin-left:		10px;
	padding-bottom:		8px;
	padding-top:		8px;
}


#docutheque {
	margin-bottom: 		10px;
	margin-top: 		5px;
	height:				215px;
}

#docutheque #pdftitre1{
	font-family:		Times New Roman;
	font-size:			18px;
	font-weight:		bold;
	color:				#bd0140;
	/*margin-bottom:		5px;*/
}

#docutheque #pdftitre2{
	font-family:		Times New Roman;
	font-size:			12px;
	font-weight:		bold;
	color:				#bd0140;
	margin-top:			5px;
	float:				left;
}

#docutheque #pdf {
	height:	175px;
	text-align: center;
	background: url('images/docu.png') no-repeat center center;
}


#ipfeuilledechou-link-after
{
	cursor: pointer;
}

#ipfeuilledechou-link-before
{
	cursor: pointer;
}

.widecolumn .entry p {
/*font-size: 1.05em;*/
}
.narrowcolumn .entry, .widecolumn .entry {
/*line-height: 1.4em;*/
}
.widecolumn {
/*line-height: 1.6em;*/
}
.narrowcolumn .postmetadata {
/*text-align: center;*/
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}
h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}
h2.pagetitle {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
text-decoration: none;
}
.entry p a:visited {
color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
font: 11px Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}
a:hover {
color: #147;
text-decoration: underline;
}


/* End Typography & Colors */
/* Begin Structure */



.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}

.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.postmetadata {
clear: both; 
}
.clear { 
clear: both; 
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */
/*	Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}
h2 {
margin: 30px 0 0;
}
h2.pagetitle {
margin-top: 30px;
text-align: center;
}

h3 {
padding: 0;
margin: 30px 0 0;
}
h3.comments {
padding: 0;
margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}


/* End Entry Lists */
/* Begin Form Elements */

.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px 0px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */




#suckerfishnav {
    background:#ffffff repeat-x;
    font-size:12px;
    font-family:Arial;
    font-weight:bolder;
    width:100%;
    z-index:1000;
}

#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    border:0;
    margin:0;
    width:100%;
	z-index:1000;
}

#suckerfishnav a {
    display:block;
 	color: #310c08;
    text-decoration:none;
    padding: 0px 0px 0px 15px;
	z-index:1000;
}

#suckerfishnav a:hover {
	background: #c21751 url('images/menu_arrow.png') no-repeat right center;
	color:#fff;
}

#suckerfishnav li {
    float:left;
    padding:0;
	z-index:1000;
	width:	130px;
}

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:366px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:1px #bebebe solid;
    border-top:0;
	z-index:1000;
	padding: 15px 0 25px 0;
}

#suckerfishnav li li {
    width:183px;
    border-bottom:0;
    border-left:0;
    border-right:0;
    font-weight:bold;
    font-family:Arial;

}

#suckerfishnav li li a {
    padding: 3px 15px 3px 15px;
    width:153px;
    font-size:11px;
    color:#c21751;
    }

#suckerfishnav li ul ul {

    margin:-21px 0 0 100px;

    }

#suckerfishnav li li:hover {

    background:#c21751;
    }

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {

    color:#fff;
	
	font-size: 11px;

	font-weight: bold;
	background: #c21751;	
    }

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {

/*    color:#c21751;*/
		color:#FFF;
    }

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {

    color:#c21751;

    }

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {

    left:-999em;

    }

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {

    left:auto;

    background:#fff;

    }

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#c21751 url('images/menu_arrow.png') no-repeat right center;
	color:	#310c08;
	
    }

	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

