/*
Theme Name: Theme_lemaillerie_1
Theme URI: http://www.lookreflex.com/
Description: Theme 1.1 created by LOOKREFLEX.
Version: 1.1
Author: Jonathan Gomart

Creation Theme by Jonathan Gomart || http://www.lookreflex.com
*/

/*--------- Atributs générales -----------*/

body {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #ffffff;
	color: #000000;
	margin: 0;
}

a, a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/*--------- Bloc de la page général -----------*/

#page {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
	background: #FFFFFF url('images/page.jpg') repeat;
}

/*--------- Bloc header -----------*/

#header {
	float: left;
	background: #d5d6d7 url('images/header.jpg') no-repeat top center;
	width: 760px;
	height: 100px;
	padding: 0;
	text-align: right;
}

.chercher {
	margin: 10px 10px 0 0;
}

#searchform {
	font-style: italic;
	font-size: 0.9em;
}

/*-- Bloc header menu --*/

#nav {
	float: left;
	background: #0000ff url('images/menu.jpg');
	width: 760px;
	height: 24px;
	padding: 0;
	margin: 0;
}

#nav li {  
	float:left;  
	list-style:none;
	margin: 4px 0 0 0;
}  
   
#nav a, .menu a:visited {  
	text-decoration:none;  
	font-weight:bold;
	color:#FFFFFF;  
	padding: 0px 10px 0px 10px; 
}  

#nav a:hover {  
	background: #FFFFFF;
	color:#6E071A;  
	text-decoration:none;  
	font-weight:bold;
	padding: 0px 10px 0px 10px; 
}  

#nav a:active, #nav li.current_page_item a, #nav li.current_page_item a:visited {  
	background: #FFFFFF;
	color: #6E071A;
	text-decoration:none;  
	font-weight:bold;
	padding: 0px 10px 0px 10px; 
}  

/*-- Bloc header flash --*/

#flash {
	float: left;
	background: #6E071A;
	width: 750px;
	height: 211px;
	padding: 0;
	margin: 0 5px 0 5px;
}

/*--------- Bloc content soit le bloc principale -----------*/
#content {
	float: right;
	width: 542px;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}

#content h2 {
	font-size: 1.3em;
	color: #6E071A;
}

#content h2 a{
	font-size: 1.2em;
	color: #006699;
}

#content h2 a:hover{
	color: #555;
}

.post_content {
	font-size: 1em;
	font-weight:bold;
}

.post_content a {
	color: #006699;
}

.post_content a:hover {
	color: #fff;
	background: #006699;
}

/*--------- Bloc sidebar -----------*/

/*-- donnés générales --*/
.sidebar {
	float: left;
	background: #FFFFFF url('images/sidebar-middle.jpg') repeat;
	width: 188px;	
	margin: 4px 0 4px 10px;
}

.sidebar_top {
	background:  url('images/sidebar-top.jpg') no-repeat top;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}

.sidebar_bottom {
	background:  url('images/sidebar-bottom.jpg') no-repeat bottom;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}

/*-- suppression des points --*/
.sidebar ul{
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.side-contact {
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#000000;
	padding: 10px 10px 70px 10px;
}

/*--------- Bloc footer -----------*/
#footer {
	font-size: 1em;
	color: #FFFFFF;
	background: #d5d6d7 url('images/footer.jpg');
	padding: 0px 0px 0 0;
	clear: both;
	width: 760px;
	height: 65px;
}

#footer p{
	text-align: center;
	font-size: 1em;
	padding: 5px 0px 0px 0;
}

.client {
	font-weight:700;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
}
