/*
  Interface graphique "Flowers" par Sheronz
*/


/* Styles générales */

body {
	width: 939px; 
	position: relative;
	background: #CBCBCB url(images/fond.jpg) repeat-x;
	margin: auto;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
	color: #404040;
}

div#main {
	width: 600px;
	float: right;
	padding-right: 80px;
}

div#main p {
	width: 95%;
	padding-left: 15px;
}

div#menu {
	width: 150px;
	float: left;
	padding-left: 35px;
}

div#menu p.bouton {
	width: 150px;
	height: 25px;
	background: url(images/bouton.jpg) no-repeat;
	line-height: 25px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-indent: 40px;
	margin: 0px 0px 2px 0px;
	padding-left: 0px;
}

div#menu p.bouton_blue {
	width: 150px;
	height: 25px;
	background: url(images/bouton_blue.jpg) no-repeat;
	line-height: 25px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-indent: 40px;
	margin: 0px 0px 2px 0px;
	padding-left: 0px;
}

div#menu p.bouton_green {
	width: 150px;
	height: 35px;
	background: url(images/bouton_green.jpg) no-repeat;
	line-height: 25px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-indent: 40px;
	margin: 0px 0px 2px 0px;
	padding-left: 0px;
}

div#menu p.bouton_red {
	width: 150px;
	height: 25px;
	background: url(images/bouton_red.jpg) no-repeat;
	line-height: 25px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-indent: 40px;
	margin: 0px 0px 2px 0px;
	padding-left: 0px;
}

h1#header {
	width: 939px;
	height: 209px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
	text-indent: 70px;
	font-family: Verdana, Arial;
	color: #666666;
	line-height: 235px;
	margin-top: 0px;
}

p#footer {
	width: 939px;
	height: 116px;
	background: url(images/footer.jpg) no-repeat;
	margin-bottom: 0;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
}

#sitemain {
	float: left;
	background-image: url(images/sitemain_bg.jpg);
	background-repeat: repeat-y;
	width: 939px;
	height: auto;
}
	
/* Différents styles de mise en page */
	
h2 { font-size: 14px; color: #000000; border-bottom: 1px solid #000000; padding-left: 3px; }
a { color: #3C99C5; text-decoration: underline;}
a:hover { color: #939393; text-decoration: none;}
a:visited { text-decoration: none;}
a.bouton, a.bouton:visited { color: #000000; text-decoration:none; }
a.bouton:hover { color: #BBBBBB; text-decoration:none; }
a.copyright, a.copyright:visited { color: #99E000; text-decoration: none; }
a.copyright:hover { color: #FFFFFF; text-decoration: none; }