/* ---[ SideBlocs.css ]------------------------------------------

DESCRIPTION:
Tout les modules latéraux sous forme de blocs (SideBlocks = SB)

CONTENT:
- Large Column Blocs
- Small Column Blocs
- Boite à outils de raccourcis
- Texts
- Bloc: Infopresse Jobs
- Bloc: Opinions
- Bloc: ConférencesEnBref
- Bloc: Blogs de la com
- Bloc: Twitter

----------------------------------------------------------------- */


/* ---[ Large Column Blocs ]------------------------------------- */

.SB_LargeColumn {
	background-color:#fff;
	background-image:url(../images/Common/sideRightBox-background.gif);
	background-repeat:no-repeat;
	height:auto;
	margin-bottom:5px;
	width:326px;
	margin-left:5px;
	margin-right:5px;
}

.SB_LargeColumn_Header {
	color:#FFF;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:21px;
	overflow:hidden;
	padding-left:13px;
	padding-top:5px;
	text-decoration:none;
	width:auto;
}

.SB_LargeColumn_Body {
	clear:both;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:auto;
	overflow:hidden;
	padding:12px 12px 8px;
	text-decoration:none;
	width:301px;
}

.SB_LargeColumn_Body a {
	text-decoration:none;
}

.SB_LargeColumn_Body a:hover {
	color:#3f76ac;
	text-decoration:underline;
}
	
.SB_LargeColumn_Body ul {
	list-style-position: outside;
	margin: 8px 0px;
	padding: 0px;
}

