/*
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
*/
img.scale-with-grid.wp-post-image {
	max-height: 128px;
	max-width: 128px;
}

#bbpress-forums div.odd {
	background-color: #FFF;
	color: #000;
}

#header {
	background-image: url(//mytinytools.blogs.du-coin.fr/wp-content/uploads/sites/8/2015/09/mytinytools-bandeau.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #333;
}

div#tagline {
	color: #FFF;
}

#logo .site-title {
	color: #64FE2E;
}

#navbar .current-menu-item {
	background-color: #64FE2E;
}

#navbar ul li:focus,#navbar ul li:hover {
	background-color: #64FE2E;
}

#page-container h1 a, #page-container h2 a, #page-container h3 a, #page-container h3.entry-title a:hover, #page-container h4 a, #page-container h5 a, #page-container h6 a {
	color: #64FE2E;
}

a, a:visited {
	color: #64FE2E;
}

#sidebar > li > * a:hover {
	color: #64FE2E;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, textarea:focus {
	background-color: #64FE2E;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #64FE2E;
}

.container .widget a:hover {
	color: #64FE2E;
}

.read-more {
	background-color: #64FE2E;
}

#page-container .tags a:focus, #page-container .tags a:hover {
	background-color: #64FE2E;
}

.article_nav div {
	background-color: #64FE2E;
}

.page_nav div {
	background-color: #64FE2E;
}

.meta-date {
	background-color: #64FE2E;
}

#footer .container .widget a:focus, #footer .container .widget a:hover {
	color: #64FE2E;
}

.sub-footer-right .menu li a:focus,.sub-footer-right .menu li a:hover {
	color: #64FE2E;
}

#footer-bar {
	font-size: xx-small;
	color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
/* largeur obligatoire pour être centré */
	margin: 0;
/* pour éviter les marges */
}

/* Pub GoogleAdsense */
ins.adsbygoogle {
	background-color: transparent;
}

/* Article */
img#logo_post {
	display: none;
	width: 100px;
	left: 5px;
}

div#logo_post {
	margin: 10px;
}

div#content_post {
	font-style: normal;
	border: 2px solid #64FE2E;
	padding: 25px;
	background-color: rgba(0,0,0,1);
	color: #FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	clear: right;
	overflow: auto;
}

div#content_post img {
	float: left;
	padding-right: 10px;
	width: 256px;
	max-height: 256px;
	max-width: 256px;
}

#page-container h2 {
	color: #8C07BC;
}

#page-container h3 {
	color: #787878;
}