/*
Theme Name: Bordel de Mer 2010
Theme URI: http://grafkar.com
Description: Modele de theme 
Version: 2.9.1
Author: Jean-Francois Blais
Author URI: http://jfblais.ca
*/


@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/**************************    BODY    **************************/
* {
	margin:0;
}


html {

}
body {
	color: #333333;
	font: 85% Arial, Helvetica, sans-serif;
	background:white url(images/fond.jpg) top center no-repeat; 
	line-height:1.1em;
}


/**************************    ELEMENTS COMMUNS    **************************/

.clear {
	clear: both;
}

a {
	text-decoration:none;
	color:#004276;

}

a:hover {
	font-style: oblique;
}

/* images */

.entry-content img {
	margin: 0 0 1.1em 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright, img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
	padding-bottom: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* Pullquotes */

blockquote {
	color:#520701;
	margin: 20px;
	padding: 20px;
	background:#FFCC66 url(images/blockquote_fond.jpg) repeat-y;
	border-left: thick solid #520701;
	font-style: oblique;
}


blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Address */

address {
	margin: 20px;
	padding: 20px;
	border-left: thick solid #999999;
	font-style: oblique;
}

/* Pre */
pre {
	width: 300px;
}

/**************************  RECHERCHES *************************/
#recherche {
	width:296px;
	margin: 0 0 20px 0;
	padding: 10px 5px;
	float: left;
	text-align:center;
	background:url(images/lecteur_fond.jpg) repeat-y top right;
}


#recherche #searchform label.hidden {
	font-size:1.35em;
	color:black;
	float:left;
}

#searchsubmit {
	margin: 5px 0 0 0;
}

#recherche #s {
	width: 180px;
	text-align:center;
	font-size:1.2em;
	color:#666666;
}


/**************************    WRAPPER    **************************/
#wrapper {
	width:1000px;
	margin:0 auto;
}

/**************************    HEADER    **************************/
#header {
	width: 1000px;
	height: 141px;
	background:url(images/entete_fond.jpg) no-repeat top left;
}

#header ul {
	width:999px;
	height:141px;
	font-size:1.4em;
	padding: 5px 0 0 0;
}

#header .social_media {
	height:141px;
	padding: 90px 0 0 0;
}

#header .social_media ul {
	margin:0;
	padding:0;
}

#header .social_media ul li {
	display:inline;
}

#header .social_media ul li img {
	float:right;
	height:45px;
	padding: 0 10px 0 10px;
}

/**************************    NAV BAR SUPERIEURE    **************************/
#navbarsup {
	height:30px;
	background:url(images/navbarsup_fond.jpg) repeat-x top left;
}

/******************* dropdown NAVBAR SUP ******************/
/* 
	LEVEL ONE
*/
#navbarsup ul.dropdown {
	width: 940px;
	height:30px;
	font-size:0.8em;
	margin: 0 auto;
	color:black;
	padding: 0px 0 0 0px;
	position: absolute;
	overflow: visible;
	z-index:2000;
}

#navbarsup ul.dropdown li {
	float: left;
	margin : 0 0px 0 0;
	padding: 0.3em 5px 0 5px;
	color:#FFFFCC;
}

#navbarsup ul.dropdown a:hover {
	color:black;
	background:url(images/titre_fond02.jpg) repeat-x top right;
}

#navbarsup ul.dropdown a:active { 
	color:black; 
}

#navbarsup ul.dropdown li a {
	font-size:1.1em;
	display: block;
	padding: 4px 8px;
	color:#FFFFCC;
}

#navbarsup ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

#navbarsup ul.dropdown li.hover, #navbarsup ul.dropdown li:hover { 
	color: black; 
	position: relative; 
	background:url(images/titre_fond02.jpg) repeat-x top right;
}

#navbarsup ul.dropdown li.hover a {
	color: black; 
}


/* 
	LEVEL TWO
*/

#navbarsup ul.dropdown ul { 
	color:#2c451e;
	visibility: hidden; 
	position: absolute;
	top: 100%; 
	left: 0; 
	display:block;
	z-index:4000;
}

#navbarsup ul.dropdown ul li 	{ 
	font-weight: normal; 
	border: 1px solid #ccc; 
	padding: 5px 5px;
	float: none;
	width:100%;	
	display:block;
	background:url(images/titre_fond02.jpg) repeat-x top right;
 }
									  
                                    /* IE 6 & 7 Needs Inline Block */