.SB_LargeColumn_Body li {
	background-image: url(../images/common/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

.SB_LargeColumn_HeaderRSS, .SB_LargeColumn_HeaderRSS a {
	color:#fff;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:26px;
	right:0;
	text-decoration:none;
	top:0;
	width:30px;
}

.SB_LargeColumn_SousTitre {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-color: #d5d5d5;
	padding: 5px;	
}


/* ---[ Small Column Blocs ]-------------------------------------- */

/* Container General */
.SB_SmallColumn {
	margin-bottom:10px;
	width:100%;
	font-size:12px;
	background-color:#fff;
}

/* Header */
.SB_SmallColumn_Header {
	width:100%;
	color:#fff;
	font-weight:bold;
	position:relative;
	background-color:#666;
	padding:5px 0;
	font-size:1em;
	cursor:default;
}

.SB_SmallColumn_Blue .SB_SmallColumn_Header {
	background-color:#5293D1;
}

.SB_SmallColumn_Header a {
	display:block;
	text-decoration:none;
	background-color:#666;
	color:#fff;
	font-weight:bold;
	padding: 5px 0;
	margin:-5px 0;
}

.SB_SmallColumn_Blue .SB_SmallColumn_Header a {
	background-color:#5293D1;
}

.SB_SmallColumn_Header a:hover {
	background-color:#888;
}

.SB_SmallColumn_Blue .SB_SmallColumn_Header a:hover {
	background-color:#68a8e6;
}

.SB_SmallColumn_Header img {
	margin-bottom:4px;
}

.SB_SmallColumn_Header .title {
	color:#fff;
	margin:0 12px 1px;
	display:block;
}

.SB_SmallColumn_Header_Triangle {
	padding-bottom: 13px;
	background-image: url(../images/common/smallColumn_header_background.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.SB_SmallColumn_Header_Triangle a {
	padding-bottom: 13px;
	margin-bottom:-13px;
	background-image: url(../images/common/smallColumn_header_background.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.SB_SmallColumn_Header_Triangle .border {
	background-image: url(../images/common/smallColumn_border_background_gray.gif);
	background-repeat: repeat-y;
	width:1px;
	height:9px;
	position:absolute;
	bottom:0;
	right:0;
}

*html .SB_SmallColumn_Header_Triangle .border {bottom:-1px;} /*IE6 Fix: Pb de positionnement */

.SB_SmallColumn_Blue .SB_SmallColumn_Header_Triangle .border {
	background-image: url(../images/common/smallColumn_border_background_blue.gif);
	background-repeat: repeat-y;
	width:1px;
	height:9px;
	position:absolute;
	bottom:0;
	right:0;
}

*html .SB_SmallColumn_Blue .SB_SmallColumn_Header_Triangle .border {bottom:-1px;} /*IE6 Fix: Pb de positionnement */

.SB_SmallColumn_Header .rss {
}

.SB_SmallColumn_HeaderRSS {
	display:block;
	float:right;
	height:22px;
	right:0;
	top:0;
	width:30px;
}

.SB_SmallColumn_HeaderRSS a {
	color:#ccc;
	font-size:10px;
	text-decoration:none;
}


/* Contenu de la boite */
.SB_SmallColumn_Body {
	color: #777;
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 100%;
	font-size: 0.85em;
	padding:5px 0;
	background-image: url(../images/common/smallColumn_border_background_gray.gif);
	background-repeat: repeat-y;
	border-bottom:solid #666 1px;
	position:relative;
}

.SB_SmallColumn_Blue .SB_SmallColumn_Body {
	background-image: url(../images/common/smallColumn_border_background_blue.gif);
	background-repeat: repeat-y;
	border-bottom:solid #5293d1 1px;
}

.SB_SmallColumn_Body .border {
	background-image: url(../images/common/smallColumn_border_background_gray.gif);
	background-repeat: repeat-y;
	border-bottom:solid #5293d1 1px;
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}

*html .SB_SmallColumn_Body .border {height:999px;} /*IE6 Fix: Pb de positionnement */

.SB_SmallColumn_Blue .SB_SmallColumn_Body .border {
	background-image: url(../images/common/smallColumn_border_background_blue.gif);
	background-repeat: repeat-y;
	border-bottom:solid #5293d1 1px;
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}

*html .SB_SmallColumn_Blue .SB_SmallColumn_Body .border {height:999px;} /*IE6 Fix: Pb de positionnement */

.SB_SmallColumn_Body a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
	font-size:1.08em;
}

.SB_SmallColumn_Body a:hover {
	color:#3F76AC;
	text-decoration:underline;
}

.SB_SmallColumn_Body ul {
	list-style-position:outside;
	margin:0;
	padding:0;
}

.SB_SmallColumn_Body li {
	margin: 5px 10px 10px;
	list-style-type: none;
}

/* Container spéciaux : User Account */
.SB_SmallColumn_BodyAsterisk {
	background-image: url(../images/common/Icons/asterisk.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	clear: both;
	color: #666;
	background-color: #ffe9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 22px;
	padding-right: 8px;
	text-decoration: none;
	width: 130px;
	border-bottom:2px #fff solid;
}

.SB_SmallColumn_BodyInformation {
	background-image: url(../images/common/information.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	clear: both;
	color: #666;
	background-color: #e8eef4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 22px;
	padding-right: 8px;
	text-decoration: none;
	width: 130px;
	border-bottom:2px #fff solid;
}

.SB_SmallColumn_BodyProfile {
	background-image: url(../images/common/profile-small.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	clear: both;
	color: #666;
	background-color: #e8eef4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 22px;
	padding-right: 8px;
	text-decoration: none;
	width: 130px;
	border-bottom:2px #fff solid;
}

.SB_SmallColumn_BodyPublicProfile {
	background-image: url(../images/common/profile-small.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	clear: both;
	color: #666;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	width: 144px;
	border-bottom:2px #fff solid;
}


/* Lien: + de contenus... */
.SB_SmallColumn_More {
	clear:both;
	background-image: url(../images/common/plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin:0 10px;
	font-size:0.91em;
}

.SB_SmallColumn_More a {
	padding:0 0 4px 12px;
	color: #666;
	text-decoration:none;
	font-weight:normal;
	display:block;
}

.SB_SmallColumn_Title a:hover {
	color: #3F76AC;
	text-decoration:underline;
}


/* Famille de sites IP */

#SB_sitesInfopresse {
	background-color:#fff;
	margin-bottom:10px;
	width:100%;
	font-size:12px;
	border-bottom: solid 1px #5293d1;
	background-image:url(../images/Common/smallColumn_infopresseSites_background.gif);
	background-repeat:repeat-y;
}

#SB_sitesInfopresse .SB_SmallColumn_Body {
	border-bottom:none;
}

#SB_sitesInfopresseHeader {
	background-color:#5293d1;
	height:19px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
/*	letter-spacing: -0.5px; */
	font-weight:bold;
	overflow:hidden;
	padding-left:13px;
	padding-top:5px;
	text-decoration:none;
	width:auto;
}

.SB_SmallColumnSitesInfopresse {
	background-color:#fff;
	background-image:url(../images/Common/right-background_sitesInfo.gif);
	background-repeat:repeat-x;
	width:100%;
	font-size:12px;
}

.SB_SmallColumnSitesInfopresse table, .SB_SmallColumnSitesInfopresseTop table {
	margin-bottom:8px;
}

.SB_SmallColumnSitesInfopresseTop {
	background-color:#fff;
	background-image:url(../images/Common/right-background_sitesInfoTop.gif);
	background-repeat:repeat-x;
	height:auto;
	width:100%;
	font-size:12px;
}

.SB_SmallColumn_SitesTitle {
	clear:both;
	background-position: left top;
	padding:4px 10px 4px 20px;
	border-bottom: solid 1px #e6e6e6;
	/*font-size:0.915em;*/
	font-size:0.85em;
	position:relative;
	background-image:url(../images/Common/smallColumn_infopresseSites_background.gif);
	background-repeat:repeat-y;
}

.SB_SmallColumn_SitesTitle .border {
	background-image: url(../images/common/smallColumn_border_background_blue.gif);
	background-repeat: repeat-y;
	width:1px;
	height:50px;
	position:absolute;
	bottom:0;
	right:0;
}

.SB_SmallColumn_SitesTitle a {
	color:#666;
	text-decoration:none;
}

.SB_SmallColumn_SitesTitle a:hover {
	color:#3f76ac;
	text-decoration:underline;
}

.SB_SmallColumn_SitesHeader {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:20px;
	padding-top:4px;
	width:100%;
	background-image: url(../images/common/smallColumn_border_background_blue.gif);
	background-repeat: repeat-y;
	position:relative;
	display:block;
}

.SB_SmallColumn_SitesHeader .border {
	background-image: url(../images/common/smallColumn_border_background_blue.gif);
	background-repeat: repeat-y;
	width:1px;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
}

.SB_SmallColumn_SitesHeader a {
	color:#333;
	padding-left:3px;
	padding-right:3px;
	margin-left:14px;
	text-decoration:none;
	height:22px;
}

.SB_SmallColumn_SitesHeader a:hover {
	color:#333;
	background-color:#b8b8b8;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
	padding-right:3px;
}


/* ---[ Boite à outils de raccourcis ]--------------------------- */

.SB_ShortcutsColumn_Body {
	width: 306px;
	height:2.5em;
	margin-bottom: 5px;
	background-color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 8px;
	margin-left:5px;
	margin-right:5px;
	color:#3F76AC;
}

*html .SB_ShortcutsColumn_Body {
	width: 309px;
	padding-left: 17px;
}

*+html .SB_ShortcutsColumn_Body {
	width: 309px;
	padding-left: 17px;
}

.SB_ShortcutsColumn_BodyIcon {
	float: left;
	margin:0 7px 0 0;
}
	
.SB_ShortcutsColumn_BodyText {
	float: left;
	margin:2px 7px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
	
.SB_ShortcutsColumn_BodyText a {
	color: #666666;
	text-decoration: none;
}
	
.SB_ShortcutsColumn_BodyText a:hover {
	color:#3F76AC;
	text-decoration:underline;
}

.SB_ShortcutsColumn_Body_Zone
{
	padding-left: 11px;
}

/* ---[ Texts ]-------------------------------------------------- */

.SB_Text_BodyTitle {
	font-weight:bold;
}


/* ---[ Bloc: Infopresse Jobs ]---------------------------------- */

#SB_Content_InfopresseJobs {
	width:326px;
	margin: 0 5px 0;
	font-size:0px;
}

#SB_Content_InfopresseJobs img {
	border:0;
}

#SB_Content_InfopresseJobs p {
	margin:0;
	padding:0;
}

/* le bloc est caché par défaut */
#SB_Content_InfopresseJobs table { display:none;}

/* le bloc est caché, on permet à l'utilisateur de modifier la zone s'il bénificie des bons droits */
#SB_Content_InfopresseJobs .CommonContentPartBorderOn table#IPJob_0 {display:block;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOn table#IPJob_0 #IPJob_edit {display:block; font-size:11px; color:#EEE; padding:0 1px;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOn table#IPJob_0 #IPJob_ad {display:none;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOn table#IPJob_0 #IPJob_header {display:none;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOn table#IPJob_0 #IPJob_content {display:none;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOff table#IPJob_0 {display:block;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOff table#IPJob_0 #IPJob_edit {display:block; font-size:11px; color:#EEE; padding:0 1px;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOff table#IPJob_0 #IPJob_ad {display:none;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOff table#IPJob_0 #IPJob_header {display:none;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOff table#IPJob_0 #IPJob_content {display:none;}

/* affichage de l'annonce */
#SB_Content_InfopresseJobs table#IPJob_1, table#IPJob_1 table {display:block;}
#SB_Content_InfopresseJobs table#IPJob_1 #IPJob_edit {display:none;}
#SB_Content_InfopresseJobs table#IPJob_1 #IPJob_ad {display:none;}
#SB_Content_InfopresseJobs table#IPJob_1 { margin-bottom:5px;}

/* affichage de la bannière publicitaire */
#SB_Content_InfopresseJobs table#IPJob_2 {display:block;}
#SB_Content_InfopresseJobs table#IPJob_2 #IPJob_edit { display:none !important;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOn table#IPJob_2 #IPJob_edit {display:block !important; font-size:11px; color:#EEE; padding:0 1px;}
#SB_Content_InfopresseJobs .CommonContentPartBorderOff table#IPJob_2 #IPJob_edit {display:block !important; font-size:11px; color:#EEE; padding:0 1px;}
#SB_Content_InfopresseJobs table#IPJob_2 #IPJob_header {display:none;}
#SB_Content_InfopresseJobs table#IPJob_2 #IPJob_content {display:none;}
#SB_Content_InfopresseJobs table#IPJob_2 { margin-bottom:5px;}
*html #SB_Content_InfopresseJobs table#IPJob_2 { margin-top:-3px;}
*+html #SB_Content_InfopresseJobs table#IPJob_2 { margin-top:-3px;}

#SB_Content_InfopresseJobs table#IPJob_1, table#IPJob_1 table {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#SB_Content_InfopresseJobs #IPJob_header {
	padding:5px 0;
}

#SB_Content_InfopresseJobs #IPJob_logo img {
	border:0;
}

#SB_Content_InfopresseJobs #IPJob_title a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

#SB_Content_InfopresseJobs #IPJob_text a, #SB_Content_InfopresseJobs #IPJob_compagny a, #SB_Content_InfopresseJobs #IPJob_footer a {
	font-weight:bold;
	text-decoration:none;
}

#SB_Content_InfopresseJobs #IPJob_text a {
	color:#29ABE2;
	font-size:12px;
}

#SB_Content_InfopresseJobs #IPJob_compagny {
	font-size:12px;
	font-weight:bold;
}

