@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment: scroll;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1b1a1a;
	margin-top:0px;
}


span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1b1a1a;
}

.soustitre {
	font-size:15px;
	font-style:italic;
	color:#597ea3;
	text-decoration:none;
}

.medium {
	font-size:17px;
	font-style:italic;
	color:#597ea3;
	text-decoration:none;
}

.titre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#1b1a1a;
	text-decoration:none;
	text-transform:uppercase;
}

.dark {
	color:#1b1a1a;
}

.noresize {
	font-size:12px !important;
}	

.trebuchet {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1b1a1a;
	text-decoration:none;
}

.sidemenu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1b1a1a;
	text-decoration:none;
}

.sidemenu:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b2b3b3;
	text-decoration:none;
}

.sidemenu_selected {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b2b3b3;
	text-decoration:none;
}

.small {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1b1a1a;
	text-decoration:none;
}

.small_georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#1b1a1a;
}

.white, .white p, span.white span, span.white p, span.white p span {
 	color:#FFFFFF;	
}

.currentcolor {
	color:#597ea3;
}

.intro {
	font-size:14px;
	font-style:italic;
}
.video_episode_titre{
	font-weight:bold;
}
.video_episode_contenu{
	font-weight:normal;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#597ea3;
}

input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#header {
	width:989px;	
	position:relative;
	top:0px;
	left:50%;
	margin-left:-494px;
	height:141px;
}

#logo {
	width:425px;
	float:left;
}

#top_separator {
	width:12px;
	float:left;
	
}	

#menu {
	width:213px;
	float:left;
	margin-top:22px;
}

#search {
	width:325px;
	margin-top:22px;
	float:left;
}	

#submenu {
	width:227px;
	height:67px;
	float:left;
}

#search_box {
	width:315px;
	clear:both;
}

#top_tools {
	float:left;
	width:88px;
}

#top_shadow {
	width:999px;
	position:relative;
	left:50%;
	margin-left:-499px;
}

#bottom_shadow {
	width:999px;
	position:relative;
	left:50%;
	margin-left:-499px;
}

#container {
	width:100%;
	height:100%;
	background-image:url(../images/bg_bleu.jpg);
	background-repeat:no-repeat;
}

#content_container {
	width:999px;
	background-image:url(../images/content_bg.png)	;
	background-repeat:repeat-y;
	position:relative;
	left:50%;
	margin-left:-499px;
}

#content {
	width:989px;
	margin-left:5px;
}

#footer {
	background-color:#FFFFFF;
	width:989px;
	height:127px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:50%;
	margin-left:-494px;
	margin-top:38px;
}

#columns {
	width:967px;
	margin-top:11px;	
	margin-left:11px;
	background-image:url(../images/bg_col_home.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}

#pub {
	width:312px;	
	float:left;
}

#content_middle {
	margin-top:12px;
	width:328px;	
	float:left;
}

#content_right {
	margin-top:12px;
	width:327px;	
	float:left;
}

#thumb_home {
	width:310px;
}

#thumb_img {
	width:107px;
	height:60px;
	float:left;
}

#thumb_img_small {
	width:85px;
	height:48px;
	float:left;
}

#thumb_shadow {
	width:107px;
	height:20px;
	clear:left;
	background-image:url(../images/thumb_shadow.gif);
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:3px;
}

#thumb_shadow_small {
	width:85px;
	height:20px;
	clear:left;
	background-image:url(../images/thumb_shadow_gris.gif);
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:3px;
}

#thumb_text {
	width:190px;
	margin-left:11px;
	float:left;
}

#home_news {
	width:298px;
	margin-left:12px;
}

#membre {
	width:318px;
	height:125px;
	float:left;
}

#membre_photo {
	width:106px;
	float:left;
}

#membre_texte {
	width:186px;
	float:left;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

