/* CSS Epsyleptik 4 ::: FlowerStyle */

body {
	background:#c2cdfe;
	text-align:center;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size:12px;
}
p {
	margin:10px
}
blockquote {
	border:silver 1px dotted;
	font-style:italic;
	font-size:0.90em;
	background-color:#F4B3F7;
	letter-spacing:1px;
	word-spacing:2px
}
/* LIENS */

a {
	color:#DF21E4;
	text-decoration:none
}
a:visited {
	color:#B621B6;
	text-decoration:none
}
a:hover {
	color:#333399;
	text-decoration:underline
}
/* LISTES */

#menu ul {
	margin:0;
	text-align:center;
	padding-top:7px
}
#menu li {
	list-style:none;
	display:inline;
	border:#F881DA 2px solid
}
#menu li a {
	color:#9E348C;
	padding: 0 10px
}
#menu li a:hover {
	color:#F881DA;
	text-decoration:none;
	background-color:#9E348C
}
#menu li a:active {
	background-color:#531658
}
/* MODULES */

.conteneur {
	width:800px;
	height:600px;
	text-align:left;
	margin:auto;
	background:url(images/bg.jpg) no-repeat
}
#banniere {
	width:320px;
	height:100px;
	margin-left:4px
}
#menu {
	width:575px;
	height:30px;
	margin-top:35px;
	margin-left:108px
}
#middle {
	width:687px;
	height:288px;
	margin-top:45px;
	margin-left:50px;
	overflow:auto
}
#footer {
	width:390px;
	height:40px;
	text-align:center;
	margin-top:60px;
	margin-left:145px
}

/* border:black 2px solid */
