/*
Theme Name: Wordpress Pediatrie 2010
Description: Pediatrie 2010 theme.
Version: 1.0
Author: Theme Developed by: Europa Organisation
Author URI: http://www.europa-organisation.com
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{ list-style:none; }
blockquote,q{	quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{	outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{
	border-collapse:collapse;	border-spacing:0;
}

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a{
	color:#8a8a8a;
	text-decoration:none;
}
a:focus,a:hover{ text-decoration:underline; }
html{	background:#4e4e4e url(images/bgr_main.png) repeat-x; }
body{
	background:url(images/bgr_vecto.png) no-repeat top center;
	color:#010101;
	font:62.5%/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:988px;
}

/* menu */
#menu{
	width:540px;
	float:right;
}

/* mainmenu */
#mainmenu{ width:100%; }
#mainmenu ul{
	float:right;
	padding:0 33px 0 0;
}

/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#ceea00; font-size:1.5em; line-height:1.1em;
	padding:0 0 0 42px;
	background:url(images/bgr_menu_li.gif) no-repeat center left;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}

/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#ceea00;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{	text-decoration:none; }
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{	text-decoration:none;	color:#fff; }

/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 42px; padding:0;
	background:#89a800;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none; padding:0;
	font-size:1.0em;
	background:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}

/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;	height:auto;
	padding: 7px 10px 7px 10px;	margin: 0;
	/*border-bottom: 1px solid #91af0d;*/
	background:#89a800;
	text-align:left;	text-decoration:none;	font-weight:normal;	font-size:0.9em; color:#fff;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	background:#92b301;
	text-decoration:none;	color:#fff;
}

/*header_search*/
#header_search{
	width:100%;	height:65px;
	overflow:hidden;
	padding:18px 0 0 0;
}
#header_search fieldset{
	float:right;
	background:url(images/bgr_header_search.png) no-repeat;
	padding:5px 33px 20px 55px;
}
#main_search_val{
	float:left;
	border:0;
	background:#89a800;
	color:#526400;	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	font-size:1.4em;
	padding:2px; margin:6px 18px 0 0;
	width:220px;
}
#main_search_sub{
	float:left;
	margin:10px 0 0 0;
}

/* header */
#header{
	width:100%;	height:172px;
	background:url(images/bgr_header.png) no-repeat;
}

/*header_logo*/
#header_logo{
	width:365px;
	float:left;
	padding:34px 0 0 20px;
}
#logo{
	color:#fff;	font-size:4.1em; letter-spacing:-4px;
	float:left;
}
#logo:hover{ text-decoration:none; }
#header_logo .description{
	color:#4b5b08; font-size:13px;
	display:block;
	letter-spacing:0;
	line-height:1.3em;
}

/*header_rss*/
#header_rss{ padding:33px 0 0 23px; }
#header_rss a{
	background:url(images/button_rss.gif) no-repeat left center;
	font-size:1.5em; color:#6b6b6b; font-family:Arial, Helvetica, sans-serif;
	padding:16px 0 16px 61px;
}

/*block_quote*/
#block_quote{
	width:818px;
	margin:0 0 26px 26px;	padding:20px;
	background:#1f1f1f url(images/bgr_block_quote.png) repeat-x;
}
#block_quote h1{
	color:#b0b0b0; font-size:1.5em;	line-height:1.5em;
	margin:0 0 5px 0;
}
#block_quote p{	color:#b0b0b0; font-size:1.3em; line-height:1.5em; font-style:italic; }

/*************/
/*   body    */
#body{
	width:100%;
	background:url(images/bgr_body.png) repeat-y;
}
#body_top{
	width:946px;
  padding-left: 42px;
  /*border:1px solid Red;*/
}
#body_end{
	width:100%;
	/*background:url(images/bgr_body_end.gif) repeat-y right;*/
	overflow:hidden;
}
#content{
	float:left;
	width:695px;
	padding:0 20px 0 0;
  /*border:1px solid blue;*/
}
#sidebar{
	float:right;
  /*position: inherit;*/
	width:223px;
  padding-right: 7px;
	/*padding:0 25px 0 0;*/
  /*border: 1px solid green;*/
}
div.news { padding: 10px; padding-right: 25px; }
div.news .titre_news{
  font-family: Verdana; font-size: 10px; font-weight: bold; color: #f39728;
}
div.news .corps_news{
  margin: 10px 0;
}
div.news .deadline_news{
  margin: 10px 0;
  text-align: center;
}
div.news .deadline_news #LCTimerWidget_Counter1{
  border: 1px solid Red;
  margin:0 auto 10px 30px;
  width: 120px;
}
div.news .deadline_news{
  margin: 10px 0;
}
div.news .date_news{
  clear: both;
  text-align: right;
  background: url(images/bgr_date_news.jpg) no-repeat 0 2px;
  width: 170px; height: 20px;
  padding-top: 2px;
}