#SB_Content_InfopresseJobs #IPJob_compagny a {
	color:#29ABE2;
}

#SB_Content_InfopresseJobs #IPJob_footer {
	background-color:#29ABE2;
}

#SB_Content_InfopresseJobs #IPJob_footer a {
	font-size:11px;
	color:#fff;
}

#SB_Content_InfopresseJobs #IPJob_title a:hover, #SB_Content_InfopresseJobs #IPJob_text a:hover, #SB_Content_InfopresseJobs #IPJob_compagny a:hover, #SB_Content_InfopresseJobs #IPJob_footer a:hover {
	text-decoration:underline;
}


/* ---[ Bloc: Opinions ]----------------------------------------- */

#Opinion_Table1 tr #Ligne1{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_ducas.png);
    height:69px;
    width:100%;
}

#Opinion_Table1 tr #Ligne2{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_musnik.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table1 tr #Ligne3{
   background-image:url(../images/Common/SpecificComponents/opinion_identity_streliski.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table1 tr #text{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    vertical-align:top;
    padding:0px 40px 15px 9px;
    color:#666;
    text-align:left;
}

#Opinion_Table1 tr #text a{
    color:#444;
    text-decoration:none;
}

#Opinion_Table1 tr #text a:hover{
    color:#3F76AC;
    text-decoration:underline;
}

