/*   
Theme Name: EMF
Theme URI: http://emf.oicrm.org
Description: Theme pour l'EMF de l'OICRM
Author: IdFix Communication
Author URI: http://idfixcomm.com
Template: thematic
Version: 2.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* POUR ADAPTER 2.0 */
/* Reset browser defaults 
@import url('../thematic/library/styles/reset.css');*/

/* Apply basic typography styles 
@import url('../thematic/library/styles/typography.css');*/

/* Apply a basic layout 
@import url('../thematic/library/layouts/2c-r-fixed.css');*/

/* Apply basic image styles 
@import url('../thematic/library/styles/images.css');*/

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous 
@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins 
@import url('../thematic/library/styles/plugins.css');*/

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #000 }



body {
    background-color: #ecf6ec;
    color: #000;
    font-family: Calibri, Arial, verdana, sans-serif;
    font-size: 12pt;
	line-height: 1.25;
}


.haut {
    height:40px;	
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
	padding:0px;	
	background: #ffffff;
}

.haut li {
    list-style:none;
}


/* Menu en haut */

.menu-menu-haut-container {
	width: 100%;
	text-align:right;
	float:right;
	}
	
	#menu-menu-haut.menu {
	width: 100%;
	height: 30px;
	background:transparent;
	border-right: 0px solid white;
	border-left: 0px solid white;
	margin: 0px;
	text-align:right;
	margin-top: 8px;

	}
	
	
	ul#menu-menu-haut{
	list-style-type: none;
	background: transparent;
	text-align:right;
	
	}
	
	#menu-menu-haut li{
	display:inline-block;
	border-left: 1px solid #136b18;
	padding: 0px 10px 0px 10px;
	height: 20px;
    line-height: 20px;
	}
	
	#menu-menu-haut li:first-child{
	border-left: 0px solid white;
	
	}
	
	#menu-menu-haut li:last-child{
	border-right: 0px solid white;
	
	}
	
	
	#menu-menu-haut a{
	font: 14px Calibri, Arial, verdana, sans-serif;	
	color:#136b18;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
	}
	
	#menu-menu-haut a:visited{
	font: 14px Calibri, Arial, verdana, sans-serif;	
	color:#136b18;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
	}
	
	#menu-menu-haut a:hover{
	font: 14px Calibri, Arial, verdana, sans-serif;	
	color:#accb7b;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
	}
	
	#menu-menu-haut .current_page_item a, #menu-menu-haut .current_page_ancestor a, #menu-menu-haut .current_page_parent a{
	font: 14px Calibri, Arial, verdana, sans-serif;	
	color:#136b18;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
	}
	
	
	.branding {
    padding-top: 20px;
    padding-bottom: 20px;
	background-color: #ffffff;
	height:250px;
}





#blog-title {
font-family: Calibri, Arial,sans-serif;
font-size: 34px;
line-height: 40px;
padding-left: 24.5%;
padding-top: 0px;
font-weight:400;
background:transparent;
margin-left:auto;
margin-right:auto;
}

	#blog-title a {
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 200px;
	background: url(images/logoEMF.png) no-repeat;
	padding:0px;
	}

 
 #blog-description {
    display:none;
}



#access {    
	position: relative;    
	border-bottom: 0px solid #ccc;
}

.menu {    
	text-align: left;    
	background-color: #ffffff;    
	height: 40px;    
	width: 100%;    
	border-right: 0px;    
	line-height: 40px;
}

.sf-menu li {			
	background: transparent;		
}				
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {			
	background-color:transparent;			
}						

.sf-menu a {    
	border-width: 0px;    
	padding: 9px 13px;    
	text-decoration: none;    
	margin-left: -1px;	
	text-transform: uppercase;
}

.sf-menu a, .sf-menu a:visited {    
	color: #136b18;
}

.sf-menu a:hover {    
	color: #2f9d36;
}

.sf-menu .current-menu-item > a, .sf-menu .current-menu-parent > a, .sf-menu .current-menu-ancestor > a, .sf-menu .current-post-ancestor > a, .sf-menu .current_page_item > a, .sf-menu .current_page_ancestor > a, .sf-menu .current_page_parent > a {    
	font-style: normal;
}


