/* @override http://www.europalia.lesdrapiers.be/wp-content/themes/miao/style.css */

/*
Theme Name: MIAO
Theme URI: http://www.tchiktchak.be/
Description: site europalia miao
Version: 1.0
Author: Nicolas Belayew
Text Domain: MIAO

*/

body {
	background: url(backgrounds/rotate.php) fixed;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

html, body {

}
#europalia{
	display: block;
	width: 300px;
	height: 100px;
	float:right;
}
#tchiktchak{
	text-align: center;
	font-size:70%;
		background-color: #E10019;
}
#tchiktchak a{color:white;
text-decoration:none;}
#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #ffffff;
}

#header {
	background-color: #E10019;
	color: white;
	height: 200px;
	text-align: center;
	background-image: url(banner.png);
}

#header h1 {
	font-size: 220%
}
/* debut menu */

#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #26202b;
    height: 25px;
	list-style-type: none;
}
	html:not([dummy]) #menu{
	height: 26px ;
}
#lemenu {
	padding: 0;
	text-transform: uppercase;
	font-size: 70%;
	margin: 0;
}

#lemenu ul {
	padding: 0;

}

#lemenu li {
	list-style-type: none;
	display:inline;

}

#lemenu a {
	text-decoration: none;
	padding: 6px;
	margin-right: 0px;
	display: block;
	background-color: #26202b;
	color: white;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;

}

#lemenu  a:hover {
	background-color: #e10019;
}

/* fin menu */


/* placement images */
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/* fin placement images */

#contenu {
	padding: 20px;
	padding-top: 0px;
	font-size: 85%;
	padding-bottom: 30px;
}

#footer {
	background-color: #E10019;
	width: 880px;
	padding: 10px;
	text-align: center;
	color: white;
	font-size: 80%;
	height: 40px;
	clear:both;
	display: block;
}

#sponsors {
	height: 170px;
	width: 900px;
	background: url(logos.png) no-repeat;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img{
	border: none;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

