@charset "utf-8";
/* CSS Document */

.style-input-texte 
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border:0px;
	background: transparent;
}

#centre_livre {
	width: 655px;
	height: 646px;
	background: url("../images/centre_livre.png") top left no-repeat;
	position: absolute;
	left: 213px;
	top: 171px;
}

#centre_livre_ecrire {
	width: 655px;
	height: 646px;
	background: url("../images/centre_livre_ecrire.png") top left no-repeat;
	position: absolute;
	left: 213px;
	top: 171px;
}

#centre_livre_message {
	width: 655px;
	height: 646px;
	background: url("../images/centre_livre_message.png") top left no-repeat;
	position: absolute;
	left: 200px;
	top: 171px;
}

#contenu_livre {
	width: 426px;
	height: 500px;
	position: absolute;
	left: 125px;
	top: 50px;
	font-size: 11px;
	font-family: Verdana;
	border: hidden;
	z-index: 4;
}

#cabane_livre {
	width: 213px;
	height: 337px;
	background: transparent url("../images/cabane_erreur.png") top left no-repeat;
	position: absolute;
	left: 0px;
	top: 100px;
}

#btn_ecrire {
	position:absolute;
	left:670px;
	top:201px;
	background: transparent url("../images/btn_ecrire.png") top left no-repeat;
	width:195;
	height:30;
	z-index:10;
}

#livre_contenu_pseudo {
	position:absolute;
	left:125px;
	top:113px;
	width:400px;
	height:20px;
	z-index:5;
}

#livre_contenu_titre {
	position:absolute;
	left:125px;
	top:148px;
	width:400px;
	height:20px;
	z-index:5;
}

#livre_contenu_texte {
	position:absolute;
	left:125px;
	top:198px;
	width:412px;
	height:118px;
	z-index:5;
}

#livre_contenu_note {
	position:absolute;
	left:223px;
	top:357px;
	width:233px;
	height:67px;
	z-index:5;
}

#formbtn1 {
	position:absolute;
	background: transparent url("../images/btn_effacer.png") top left no-repeat;
	left:220px;
	top:450px;
	width:107px;
	height:38px;
	z-index:6;
}

#formbtn2 {
	position:absolute;
	background: transparent url("../images/btn_envoyer.png") top left no-repeat;
	left:350px;
	top:450px;
	width:107px;
	height:38px;
	z-index:6;
}

#retourbtn {
	position:absolute;
	left:276px;
	top:163px;
	width:90px;
	height:23px;
	z-index:6;
}

#livremessage {
	position:absolute;
	left:50px;
	top:75px;
	width:550px;
	height:50px;
	z-index:6;
	text-align:center;
	font-size: 9px;
	font-family: Verdana;
	color: #FFFFFF;
}

#page_livre {
	width: 426px;
	height: 20px;
	position: absolute;
	left: 125px;
	/*top: 594px;*/
	top: 605px;
	font-size: 11px;
	font-family: Verdana;
	border: hidden;
	z-index: 4;
	color: #FFFFFF;
}
#page_livre a {
	color: #FFFFFF;
}

#page_livre a:hover {
	color: #FFFFFF;
}
/*FOR IE*/
*html #centre_livre {
	width: 655px;
	height: 646px;
	background-image:none;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ressources/images/centre_livre.png', width='213px', margin-top='0px', sizingMethod='scale');
}

*html #cabane_livre {
	width: 213px;
	height: 337px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ressources/images/cabane_erreur.png', width='213px', margin-top='0px', sizingMethod='scale');
	position: absolute;
	left: 200px;
	top: 100px;
}