#navbarsup ul.dropdown ul li a { 
	color:#2c451e;
	padding:0;
	border-right: none; 
	width: 100%; 
	display: inline-block; } 


/* 
	LEVEL THREE
*/
#navbarsup ul.dropdown ul ul { 
	left: 100%; 
	top: 0;
	z-index:1000;
}

#navbarsup ul.dropdown li:hover > ul { 
	visibility: visible; 
}


/**************************    NAV BAR INFERIEURE    **************************/
#navbarinf {
	height:32px;
}

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

#navbarinf ul li {
	font-size:1em;
	margin: 10px 0 0 0;
	display:inline;
}

#navbarinf ul li a {
	float:left;
	color:#6b200b;
	padding: 5px 10px 0 10px;
}

#navbarinf ul li a:hover {
	font-style: oblique;	
}

/******************* dropdown NAVBAR INF ******************/
/* 
	LEVEL ONE
*/
#navbarinf ul.dropdown {
	width: 940px;
	font-size:0.8em;
	margin: 0 auto;
	color:black;
	padding: 0px 0 0 0px;
	position: absolute;
	overflow: visible;
	z-index:1000;
}

#navbarinf ul.dropdown li {
	float: left;
	margin : 0 0px 0 0;
	padding: 3px 5px;
}

#navbarinf ul.dropdown a:hover {
	color:black;
	background:url(images/titre_fond02.jpg) repeat-x top right;
}

#navbarinf ul.dropdown a:active { 
	color:black; 
}

#navbarinf ul.dropdown li a {
	font-size:1.3em;
	display: block;
	padding: 4px 8px;
	color:black;
}

#navbarinf ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

#navbarinf ul.dropdown li.hover, #navbarinf ul.dropdown li:hover { 
	color: black; 
	position: relative; 
	background:url(images/titre_fond02.jpg) repeat-x top right;
}

#navbarinf ul.dropdown li.hover a { 
color: black; 
}


/* 
	LEVEL TWO
*/

#navbarinf ul.dropdown ul { 
	color:#2c451e;
	visibility: hidden; 
	position: absolute;
	top: 100%; 
	left: 0; 
	background:url(images/titre_fond02.jpg) repeat-x top right;
	z-index:1000;
}

#navbarinf ul.dropdown ul li 	{ 
	font-weight: normal; 
	border: 1px solid #ccc; 
	padding: 3px 5px;
	float: none;	
 }
									  
                                    /* IE 6 & 7 Needs Inline Block */
#navbarinf ul.dropdown ul li a { 
	color:#2c451e;
	border-right: none; 
	width: 100%; 
	display: 
	inline-block; } 

/* 
	LEVEL THREE
*/
#navbarinf ul.dropdown ul ul { 
	left: 100%; 
	top: 0;
	z-index:1000;
}

#navbarinf ul.dropdown li:hover > ul { 
	visibility: visible; 
}






/**************************    FEATURE (BANDE SUPERIEURE)    **************************/
#feature {

}

/***************************************  SLIDESHOW **************************/

#slideshow {
	position:relative;
    height:329px;
	float:left;
	padding: 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
	padding: 0px 0 0 0px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/**************************    NAV BAR INFERIEURE    **************************/
#navbarinf {

}

/***************************************  CONTAINER **************************/
#container {
	width:1000px;
	float:left;
}

#content {
	width:674px;
	font-size:12px;
	margin: 0 0 0 0;
	float:left;
}

#content .widecolumn {
	width:668px;
}

#content h1 {
	font-size:1.8em;
	color:#263959;
	margin:5px 0 10px 0;
	padding: 0.55em 0 0.55em 20px;
}

#content h2 {
	font-size:1.8em;
	color:#436672;
	padding: 0.42em 0 0.42em 20px;
}

#content h3 {
	font-size:1.35em;
	color:#1E2A46;
	padding: 0.55em 0 0.55em 20px;
	}

#content h4 {
	font-size:1.35em;
	color:#1E2A46;
	padding: 0.55em 0 0.55em 20px;
	}

#content h5 {
	font-size:0.9em;
	color:#2F54B5;
	padding: 0.55em 0 0.55em 20px;
}

