/*
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
*/
/*article centré page d'accueil*/
p, ul, ol, li, dl, address {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 18px;
	text-align: justify;
}

/*Titre article page d'accueil*/
#main-content .post-entry .post-entry-headline {
	font-size: 28px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 7px;
	text-transform: uppercase;
}

/*Titre bandeau droite*/
.sidebar-widget .sidebar-headline {
	background: #424242;
	color: white;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: center;
	margin: 0;
	padding: 6px 10px;
	position: relative;
	text-transform: uppercase;
}

/*Largeur Menu*/
#wrapper #wrapper-header .menu-box {
	width: 100%;
}

/*Espacement Menu*/
.menu-box ul li {
	float: left;
	height: 70px;
	line-height: 10px;
	margin-left: 30px;
	position: relative;
}

/*Menu à gauche*/
.menu-box ul {
	float: left;
	list-style-type: none;
	margin: 0;
	text-align: left;
}

/*Marge en haut efface le titre (non utilisé)*/
.header-content, .top-navigation {
	height: auto;
	margin: -60px auto;
	max-width: 1170px;
	position: relative;
	width: 100%;
}

/*Sous menu*/
#wrapper-header .menu-box ul ul a, #wrapper-header .menu-box ul ul a:visited {
	color: #333333;
	display: block;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 34px;
	margin: 0 0 0 10px;
	min-height: 20px;
	padding-right: 12px;
	text-align: left;
	width: 180px;
}

/*Sous menu fond blanc*/
.menu-box ul ul {
	background: white;
	border-top: 1px solid #76a934;
	width: 212px;
	z-index: 110;
}

/*Position Sous menu1*/
.menu-box ul ul {
	height: 0;
	position: absolute;
	float: left;
	left: -10px;
	top: 70px;
	visibility: hidden;
	width: 212px;
}

/*Position Sous menu2*/
.menu-box ul ul ul {
	left: 200px;
	top: -1px;
	width: 212px;
}

/*Menu survol souris rose*/
#wrapper-header .menu-box ul ul a:hover,
#wrapper-header .menu-box ul ul :hover > a {
	background: #FDCBD7;
	border-bottom: none;
	color: black;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.menu-box ul ul {
	background: #ffe1e0;
	border-top: 1px solid #76a934;
	width: 212px;
	z-index: 110;
}

/*Trait double sous le Menu*/
.header-content-wrapper {
	border-bottom: 5px double #b3b3b3;
	float: left;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1000;
}

/*Trait double sous Article*/
.post-entry {
	border-bottom: 1px solid #b3b3b3;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
	width: 100%;
}

/*Trait double sous Bandeau*/
.header-image {
	background-color: white;
	border-bottom: 5px double #b3b3b3;
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}

/*vignette article page d'Accueil*/
.attachment-post-thumbnail {
	display: block;
	float: left;
	height: auto;
	margin: 0 15px 5px 0;
	width: 220px;
}

/*vignette article page d'Accueil*/
.attachment-post-thumbnail {
	display: block;
	float: left;
	height: auto;
	margin: 0 15px 5px 0;
	width: 300px;
}

/*Sidebar, liens non soulignés*/
.sidebar-widget a {
	color: #76a934;
	text-decoration: none;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-o-transition: color 1s ease;
	-ms-transition: color 1s ease;
	transition: color 1s ease;
}