/* Feuille de style FLeur de Lotus*/
/* General Style */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt; /* Sets default font size to 10px */
	color:#CC0099;
	background:url(images/fond.jpg) repeat-x;
	background-color: #5C6109;
}
* {
margin:0;
padding:0;
}
img {
border:0;
}
.border {
border:2px solid #a8b20b;
padding: 2px 2px 2px 2px;
}
p {
	margin-bottom:1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
text-decoration:underline;
color:#CC0099;
}
a:hover {
text-decoration:none;
color:#a8b20b;
}
/* Structure */
#wrapper {
margin:0 auto;
width:800px;
background:#ffffff;
font-size:10pt;
}
#left-header {
float:left;
height:200px;
width:603px;
background:url(images/left-header.jpg) no-repeat;
}
#menu-header {
float:left;
height:177px;
width: 175px;
}
#body-header {
float:left;
height:177px;
width: 175px;
background:url(images/menu.jpg) no-repeat;
}
#right-header {
width:22px;
height:201px;
background:url(images/right-header.jpg) no-repeat;
float:left;
}
#menu {
height:35px;
line-height:35px;
background:url(images/bg-menu.png) repeat-x;
padding:0 10px;
}
#sidebar {
float:right;
width:179px;
background:#efefef;
margin-right:15px;
margin-top: 20px;
}
#content {
float:right;
width:800px;
min-height:400px;
}
#footer {
	clear:both;
	height:40px;
	background: #a8b20b;
}
/* Entries */

.entry {
	padding:10px 15px;
	text-align:left;
	color: #65144b;
	float: left;
	width: 575px;
}
.entry ul {
padding-left: 10px;
}
.entry li {
list-style:url(images/puce.gif);
list-style-type:square;
margin-right:-10px;
}
.entry ul ul{
padding-left: 20px;
}
.entry-title {
font-size:1.90em;
font-weight:normal;
letter-spacing:-1px;
}
.entry a {
}

.date {
font-size:0.9em;	
color:#bbb;
cursor:default;
letter-spacing:1px;
}



/* Menu */
#menu ul {
list-style-type:none;
}
#menu li {
float:left;
}
#menu li a {
padding:0 15px;
display:block;
color:#ffffff;
margin-right:2px;
}
#menu li a:hover {
background:url(images/bg-menu-hover.png) no-repeat center center;
}

/*Menu Haut*/
.navcontainer {
	width: 150px;
	margin-left: 25px;
	margin-bottom:-14px;
	margin-top:4px;
}
.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
.navcontainer a
{
	display: block;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
	width: 100px;
	border-bottom: 1px dashed #ffffff;
	background: url(images/fleche.gif) no-repeat center left;
	text-decoration: none;
	color: #FFFFFF;
}

.navcontainer a:link, .navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

.navcontainer a:hover
{
	color: #a8b20b;
	text-decoration: none;
}

/* Sidebar */
#sidebar-title {
height:20px;
background:url(images/title-sidebar.jpg) no-repeat;
margin:0 auto;
}
#sidebar-body {
	height:auto;
	background:url(images/body-sidebar.jpg) repeat-y;
	margin:0 auto;
	color: #660033;
	padding-left: 7px;
	padding-right:5px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:14px;
	background:url(images/bottom-sidebar.jpg) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:none;
	cursor:default;
	color:#ffffff;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	}
#footer-valid a {
	color:#ffffff;
	font-size:10pt;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	position: fixed;
	}

#flower-bottom {
	width:183px;
	height:100px;
	background:url(images/flower.jpg) no-repeat;
	position: static;
	float: right;
	}
