/* Start of CMSMS style sheet 'Livre d or' */
/*
 Gabarit par défaut pour le module Livre d'or.
Peut être remplacé quand le module est mis �  jour et sera effacé lors de la désinstallation du module. Donc, faites une copie de ce contenu si vous le modifiez.
*/

.cms-guestbook-div-insert {
        background: #f3f2f1;
        background-image: url(images/fond-postform.gif);
        width: 462px;
        height: 567px;
        font-size:11px;

}

.cms-guestbook-div-insert input,
.cms-guestbook-div-insert textarea {
        background-color: #000;
        margin-left: 20px;
        color: #fff;
        padding: 2px;
}

.cms-guestbook-div-insert label {
        color: #000;
        font-weight: bold;
        padding: 2px;
}

.cms-guestbook-div-insert input:hover,
.cms-guestbook-div-insert textarea:hover {
        background-color: #ed0000;
}


.div-smileys {
        text-align: center;
        padding:10px;
}

 /* Style pagination */

.cms-guestbook-pagination {
        text-align: center;
        font-size:10px;
}

.cms-guestbook-pagination_header {
	
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #ddd9cf;
	margin-left: 20px;
        margin-right: 20px;
        margin-top:5px;
        font-size:90%;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	color: #000;
	margin: 0px;
        padding: 5px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	padding: 5px;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: -right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: #333;
} 
.cms-guestbook-entry-header a:hover {
	color: #000;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
        line-height:12px;
        font-weight: bold;
        font-size: smaller;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin-bottom: 0;
        margin-top:2px;
}

/* End of 'Livre d or' */