#content h6 {
	font-size:0.9em;
	color:#25459C;
	padding: 0.55em 0 0.55em 20px;
}

#content ul {
	padding: 0.55em 0;
}

#content ul li {
	margin: 0 10px 0 60px;
	padding: 0 0;
	text-align: justify;
	list-style: disc outside;
}

#content ul li ul li {
	margin:0 0 0 20px;
	padding: 0;
}

#content ol {
	padding: 0.55em 0;
}

#content ol li {
	margin: 0 10px 0 60px;
	padding: 0 0;
	text-align: justify;
	list-style: decimal outside;
}

#content ol li ol li {
	margin:0 0 0 20px;
	padding: 0;
	list-style: upper-roman outside;
}

#content ol li ol li ol li{
	list-style: lower-alpha outside;
	padding: 0 0 0 0;
}

#content .next {
	text-align:center;
	font-size:1.1em;
}


/** Titres des sections ***/


/**** ACCUEIL SECTION WIDE  ****/

#content .home_section_wide {
	width:668px;
	margin:10px 0 10px 0;
	padding: 0 0 0px 0;
	background:url(images/home_section_wide_fond.jpg) repeat-y top left;
	border: 4px double #cad2e3;
}

#content .home_section_wide .titre_cat {
	height:30px;
	font-size:20px;
	padding:15px 0 5px 100px;
	margin: 0 0 10px 0;
	text-align:left;
	background:url(images/titre_fond02.jpg) repeat-x top left;
}

#content .home_section_wide .titre_cat ul li {
	padding: 0 0 0 0px;
	list-style-type: none;
}

#content .home_section_wide .titre_cat ul li a {
	color:#333333;
}

#content .home_section_wide ul {
	width:674px;
}
	
#content .home_section_wide ul.bookmarks li {
	width:660px;
	margin: 0 0 0 30px;
	padding: 0.23em 0;
	text-align:left;
}

#content .home_section_wide ul.bookmarks li {
	width:190px;
	float:left;
	list-style-position: outside;
	list-style-image: url(images/bullet01.jpg);
}

#content .home_section_wide ul.bookmarks li a {
	color:#004276;
}

#content .home_section_wide .extrait_contenu {
	padding: 0 0 1.1em 0px;
}

.extrait_contenu .object {
width: 200px;
height: 200px;
}

#content .home_section_wide .extrait_contenu .content {
	height: 19.8em;
	padding: 0;
	overflow: hidden;	
}

#content .home_section_wide .extrait_contenu .time {
	margin:0;
	padding:0 20px 1.1em 0;
	text-align:right;
}

#content .home_section_wide .extrait_contenu .content p {
	margin: 0 15px;
	padding: 0.55em 20px;
}

#content .home_section_wide .extrait_contenu p embed {
	width:300px;
	height:250px;
	margin: 0 150px;
}

#content .home_section_wide .excerpt img {
	display:none;	
}

#content .home_section_wide .excerpt .preview img {
	margin: 0.55em 0.9em 0.55em 15px;
	float:left;
	display: block;
}



/**** ACCUEIL SECTION NARROW  ****/

#content .home_section_narrow {
	width:329px;
	height:440px;
	margin:10px 0 10px 0;
	padding: 0 0 0px 0;
	background:url(images/home_section_wide_fond.jpg) repeat-y top left;
	border: 4px double #cad2e3;
	float:left;
}

#content .home_section_narrow .titre_cat {
	height:40px;
	font-size:1.35em;
	padding:5px 0 5px 0;
	margin: 0 auto;
	background:url(images/titre_fond02.jpg) repeat-x top left;
}

#content .home_section_narrow .titre_cat ul li {
	width:320px;
	margin:0 auto;
	list-style-type: none;
	text-align:center;
}

#content .home_section_narrow .titre_cat ul li a {
	color:#333333;
}

#content .home_section_narrow .titre_a_paraitre {
	width:170px;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin: 0.45em 0 10px 0;
	text-align:left;
}

#content .home_section_narrow .titre_a_paraitre a {
	color:#004276;
}

#content .home_section_narrow .titre_article {
	width:270px;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.1em;
	padding:0.27em 30px 0.27em 20px;
	margin: 0.23em 0 0.23em 0;
	text-align:left;
}