#Opinion_Table1 tr #text a:hover #text{
    color:#3F76AC;
    text-decoration:underline;
}

#Opinion_Table2 tr #Ligne1{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_ducas.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table2 tr #Ligne2{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_bourbonnais.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table2 tr #Ligne3{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_ouellette.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table2 tr #Ligne4{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_marois.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table2 tr #Ligne5{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_martineau.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table2 tr #text{
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    vertical-align:top;
    padding:0px 40px 15px 9px;
    color:#666;
    text-align:left;
}

#Opinion_Table2 tr #text a{
    color:#444;
    text-decoration:none;
}

#Opinion_Table2 tr #text a:hover {
    color:#3F76AC;
    text-decoration:underline;
}

#Opinion_Table2 tr #text a:hover #text{
    color:#3F76AC;
    text-decoration:underline;
}


#Opinion_Table3 tr #Ligne1{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_belanger.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table3 tr #Ligne2{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_martineau.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table3 tr #Ligne3{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_marois.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table3 tr #text{
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    vertical-align:top;
    padding:0px 40px 15px 9px;
    color:#666;
    text-align:left;
}

#Opinion_Table3 tr #text a{
    color:#444;
    text-decoration:none;
}

#Opinion_Table3 tr #text a:hover {
    color:#3F76AC;
    text-decoration:underline;
}