/*************/
/*   post    */
.post{
	width:100%;
	margin:15px 0 0 0;
  text-align:justify;
}
.post .title{
	color:#bdcb34;
	/*font-size:2.2em;*/
	font-size:28px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-indent: 28px; font-weight:normal; /*line-height:1.3em;*/
	margin:0 0 10px 0; /*padding:0 0 6px 0;*/
  background:url('images/puce_titre.jpg') no-repeat left center;
	/* border-bottom:1px dashed #dbdbdb; */
}
.post .title a{	color:#718d00; }
.post .entry{
	font-size:1.3em; line-height:1.5em;
	padding:0 0 5px 0;
}
.post .entry a{	text-decoration:underline; }
.post .entry a:hover{	text-decoration:none; }
.post .entry p{	margin:0 0 15px 0; }
.post .entry p img{
	/*border:3px solid #dbdbdb;*/
	padding:0;
}
.post .entry ul {	margin:0 0 15px 15px; }
.post .entry ul li{
	margin: 0; padding:6px 0 6px 35px;
	/*border-bottom:1px dashed #efefef;*/
	background:url(images/ico_list.png) no-repeat left 3px;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0; padding:6px 0 6px 0;
	/*border-bottom:1px dashed #efefef;*/
}
.post h1 { font-size:16px; color:#983e7c; }
.post h2, h2.nopost { font-size:16px; color:#5fc4da; }
.post h3 { font-size:13px; color:#f39728; }
.post h4 { font-size:13px; color:#5fc4da; }
.post ul li {
  background:url('images/puce_li.png') left center no-repeat !important;
  border:none !important;
}
/*.post blockquote.bloc1,
.post blockquote.bloc2,
.post blockquote.bloc3 {
  background:#e6e6e6;
  padding:10px; margin:10px 0;
}*/
.post blockquote.bloc1,
.post blockquote.bloc2,
.post blockquote.bloc3 {
  background:#e6e6e6;
  padding:10px; margin:10px 0;
}
.post blockquote.bloc1 { border:3px solid #a4c408; }
.post blockquote.bloc2 { border:3px solid #3eb4ca; }
.post blockquote.bloc3 { border:3px solid #e072a0; }
.post blockquote.bloc1 img,
.post blockquote.bloc2 img,
.post blockquote.bloc3 { position: relative; float: right; bottom: 7px; }

/* Programme */

/* ========= */

.postmetadata{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	font-size:1.2em; line-height:1.5em;	color:#cb1615;
	padding:5px 0 5px 0;
}
.postmetadata a{ color:#cb1615; }
.postmetadata .alignleft{	padding:0 0 0 5px; }
.postmetadata .alignright{
	padding:0 5px 0 0;
	font-weight:bold;
}
.postmetadata .post_author{
	background:url(images/ico_author.gif) no-repeat left center;
	padding:3px 0 3px 20px;	margin:0 20px 0 0;
	float:left;
}
.postmetadata .post_comment{
	background:url(images/ico_comm.gif) no-repeat left center;
	padding:3px 0 3px 20px;
	color:#6d6d6d;
	float:left;
}
.postmetadata .post_comment a{ color:#6d6d6d; }
.postmetadata .post_comment a span, .postmetadata .post_comment span{	color:#cb1615; }

/*sidebar*/
.sidebar_widgets{
	width:100%;
  position: relative; top:21px;
}
.sidebar_widgets a{	color:#6d6d6d; }
.sidebar_widgets .widgettitle{
	font-size:1.8em; color:#FFF; font-weight:normal; text-transform: uppercase;
	margin:0;	padding:0px 15px;
  background:url('images/head_menu.png') no-repeat left center;
  width:215px; height:49px;
  line-height: 35px;
}
.sidebar_widgets a { text-decoration: none; }
.sidebar_widgets ul{}
.sidebar_widgets ul li{
  padding-left: 10px;
}
.sidebar_widgets ul ul{
  padding-right: 24px !important;
  padding-left: 15px !important;
}
.sidebar_widgets ul li ul li{
	background:url('images/puce_navigation.png') 5px 4px no-repeat;
  text-indent: 15px;
	border-bottom:1px solid #e0e6e6;
	padding:10px 0; margin:0;
  font-size: 12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #6c6c6c;
}
.sidebar_widgets ul li ul li:hover{
	background:#f0f0f0 url('images/puce_navigation_on.png') 5px 4px no-repeat;
  text-decoration: none;
}
.sidebar_widgets ul ul ul{
  margin:0 !important; padding: 0 !important;
  /*border:1px solid #000;*/
}
.sidebar_widgets ul li ul li ul li{
  border:0;
  background: url('images/puce_navigation_ss_menu.png') no-repeat 10px 12px;
  padding-left: 11px;
  font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar_widgets ul li ul li ul li:hover{
  background: #FFF url('images/puce_navigation_ss_menu.png') no-repeat 10px 12px;
}

/*sidebar_tabs*/
#sidebar_tabs{ margin:0 0 20px 0; }
#sidebar_tabs_links{
	width:100%;	height:28px;
	overflow:hidden;
	background:url(images/bgr_sidebar_tabs_links.gif) repeat-x bottom;
}
#sidebar_tabs_links li{
	float:left;
	padding:0 4px 0 0;
	font-size:1.0em; text-transform:uppercase;
}
#sidebar_tabs_links li.last{}
#sidebar_tabs_links li a{
	color:#000;	text-align:center;
	float:left;
	display:block;
	padding:6px;
	background:#c2c2c2;
	border:1px solid #cfcfcf;
}
#sidebar_tabs_links li a.selected{
	background:#fbfbfb;
	border:1px solid #dddddd;	border-bottom:0;
	color:#000;	text-decoration:none;
	padding:6px 6px 11px 6px;
}
.sidebar_tabs_item{
	padding:10px 10px 10px 10px;
	background:#fbfbfb url(images/bgr_sidebar_tabs_item.gif) repeat-x bottom;
	border:1px solid #dddddd;	border-top:0;
}
.sidebar_tabs_item li{
	color:#8a8a8a; font-size:1.2em;	line-height:1.4em;
	padding:4px 0 4px 0;
}
.sidebar_tabs_item li a{ color:#000000; }

/*sidebar_ads*/
.sidebar_ads{	margin:0 0 20px 0; }
.sidebar_ads_google{ text-align:center; }

/*footer_block*/
#footer_block{
	/*width:905px;
	padding:40px 10px 20px 10px;*/
	width:968px;
	padding:60px 10px 0px 10px;	margin:0 auto;
	overflow:hidden;
	background:url(images/bgr_footer_block.png) no-repeat;
}
#footer_sidebar{ float:left; }

/*footer_sidebar_widgets*/
.footer_sidebar_widgets{
	width:200px;
	overflow:hidden;
	font-size:1.2em; line-height:1.4em;	color:#a4a4a4;
	float:left;
	padding:0 0 0 22px;
}
.footer_sidebar_widgets a{ color:#a4a4a4; }
.footer_sidebar_widgets .widgettitle{
	font-size:1.8em; color:#fff; font-weight:normal;
	border-bottom:1px dashed #7f7f7f;
	padding:0 0 10px 0;	margin:0 0 5px 0;
}
.footer_sidebar_widgets .widget_categories a, .footer_sidebar_widgets .widget_archive a, .footer_sidebar_widgets .widget_links a, .footer_sidebar_widgets .widget_meta a, .footer_sidebar_widgets .widget_pages a, .footer_sidebar_widgets .widget_meta a, .footer_sidebar_widgets .widget_recent_entries a{
	background:url(images/ico_footer_arrow.gif) no-repeat left 4px;
	padding:0 0 0 13px;
	display:block;
}
.footer_sidebar_widgets .widget_categories a{	display:inline; }
.footer_sidebar_widgets ul{}
.footer_sidebar_widgets ul li{ margin:10px 0 10px 0; }
.footer_sidebar_widgets ul ul{}
.footer_sidebar_widgets ul li ul li{
	background:none;
	padding:5px 0 5px 5px; margin:0;
	border-bottom:1px dashed #7f7f7f;
}
.footer_sidebar_widgets ul ul ul{	margin:0 0 0 5px; }
.footer_sidebar_widgets ul li ul li ul li{ border:0; }
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}

/*footer_about*/
#footer_about{
	float:right;
	width:425px;
	padding:10px 0 0 0;
}
#footer_about h2{
	color:#fff;	font-size:2.2em; font-weight:normal;
	border-bottom:1px dashed #7f7f7f;
	padding:0 0 5px 0; margin:0 0 15px 0;
}
#footer_about p{
	color:#a4a4a4; font-size:1.2em;	line-height:1.4em;
	padding:0 0 15px 0;
}
#footer_about p strong{	color:#fff; }
#footer_about p.more a{
	color:#fff; font-weight:bold;
}
#footer_about img{
	float:left;
	border:8px solid #d9d9d9;
	margin:0 12px 0 0;
}

/*footer*/
#footer_wrapper{
	width:100%;	height:122px;
	overflow:hidden;
	text-align:center; font-family:Verdana, Geneva, sans-serif;
	background:url(images/bgr_footer.gif) repeat-x;
}
#footer{
	width:988px;
	margin:0 auto;
	overflow:hidden;
}
#footer ul{	padding:15px 0 0 0; }
#footer li{
	display:inline;
	font-size:1.1em; line-height:1.3em;	color:#6b6b6b;
	padding:0 0 0 15px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{	color:#6b6b6b; }
#footer .copyrights{
	color:#6b6b6b;
	padding:10px 0 0 0;
	line-height:1.4em;
}
#footer .copyrights a{ color:#6b6b6b; }

/* 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 Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#8a8a8a;
}
#respond a{	color:#8a8a8a; }
#respond h3{
	font-size:1.8em; line-height:1.4em;	color:#718d00;
	border-bottom:1px dashed #dbdbdb;
	padding:0 0 6px 0;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:1.3em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{	text-decoration:underline; }
.cancel-comment-reply a:hover{ text-decoration:none; }
#commentform p{
	font-size:1.3em; line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{	text-decoration:underline; }
#commentform p a:hover{	text-decoration:none; }
#commentform p input{	float:left; }
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto; padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;	font-size:1.0em; color:#666;
}

#commentform{	margin: 5px 10px 0 0; }
#commentform textarea{
	width: 97%;
	padding: 5px;	margin:5px 0 0 0;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;	font-size:1.0em; color:#666;
}
#commentform #submit{
	background:#727272;
	font-size:1.2em; line-height:1.6em; color:#fff;	font-weight:bold;
	padding:2px 6px 2px 6px;	margin:5px 0 0 0;
	border:0;
	cursor:pointer;
}
/* End Form Elements */

/* Begin Comments*/
#comments{
	font-size:1.8em; line-height:1.4em;	color:#718d00; font-weight:normal;
	border-bottom:1px dashed #dbdbdb;
	padding:0 0 6px 0;
}
.commentlist{
	padding: 0;
	text-align: justify; line-height:1.6em; color:#8a8a8a;
}
.commentlist a{	color:#8a8a8a; }
.commentlist li{
	margin: 15px 0 10px; padding: 15px;
	list-style: none;
	border:1px solid #dbdbdb;
	background:#f2f2f2;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.3em; line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{	margin: 5px 0; }
.nocomments{
	text-align: center;
	margin: 0; padding: 0;
	font-size:1.3em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.3em; line-height:1.6em;
}
.reply{	text-align:right; }
.reply a, .reply a:visited{
	font-size:1.2em; line-height:1.6em;	color:#fff;	font-weight:bold;
	background:#727272;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#cac9c9;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{ /*border:3px solid #dbdbdb;*/ }
.commentlist .fn{
	position:relative; top:-10px;
	text-transform:capitalize; color:#161616;
	margin:0 0 0 10px;
}
.commentlist .says{
	position:relative; top:-10px;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a { font-size: 1.1em; }

#wp-calendar a { text-decoration: none;	}

#wp-calendar caption { text-align: center; font-size:1.3em; font-weight:bold;	}

#wp-calendar th {
	font-style: normal;	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a { display: block; }

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* 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 blockquote{}

blockquote cite {
	/*margin: 5px 0 0;
	display: block;*/
	}

.center {	text-align: center;	}

.hidden {	display: none; }

hr { 
  width: 100%; height: 2px; border: none;
  margin: 20px 0px;
  background: url(images/separation_content.jpg) left top no-repeat;
}
.nopost, .nocomments{	text-align:center;	color:#000;	font-size:1.2em;	line-height:1.5em; }
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	padding:10px 0 30px 0;
	text-align: center; font-size:1.2em; line-height:1.8em;
}
.navigation a{
	font-weight:bold;	color:#cb1615;
}
#content .wp-pagenavi{}
#content .wp-pagenavi a {
	padding: 4px; margin: 2px;
	color:#8a8a8a;
	background:none;
	border:0;
}
#content .wp-pagenavi a:hover{
	color:#000;
	background:#fff;
	border:0;
}
#content .wp-pagenavi span.pages {
	padding: 4px; margin: 2px;
	color:#8a8a8a;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; margin: 2px;
	color:#cb1615;
	background:#fff;
	border:0;
}
#content .wp-pagenavi span.extend {
	padding: 4px; margin: 2px;
	color:#8a8a8a;
	background:none;
	border:0;
}

/* 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;
}

.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 */

/* Programme  */
.post .entry h1.jour {
  border-bottom: 4px dotted #983e7c;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size:18px;
  text-align: right;
}

.post .entry h3.jour {
  border-bottom: 1px solid #f39728;
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  height: auto;
}

.post .entry h3.jour div.titre {
  /*border: 1px solid #000;*/
  float: left;
  width: 575px;
}

.post .entry h3.jour div.salle {
  float:left;
  width:90px;
  margin:0;padding:0;
  text-align:right;
}

.post .entry div.rub {
  background: url(images/titre_programme.png) no-repeat;
  width: 123px; height: 42px;
  padding: 4px 10px;
  color: #FFF; font-weight: bold;
}

.post .entry .interventionSpeaker {}
.post .entry .progModerateur {}
.post .entry .progClear {
	width: 100%;
	clear: both;
	height: 0;
}
.post .entry .progSpacer {
	width: 100%;
  clear: both;
	height: 5px;
}
/*.post .entry .progSalle, .post .entry .progTitre, .post .entry .progModerateur {
  margin-left:10px;
}*/
.post .entry .progDate { 
  color:#000;
  font-weight:bold;
  font-family:Verdana,Arial;
  text-align:center;
  margin-top:35px;
  padding-left: 85px;
  padding-right: 85px;
  padding-top:8px;
  height:27px;
}
.post .entry .progTitre {
  padding:1px 0px 2px 3px;
  margin:0 0px 10px 0px;
  padding-left:35px;
  font-weight:bold;
  color:#484848;
  width: 595px;
  float: left;
}
.post .entry .interventionTime {
  margin:5px 0px 0px 10px;
  color:#000;
  width: 90px;
  float: left;
}

.post .entry .interventionTitre {
  margin:4px 0px 0px 0px;
  color:#000;
  font-weight: bold;
  float: left;
  width: 595px;
}
.post .entry .interventionSpeaker {
  font-style: italic;
  color:#000;
  margin-left:100px;
}
.post .entry .progModerateur {
  color:#983e7c;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px;
}
.post .entry .SpeakerFrom {
  font-size: 11px;
  font-style: italic;
}
div#legende { padding: 10px; padding-right: 25px; padding-left: 20px; }
div#legende #sfp{ border-left: 25px solid #ecc242; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #afpa{ border-left: 25px solid #b4b5b4; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #sfcp{ border-left: 25px solid #489aa9; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #sofop{ border-left: 25px solid #9dc7c0; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #sfce{ border-left: 25px solid #c676a7; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #adarpef{ border-left: 25px solid #9a1f4e; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #autres{ border-left: 25px solid #000; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #transv{ border-left: 25px solid #76ab42; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
div#legende #paramed{ border-left: 25px solid #916aa2; text-indent: 10px; line-height: 10px; margin: 10px 0; font-size: 12px; }
/* End Programme */

/* Formulaire contact */
form.wpcf7-form { padding:20px; }
form.wpcf7-form input,
form.wpcf7-form textarea {
  border: 3px solid #a4c408;
}
form.wpcf7-form input#name,
form.wpcf7-form input#email,
form.wpcf7-form input#subject,
form.wpcf7-form input#message,
form.wpcf7-form textarea {
  width: 400px;
}
form.wpcf7-form input#captcha {
  border: 3px solid #a4c408;
  width : 70px;
}
/* End Formulaire contact */