#content .home_section_narrow .titre_article a {
	color:#004276;
}

#content .home_section_narrow ul {
	width:330px;}
	
#content .home_section_narrow ul.bookmarks li {
	width:320px;
	margin: 0 0 0 30px;
}

#content .home_section_narrow ul.bookmarks li {
	width:190px;
	float:left;
	list-style-position: outside;
	list-style-image: url(images/bullet01.jpg);
}

#content .home_section_narrow ul.bookmarks li a {
	color:#004276;
}

#content .home_section_narrow {
	text-align:center;
}

#content .home_section_narrow .excerpt {
	width:310px;
	margin: 0 30px 0 0;
	padding: 0 0 10px 0px;
	overflow: hidden;
	background:white;
}

#content .home_section_narrow .excerpt .contenu {
	height: 21.1em;
	margin:0.55em 0 0 0;
	overflow:hidden;
}

#content .home_section_narrow .excerpt .contenu p {
	text-align:justify;
	padding:0 0 0.55em 20px;
}

#content .home_section_narrow .excerpt img {
	display:none;	
}

#content .home_section_narrow .excerpt .preview img {
	margin: 0.45em 0.9em 0.45em 15px;
	float:left;
	display: block;
}

#content .home_section_narrow .more {
	float:right;
	padding: 0.9em 0 0 0;
}

#content .home_section_narrow .contenu p object, #content .home_section_narrow span.vvqbox object  {
	width:300px;
	height:250px;
	margin: 30px 0 0 10px;
}


#content .home_section_narrow .contenu p object embed  {
	width:300px;
	height:235px;
	margin: 30px auto;
}

/**** PAGE ET SINGLE WIDECOLUMN  ****/

#content .single_widecolumn {
	width:668px;
	margin:10px 0 0 0;
	padding: 0 0 20px 0;
	border: 4px double #cad2e3;
	background:white;
}

#content .single_widecolumn .titre_cat {
	height:30px;
	font-size:20px;
	padding:15px 0 5px 100px;
	margin: 0 0 10px 0;
	text-align:left;
	color:#333333;
	background:url(images/titre_fond02.jpg) repeat-x top left;
}

#content .single_widecolumn .titre_cat ul li {
	padding: 0 0 0 0px;
	list-style-type: none;
}

#content .single_widecolumn .titre_cat ul li a {
	color:#333333;
}

#content .single_widecolumn .titre_cat ul.post-categories {
	padding: 0 0 0 0px;
	list-style-type: none;
}

#content .single_widecolumn .titre_cat ul.post-categories li a {
	color:#333333;
}

/** Titre des articles widecolumn **/
#content .titre_article_wide {
	width:500px;
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
	padding:0.55em 30px 0.55em 20px;
	margin: 0.55em 0;
	text-align:left;
}

#content .titre_article_wide a {
	color:#004276;
}

#content .single_widecolumn .titre_article {
	width:565px;
	font-size:1.8em;
	line-height:1.8em;
	font-weight:bold;
	padding:0.55em 30px 0.55em 20px;
	margin: 0.45em 0 0.45em 0;
	text-align:left;
}

#content .single_widecolumn .titre_article a {
	color:#004276;
}

#content .single_widecolumn .contenu {
	margin: 0 30px 0 0;
	padding: 0 0 0.45em 20px;
}

#content .single_widecolumn .contenu .time {
	margin:0;
	padding:0;
	text-align:right;
}

#content .single_widecolumn p {
	padding: 0.55em 0 0.55em 10px;
}

#content .single_widecolumn .extrait_container {
	margin: 2.2em 20px;
	border:1px solid #cad2e3;
	clear:both;
}

#content .single_widecolumn .extrait_contenu {
	padding: 0 0 1.1em 0px;
}

#content .single_widecolumn .extrait_contenu .time {
	margin:0;
	padding:0 20px 0 0;
	text-align:right;
}

#content .single_widecolumn .extrait_contenu .content {
	height: 20.5em;
	overflow: hidden;
}

#content .single_widecolumn .extrait_contenu .content p {
	margin: 0 15px;
	padding: 0.55em 0 0.55em 0;
}

#content .single_widecolumn .extrait_contenu p embed {
	width:300px;
	height:250px;
	margin: 0 150px;
}