#Opinion_Table3 tr #text a:hover #text{
    color:#3F76AC;
    text-decoration:underline;
}

#Opinion_Table4 tr #Ligne1{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_collard.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table4 tr #Ligne2{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_ouellette.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}

#Opinion_Table4 tr #Ligne3{
    background-image:url(../images/Common/SpecificComponents/opinion_identity_ducas2.png);
    background-repeat:no-repeat;
    height:69px;
    width:100%;
}


#Opinion_Table4 tr #text{
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    vertical-align:top;
    padding:0px 40px 15px 9px;
    color:#666;
    text-align:left;
}

#Opinion_Table4 tr #text a{
    color:#444;
    text-decoration:none;
}

#Opinion_Table4 tr #text a:hover {
    color:#3F76AC;
    text-decoration:underline;
}

#Opinion_Table4 tr #text a:hover #text{
    color:#3F76AC;
    text-decoration:underline;
}


/* ---[ Bloc: ConférencesEnBref ]-------------------------------- */

#SB_Content_Conferences_EnBref {
	font-size:13px;
}


/* ---[ Bloc: Blogs de la com / Ailleurs dans la presse ]---------------------------------- */

#SB_Content_BlogsCom .f, #SB_Content_AilleursPresse .f {
	display:none;
}

#SB_Content_BlogsCom .s, #SB_Content_AilleursPresse .s {
	font-size: 0.85em;
	font-weight:normal;
}

#SB_Content_BlogsCom .s a, #SB_Content_AilleursPresse .s a {
	font-weight:normal;
	color:#3f76ac;
}

/* ---[ Bloc: Twitter ]---------------------------------- */
.SB_Content_Twitter a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size: 1.08em;
}

.tweet
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 1.08em; 
	color: #555555;
}

.EnteteBlogue {
	margin: 1px 2px 0px 2px; 
	padding: 5px 5px 15px 3px; 
	background-color: #cacaca; 
	background-image: url('../images/tab-blogs.png'); 
	background-position: -50px bottom; 
	color: #FFFFFF;
}

.EnteteBlogue a 
{
	display: block; 
	color:#333; 
	text-decoration:none; 
	padding: 1px 5px;
}

.EnteteBlogue a:hover {
	color:#333; 
	text-decoration:none; 
	background-color:#b8b8b8;
} 

.spacer_blogue
{
	margin-top: 15px;
}
