

/* MODIFICATION TEXTE */
body
{
    color: #333;
}
h1, .entry-title
{
    color: #dd3333;
	font-weight: 700;
}
h2, h3, h4, h5, h6 
{
    color: #bd1b21;
	color: #000;
	font-weight: 700;
}
blockquote
{
    border-left: 5px solid #dd3333;
    color: #dd3333;
	font-style: italic;
    margin: 0 0 20px;
    padding: 10px 20px;
}

/* MODIFICATION DU HEADER */
.header-search, .search-form
{
    display: none;
}
.site-logo {
	max-width: 150px;
    margin-right: 18px;
}
.site-title
{
    display: inline;
    vertical-align: middle;
}
.site-title a
{
    text-decoration: none;
    font-weight: 300;
    text-shadow: 0 0 10px #fff;
}
.site-title a:hover
{
	text-decoration:none;
	text-shadow: 0 0 15px #fff;
}
.site-description
{
    color: #fff;
    text-shadow: 0 0 5px #fff;
	font-weight: 300;
}

/* MODIFICATION DES LIENS */
a
{
    text-decoration: underline;
}
a:hover
{
    color: #000;
	text-decoration: underline;
}

/* MODIFICATION MENU */
.widget-area a
{
    color: #fff;
	transition: none;
}
.widget-area a:hover
{
    color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.textwidget
{
    color: #000;
	font-weight: 300;
}

/* MODIFICATION DES TABLEAUX */
.tablepress-table-description
{
    margin: 0 0 10px;
	
}
.tablepress tfoot th, .tablepress thead th
{
    background-color: #ddd;
}

/* MODIFICATION FORMULAIRE*/
label
{
    font-weight: 500;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea
{
    border: 1px solid #999;
	border-radius: 5px;
}
button, .button,
input[type="button"], input[type="reset"], input[type="submit"]
{
	background-color: #dd3333;
	border-radius: 3px;
    font-weight: 500;
    padding: 9px 36px;
}

/* MODIFICATION ARTICLE */
.entry-title, .entry-title a 
{
	color : #dd3333;
}
.entry-title a:hover 
{
	color : #000;
}
.taxonomy-description p
{
    color : #dd3333;
}
.read-more
{
    background-color: #dd3333;
}
.read-more a
{
    text-decoration:none;
}
.read-more a:hover
{
    color: #fff;
}