#content .more {
	float:right;
	margin: 0 20px 10px 0;
}

#content .single_widecolumn .linkcat h2 {
	text-align:center;
	margin: 0 0 15px 0;
}
	
#content .single_widecolumn ul.xoxo {
	margin: 0 0 20px 0;
}

#content .single_widecolumn ul.xoxo li {
	width:668px;
	margin: 0 0 0 30px;
}

#content .single_widecolumn ul.xoxo li {
	width:190px;
	float:left;
	list-style-position: outside;
	list-style-image: url(images/bullet01.jpg);
}

#content .home_section_wide ul.xoxo li a {
	color:#004276;
}

/******** PODPRESS *************/
.podPress_content {
	width:610px;
	height:4.05em;
	display:block;
	margin: 0 auto;
	background:url(images/lecteur_fond.jpg) repeat-y top right;
	border-top-width: 1px;
	border-right-width: 0.23em;
	border-bottom-width: 1px;
	border-left-width: 0.23em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cad2e3;
	border-right-color: #cad2e3;
	border-bottom-color: #cad2e3;
	border-left-color: #cad2e3;
}

/**********    SIDEBAR 1    **********/
#sidebar_1 {
	width:306px;
	float:right;
}

#sidebar_1 ul.widget {
	width:306px;
	background:white;
	margin: 0 0 20px 0;
	border: 1px solid #cad2e3;
}



#sidebar_1 ul.widget img {
	padding: 0;
}

#sidebar_1 ul.widget li {
	width: 270px;
	color:#6a2f00;
}

#sidebar_1 ul.widget li ul li {
	width:270px;
	padding: 0 0 0 20px;
	font-size:0.9em;
	color:black;
}

#sidebar_1 ul.widget li ul li a.rsswidget {
	margin: 1em 0;
}

.rssSummary {
	padding: 0 0 1em 0;
}

#sidebar_1 ul.widget li .widgettitle {
	width: 286px;
	font-size:1.35em;
	color:black;
	padding:5px 10px 5px 10px;
	margin: 0 0 10px 0;
	text-align:right;
	background:url(images/titre_fond02.jpg) repeat-x top left;
	font-weight: lighter;
}

#sidebar_1 ul.widget li object {
	width:300px;
}

#sidebar_1 .vvqbox object {
	width:310px;
	height:205px;
	margin: 0 0 0 1px;
	padding:0;
}

#sidebar_1 .widget_videos {
	width: 312px;
	height:275px;
	overflow:hidden;
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 .widget_videos h2.title {
	width:306px;
	height:25px;
	font-size:1em;
	color:white;
	text-align:center;
	padding: 5px 0 0 0;
	margin:0;
	background:url(images/titre_fond.jpg) repeat-x top left;
	font-weight: lighter;
}

#sidebar_1 .widget_videos h2.title a {
	color:white;
}

#sidebar_1 .widget_videos h2.title a:hover {
	color:#ba9e82;
	font-style:oblique;
}

#sidebar_1 .widget_videos h3.title {
	color:#660000;
	text-align:center;
}

#sidebar_1 .widget_videos h3.title a {
	color:#660000;
}

#sidebar_1 .widget_videos h3.title a:hover {
	font-style:oblique;
}

#sidebar_1 .widget_ref {
    text-align:right;
	padding:2px 10px;
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 .widget_ref a {
	color:#660000;
}

#sidebar_1 .widget_ref a:hover {
	font-style: oblique;	
}

#sidebar_1 .widget_bottom {
	width:312px;
	height:13px;
	margin: 0 0 20px 0;
	background:url(images/widget_bottom_fond.jpg) no-repeat top left;
}

#sidebar_1 .execphpwidget {
	width:308px;
	text-align:center;
}

#sidebar_1 .execphpwidget p {
	color:black;
	margin: 0.5em 1em;
}

#sidebar_1 .execphpwidget embed {
	width:300px;
	height:250px;
	margin: 0;
}

/*** GOOGLE FEED CONTROL DANS LA SIDEBAR ***/
#sidebar_1 #feed-control {
	width:306px;
	border:none;
}

#sidebar_1 #feed-control .gfg-root {
	border:none;
}

#sidebar_1 .espace {
	width:306px;
	height:20px;
}

