/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/*********************/
/* MENU */
/*********************/
#header-menu > li > a {
	color: white;
	text-decoration: none;
}

.nav .open>a {
	background-color: #f4992a;
}

.nav >a {
	background-color: #f4992a;
}

/* autres couleurs pour .nav. a :
 * #921e7c = violet alternatiba
 * #f4992a = orange alternatiba
 * #0e824d = vert alternatiba
 * */
header-menu-wrap {
	background: #088047;
}

div#header-menu-wrap {
	background: #088047 repeat scroll 0 0;
}

#header {
	max-height: 298px;
}

.nav .open>a:hover {
	background-color: orange;
}

li#menu-item-1252>a:hover {
	background-color: orange;
}

li#menu-item-1917>a:hover {
	background-color: orange;
}

li#menu-item-1463>a:hover {
	background-color: orange;
}

li#menu-item-1160>a:hover {
	background-color: orange;
}

/*********************/
/* btn des articles de page consommactions */
/*********************/
.btn {
	background-color: #0e824d;
	color: white;
}

/*********************/
/* SIDEBAR */
/*********************/
.sidebar h3 {
	padding: 5px;
	color: white;
}

.sidebar ul li {
	padding: 1px 0;
}

.customize-unpreviewable a {
	color: red;
}

/*********************/
/* page de programme */
/*********************/
table.programme {
	width: 100%;
}

table.programme td a {
	text-decoration: underline;
}

table.programme tr, table.programme td {
	background-color: #ecf6f7;
	border-color: none;
}

table.programme th {
	background: #46a774;
	font-weight: 700;
	color: white;
}

table.programme tbody tr {
	border-width: 0 20px;
	border-color: white;
}

table.programme tbody td {
	padding: 3px 20px 3px 10px !important;
	border-width: 2px 0;
	border-color: white;
}

table.invisible td {
	vertical-align: top;
	border-color: white;
	border-width: 20px;
	background-color: none;
}

div.intervenant {
	clear: both;
	background: #ecf6f7;
	padding: 10px;
	margin: 25px 5px;
	position: relative;
}

div.intervenant>h2 {
	background: #078241;
	color: white;
	margin: 10px;
	padding: 0 10px;
	display: inline-block;
	position: absolute;
	top: -20px;
}

div.intervenant>h3 {
	color: #078241;
	margin: 15px 30px 5px;
}

div.entry-content h1 {
	margin: 40px;
	color: #078241;
	font-weight: 900;
}

div.entry-content h3 {
/*color: #ff5555;
	margin: 5px 30px;*/
}