/* @override http://boudouboudou.be/web/wp-content/themes/boudouboudou/style.css */

/*
Theme Name: boudouboudou
Theme URI: http://tchiktchak.be/
Description: le look boudouboudou
Author: Nicolas Belayew
Tags: te gek


*/
html, body{
	margin: 0;
	padding: 0;
}
body{background: #eae7cc url(vert.png) repeat-x center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*menu produits */


div#menuproduits{
	width: 150px;
	height: 400px;
	float: left;
	text-indent: -5000px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
		display: block;
	background: url(cadres.png) no-repeat;
}

#menuproduits li a{
	height: 133px;
	display: block;
	width: 150px;
}

#menuproduits ul {
	margin: 0px;
	padding: 0px;
		list-style-type:none;

}



#menu1 {
	top: 0px;
	height: 133px;
}

#menu2 {
	top: 133px;
	height: 133px;
}

#menu3 {
	top: 266px;
	height: 134px;
}

#menu1 a:hover {
	background: url(cadres.png) no-repeat -150px 0;
}

#menu2 a:hover {
	background: url(cadres.png)
               -150px -133px no-repeat;
}

#menu3 a:hover {
	background: url(cadres.png)
               -150px -266px no-repeat;
}







/*fini menuproduits*/
#content{

	margin-left:150px;
height: 100%;
padding: 30px;
padding-right:0px;

margin-top: 20px;
	color: #431a2d;
}

div.post-title h2 a {text-decoration: none;
color: #431a2d;
	text-align: center;
	font-variant: normal;
}
#navmenu ul li {
	
	float:right;
list-style-type:none;
margin-left:20px;
font-size: 90%;
font-weight:bold;

	
}
#navmenu ul li a{
	text-decoration:none;
	text-transform: uppercase;
	color: #fdfbff;
}
#navmenu ul li a:hover{
	color: black;
}
#header{
	padding: 0;
	margin: 0;
	margin-top: 0;
	height: 279px;
	background: url(boudou.png) no-repeat center top;
	
}
#navmenu{
	padding-top: 262px;
}
#header h1{
	display: none;
}
#page{
	width: 1010px;
	margin-left: auto;
	margin-right:auto;
}
#link{
	clear:both;
	padding-top: 60px;
	text-align: center;
	font-size:80%;
	padding-bottom: 10px;
}