#sidebar_1 #partnerbar {
	width:306px;
}

/**** FEED BURNER ******/

#sidebar_1 .feedburner {
	width:304px;
}

#sidebar_1 .feedburner form p {
	font-size:0.8em;
	color:black;
}

#sidebar_1 .feedburner form p a {
}

#sidebar_1 .feedburner form p input {
	width:auto;
}

#sidebar_1 .feedburner .carre {
	width:250px;
	font-weight:bold;
	background:url(images/titre_fond.jpg) no-repeat top left;
}


/***************************************  FOOTER **************************/
#footer {
	background:url(images/footer_fond.jpg) no-repeat center top;
	height: 184px;
	width:1000px;
	margin: 30px 0 0 0;
}

#footer .footer_col1 {
	margin: 0px 0 0 0;
	padding: 15px 0 0 0;
}

#footer p {
	color:#004276;
	padding: 10px 0 0 0;
	text-align:center;
}

#footer p a {
	color:#004276;
}

#footer p a:hover {
	font-style: italic;	
}

/****************************** PARTENAIRES ************************/

.pb-root {
      font-family: arial, sans-serif;
      color: #000000;
      font-size: 12px;
      font-size-adjust: none;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1.25em;
      background : #ffffff none repeat scroll 0%;
      width : 300px;
    }

    .pb-root a {
	color : #004276;
	text-decoration : none;  
    }
    .pb-root a:hover {
      color : #CA0002;
      text-decoration : underline;
    }

    .pb-root a:visited {
      color : #5c7996;
    }
	
	.pb-root ul, .pb-root li {
  list-style-image : none;
  list-style-position : outside;
  list-style-type : none;
  margin : 0;
  padding : 0;
}

    div.pb-header {
display:none;
    }
	
	#sidebar_1 .pb-partner-feedData {
	list-style-position: inside;
	list-style-type: circle;	
	}

    .pb-partner-logo {
	width:270px;
      border-bottom : 1px solid #f9f9f9;
      margin-bottom : 6px;
      font-weight : bold;
      font-size : 16px;
    }

    a.pb-title {
      color : #000000;
    }

    .pb-partner-moreLink {
      margin-top : 6px;
    }

    .pb-partner-moreLink a {
      color : #0177c2;
    }

#sidebar_1 .pb-partner-cell {
      width : 270px;
      padding : 4px 10px 4px 10px;
      margin : 0px 8px 12px 8px;
	border: 1px solid #cad2e3;
    }

#sidebar_1 .pb-entry {
	width:250px;
	text-align: left;
	background:url(images/pb-partner_fond.jpg) top left no-repeat;
}

#sidebar_1 .pb-entry .pb-title {
	padding: 0 0 0 10px;
}

#sidebar_1 .reseau {
	color:black;
	font-size:0.8em;

}
	
#sidebar_1 .reseau .pb-partner-cell {
      width : 270px;
      padding : 4px 10px 4px 10px;
      margin : 0px 8px 12px 8px;
	  border:none;
    }
	
#sidebar_1 .reseau .pb-entry .pb-title {
	width:250px;
	text-align: left;
}

#sidebar_1 .reseau .pb-entry .pb-title ul li{
	width:270px;
	text-align: left;
	list-style-position: outside;
	list-style-type: circle;
}
	
#sidebar_1 .pb-entry {
	margin-bottom : 4px;
    }
	
	.pb-noResults {
  display : none;
}

/****************************** DYNAMIC FEED CONTROL ************************/
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
}

.gfg-title {
 display:none;
}

.gfg-title a {
	color:#333333;
}

.gfg-subtitle {
	width:280px;
	font-size: 12px;
	font-weight : bold;
	padding:0 0 0 20px;
	color:#333333;
	line-height : 1.4em;
	white-space : nowrap;
	margin-bottom : 5px;
}

.gfg-subtitle a {
	color:#333333;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color :#eaedf4;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
  color:black;
}

.gfg-list a {
	color:black;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background: url(images/titre_fond.jpg) no-repeat top right;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  	width:280px;
  	font-size: 14px;
	font-weight:bold;
	color:#333333;
  	line-height : 1.2em;
  	margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
	color:#666666;
  float : left;
}

.clearFloat {
  clear : both;
}