.sf-menu li li a, .sf-menu li.sfHover li a{
			background: #ffffff;
			color:#136b18;

		}
		
		.sf-menu li li a:hover, .sf-menu li.sfHover li a:hover{
			background: #ffffff;
			color:#2f9d36;

		}
		
		.sf-menu li:hover ul, .sf-menu li.sfHover ul{
			top:40px;

		}
	
		
		ul.sub-menu{
			
			border:0px;	
			padding: 0px 0px 0px 0px;
			background:#ffffff;

			}
			
	
			
			ul.sub-menu  li {
			background:#ffffff;
			
			}
			
			ul.sub-menu li :hover{
		
			color: #2f9d36;

			
			}
			
			ul.sub-menu  a{
			
			border:0px;

			}
			
			ul.sub-menu a:hover{
		
			border:0px;
			color: #2f9d36;
			

			}
			
			.sf-menu ul a {
			background:#ffffff;

			}
			
			.sf-menu ul a:hover {
			background:#ffffff;
			color: #2f9d36;
		}
			
			.sf-menu li li{
			
			border:0px;

			}
			
			.sf-menu li li:hover{
		
			border:0px;
			color: #2f9d36;
			}
			
			.sf-menu li li a:hover, sf-menu li.sfHover li a:hover{
		
			background:#ffffff;
			
			}
			
			
			.sf-menu li li li {
			
			background:#ffffff;
			

			}
			
			
			
			
			

 .fontawesome-text {
	display: none;
 }
 
 
 
  
 #sliderAcc {
    height:345px;	
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
	padding:20px;	
	background: #ffffff;
	
}
 
 
 .rslides_container {
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}
	
	
.site-main {
    padding-top: 20px;
    background-color: #ffffff;
}



#container{
    width:100%;
}


#content{
    width:100%;
}



.entry-content{
    width:100%;
}

.entry-content2 {
    padding: 5px 0 0 0;
    float: right;
    width: 700px;
}




.entry-title {
    font-family: Arial,sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 20px 0 0px 0;
    margin: 0;
    word-wrap: break-word;
    color: #136b18;
    text-transform: uppercase;
    border-bottom: 2px solid #136b18;
}


.page-id-5 .entry-title {
    display:none;
}



h2 {
    font-size: 20px;
    margin: 30px 0px 10px 0px;
    color: #136b18;
    text-transform: uppercase;
    font-weight: bold;
}

.page-id-11 h2 {
    font-size: 20px;
    margin: 40px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}


h3 {
    font-size: 16px;
    margin: 22px 0px 10px 0px;
    font-style: normal;
    color: #2f9d36;
}


.blocMot{
    background: transparent;
	float:left;
	width:300px;
	padding-top:0px;
	
}


.blocActivite{
    background: #F9F9F9;
	float:right;
	width:650px;
	padding: 0px 10px 10px 10px;

}


	a.titre{
    font-size: 18px;
    color: #2f9d36;
    font-weight: bold;
	text-decoration: none;

	}
	
	a.titre:visited{
    font-size: 18px;
    color: #2f9d36;
    font-weight: bold;
	text-decoration: none;

	}
	
	a.titre:hover{
    font-size: 18px;
    color: #136b18;
    font-weight: bold;
	text-decoration: none;

	}
	
	
	
	a.titreForm{
    font-size: 14px;
    color: #2f9d36;
    font-weight: bold;
	text-decoration: none;

	}
	
	a.titreForm:visited{
    font-size: 14px;
    color: #2f9d36;
    font-weight: bold;
	text-decoration: none;

	}
	
	a.titreForm:hover{
    font-size: 14px;
    color: #136b18;
    font-weight: bold;
	text-decoration: none;

	}
	
	
	
	a.lienAll{
    font-size: 14px;
    color: #136b18;
    font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;

	}
	
	a.lienAll:hover{
    font-size: 14px;
    color: #2f9d36;
    font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;

	}

	



