@charset "utf-8";
/* CSS Document */
div#livreor h1{
	margin:auto;
	width: 600px;
	height: 50px;
	background:url(../images/mise_en_page/titre_livre.png) no-repeat;
	margin-bottom: 20px;
}

table#message_livreor
{
    border: #4B058B 2px solid;
	margin:auto;
}

table#message_livreor caption
{
	margin-top: 20px;
    background-color: #4B058B;
    font-variant: small-caps;
    font-size: 1.5em;
	color:#E0F0FC;
	padding-bottom:7px;
	padding-top:7px;
}

table#message_livreor th
{
    color: #F8F7FB;
	height:30px;
    background-color: #8F61F1;
    border:  #6633CC 1px solid;
	letter-spacing: 0px;
	font-size: 12px;
	letter-spacing: 1px;
	font-variant: normal;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
}

table#message_livreor td
{
	color: #0E0226;
	max-width:50px;
	text-align:left;
	background-color: #FCF9FF;
    border: #E1CFFE 1px solid;
	letter-spacing: 0px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 20px 5px 20px;
}
/**/

div#livreor fieldset {
	padding-left:30px;
	margin-left : 20px;
	margin-right : 20px;
	background-color:#F2EBFE;
	margin-bottom: 10px;
}

div#livreor legend {
	color:#6600FF;
	font-weight:bold;
}

div#livreor label{
	display:block;
	width:160px;
	float:left;
}
div#livreor textarea {
	width:500px;
	height: 65px;
}

div#livreor input#mail_contact, div#livreor input#objet_contact{
	width:500px;
}

div#livreor img{
	position:absolute;
	margin-left:20px;
}

div#livreor input#ecrire_lo {
	background: url(../images/livreor/bouton_lo.png) top left no-repeat;
	border:0;
	
	width:60px;
	height:50px;
	float:right;
	cursor:pointer;
	margin-right: 20px;
}

div#livreor input#ecrire_lo:hover{
	background: url(../images/livreor/bouton_lo.png) top right no-repeat;
}
div#livreor input#ecrire_lo:active{
	background: url(../images/livreor/bouton_lo.png) bottom left no-repeat;

}
div#livreor td#info_lo{
	text-align:center;
}
/**/
table#page_lo{
	margin:auto;
	border-collapse:separate;
	border-spacing:7px 0px;
}
table#page_lo td{
	background-color:#8F61F1;
	border: 2px solid #6633CC;
	cursor:pointer;
	width:25px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	height: 25px;
}
table#page_lo td:hover{
	background-color: #BE50E2;
}