/* Meilland - Pierre de Ronsard -  CSS Document */

body {
	margin: 0;
    overflow:  auto;
	background-color : #fff;
	background-image: url(../images/meilland_ronsard_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
a:link 		{ color: #6c0; text-decoration: none; background-color: #fff4ff;		}
a:visited	{ color: #6c0; text-decoration: none; background-color: #fff4ff;		}
a:hover		{ color: #6c0; text-decoration: underline; background-color: #fff4ff;	}
a:active 	{ color: #6c0; text-decoration: none; background-color: #fff4ff; 		}

img {
	border: 0;
}
#maincontainer {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -339px;
	width: 678px;
}
#toplogo {
	position: absolute;
	top: 0;
	left: 545px;
	width: 133px;
	height: 46px;
	text-align: center;
}
#toprose {
	position: absolute;
	width: 545px;
	height: 46px;
	top: 0;
	left: 0px;
}
#btmrose {
	position: absolute;
	width: 295px;
	height: 121px;
	top: 175px;
	left: 1px;
	z-index: 0;
}
#header {
	position: absolute;
	width: 678px;
	height: 129px;
	top: 46px;
	left: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#middlepanel {
	position: absolute;
	top: 175px;
	margin: 0;
	width: 100%;
	background-color: #fff4ff;
	background-image: url(../images/meilland_ronsard_btm-rose.jpg);
	background-repeat:  no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content{
	position: relative;
	top: 30px;
	width: 459px;
	padding: 20px;
	float: right;
	z-index: 5;
}
#menu {
	position: relative;
	top: 45px;
	width: 174px;
	margin-top: 0;
	margin-right: 5px;
	padding-top: 25px;
	text-align: right;
	float: right;
}
#title {
	text-align: right;
	margin: 5px 0 10px 3px;
}
#footer {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size : 9px;
	color: #999;
}
.photo {
	text-align: center;
}
#icon {
	float: left;
	width: 63px;
	height: 64px;
	border: 0;
	font-size: 1px;
	color: #fff;
	background-repeat: no-repeat;
	margin: 5px 10px 5px 0;
	padding: 0;
}

/* --- Text & Layout -------------------- */

.h1 {
	font-family: georgia, tahoma, verdana, arial, helvetica, sans-serif;
	text-align: right;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #6c0;
}
h2 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	color: #777;
}
.h3 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
#lettrine {
	float: left;
	width: 50px;
	height: 43px;
	border: 0;
	font-size: 1px;
	color: #fff;
	background-repeat: no-repeat;
	margin: 5px 5px 1px 0;
	padding: 0;
}
.lettera { background-image: url(../images/meilland_ronsard_maj_a.jpg); }
.letterd { background-image: url(../images/meilland_ronsard_maj_d.jpg); }
.letterp { background-image: url(../images/meilland_ronsard_maj_p.jpg); }

.text {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #555;
}
.capgrey {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	color: #777;
}
.poemtitle {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #333;
}
.menutitle {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6c0;
}
.menutext {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #6c0;
	font-weight: normal;
}
#language {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 30px;
	color: #555;
	font-weight: normal;

}
#language a:link 		{ color: #555; text-decoration: none; background-color: #fff4ff;		}
#language a:visited		{ color: #555; text-decoration: none; background-color: #fff4ff;		}
#language a:hover		{ color: #555; text-decoration: underline; background-color: #fff4ff;	}
#language a:active 		{ color: #555; text-decoration: none; background-color: #fff4ff; 		}

.pagetop {
	font-size: 9px;
	color: #555;
}
.ruler {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #ccc;
}
#underline {
	text-decoration: underline;
}