.blocEvent{
    background: #f0f7f0;
	float:right;
	width:650px;
	margin-bottom:30px;
	margin-top:30px;
	padding: 0px 10px 10px 10px;
}


	.col1{
		background: transparent;
		float:left;
		width:305px;
		margin-top:15px;

	}

	.col2{
		background: transparent;
		float:right;
		width:305px;
		margin-top:15px;

	}
	
	


.blanc{
		clear:both;
		height:20px;

	}
	
	
	
.petit {
	color: #000;
    font-family: Calibri, Arial, verdana, sans-serif;
    font-size: 14pt;
    font-weight:bold;
}

	
.colActu{
		background: transparent;
		float:left;
		width:100%;
		margin-bottom:60px;

	}
	
	
	
.colEvent{
		background: transparent;
		float:left;
		width:100%;
		margin-bottom:60px;

	}
	
.entry-meta {
    display:none;
}


.entry-utility {
    display:none;
}

	
table {
    border: 0px solid #ccc;

}

td {
    border: 0px solid #ccc;
}

th {
    border: 0px solid #ccc;
}


a {
    color: #136b18;
    text-decoration: none;
}

a:visited{
    color: #136b18;
    text-decoration: none;
}


a:hover {
    color: #2f9d36;
    text-decoration: none;
}



.menuCote {
    margin: 25px 0px 0 0px;
    width: 200px;
    overflow: visible;
    height: auto;
    background: transparent;
    float: left;
}


.menuCote li {
    list-style: none;
}

.menuCote h2.widgettitle {
    color: #2b9c33;
    font-family: Calibri, Arial, verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #147f1b;
	font-style: normal;
	margin-top:10px;
}



.menu-menu-chansons-container {
	width: 200px;

	}
	
	
	#menu-menu-chansons.menu {
	width: 200px;
	height: auto;
	background:transparent;
	border-right: 0px solid white;
	border-left: 0px solid white;
	margin-left: 0px;
	margin-right: 0px;
	text-align:left;
	padding-left: 0px;
	}	
	
	ul#menu-menu-chansons.menu{
	margin-right: 0px;
	border:0px;
	}
		
	ul#menu-menu-chansons{
	list-style-type: none;
	background: transparent;
	text-align:left;
	
	}
	
	#menu-menu-chansons li{
	border-left: 0px solid white;
	padding-right:0px;
	padding-left:0px;
	height:24px;
	}
	
	
	#menu-menu-chansons a{
	font: 16px Verdana, Geneva, sans-serif;
	color:#2b9c33;
	text-decoration:none;
	font-weight:normal;
	}
	
	#menu-menu-chansons a:visited{
	font: 16px Verdana, Geneva, sans-serif;
	color:#2b9c33;
	text-decoration:none;
	font-weight:normal;
	}
	
	#menu-menu-chansons a:hover{
	font: 16px Verdana, Geneva, sans-serif;
	color:#147f1b;
	text-decoration:none;
	font-weight:normal;
	}
	
	#menu-menu-chansons .current_page_item a, #menu-menu-chansons .current_page_ancestor a, #menu-menu-chansons .current_page_parent a{
	font: 16px Verdana, Geneva, sans-serif;
	color:#2b9c33;
	text-decoration:none;
	font-weight:bold;
	}


	
	/* accordeon */
	


	.omsc-toggle-title {
    color:#ffffff;
	font-weight:bold;
	font-size:18px;
	background:#136b18;
	
}


	.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: #136b18;
}

.omsc-toggle-inner {

    padding: 1em 1em 0.6em 1em;
}


/* fin accordeon */


.site-footer {
    border-top: 0px solid #ccc;
    margin-top: 0px;
}


#siteinfo {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding-top: 24px;
    padding-bottom: 48px;
    background-color: #ffffff;
    border-top: 5px solid #136b18;
    height: 175px;
}



.footer1 {
    background: transparent;
	width:300px;
	float:left;
	color:#136b18;
}


.footer2 {
    background: transparent;
	width:620px;
	float:right;
	text-align:right;
}

.category-podcast .entry-content{max-width:800px;margin: auto;}
.wp-caption .wp-caption-text{
	font-size: .8em;
	font-style: normal;
	float: right;
}
