﻿#titre{
	left:25px;
}
#corps{
	clear:both;
	display:block;
	padding:1em;
	width:564px;
	margin-left:15px;
	margin-bottom:15px;
}
#corps .txt{
	height:298px;
	clear:left;
	padding-top:10px;
}
#corps .txt .scrollable{
	height:298px;
	overflow:auto;
}

#IE6 #corps .txt .scrollable{
	height:298px;
	overflow:auto;
	display:block;
	position:relative;
}

/**
 * @title 	social networks modules
 * @section  	twitter
 * @tree     	#twitterModule.scrollable < .txt < #corps
 */
#corps .txt #twitterModule.scrollable {overflow:hidden;}
#corps #twitterModule img {
    margin:0;
    height:auto; width:auto;
    background:none;
}
#IE6 #corps #twitterModule .twtr-hd img {
	height:48px;width:48px;
}
#twitterModule .twtr-bd {
    height:200px;
    overflow-y:scroll;
}
/*twitter footer*/
#corps #twitterModule .twtr-ft a img {
    height:20px !important;
}

/**
 * overriding twitter styles
 */
#twitterModule .twtr-hd, #twitterModule .twtr-ft div {padding-right:0; padding-left:0;}
#twitterModule .twtr-bd {padding:0;}
#twitterModule #twtr-widget-1 .twtr-doc {background:none !important;}
#twitterModule #twtr-widget-1 h3 {padding-left:20px !important;}
#twitterModule #twtr-widget-1 h4 {padding-left:19px !important;}
#twitterModule #twtr-widget-1 .twtr-timeline {
    height:auto !important;
    overflow:hidden !important;
}
#twitterModule #twtr-widget-1 .twtr-timeline {position:static;}

/**
 * @section  	facebook
 * @tree     	#facebookModule.scrollable < .txt < #corps
 */
#corps .txt #facebookModule.scrollable {overflow:hidden;}

/**
 * @section     linkedIn
 * @tree        #linkedInModule.scrollable < .txt < #corps
 */
#corps #linkedInModule img {
    float:none;
    display:inline;
    height:auto; width:auto;
}
