/* Start of CMSMS style sheet 'Livre d&#039;or (gabarit par défaut)' */
/*
 Gabarit par défaut pour le module Livre d'or.
Peut etre 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.
*/

 /* Style pagination */

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

/* Style the guestbook */

/* Style each entry */

/* cadre autour des éléments */
.cms-guestbook-entry
{
	border-top: 2px solid #eec624;
	margin-bottom: 0.5em;
}

/* Style the message header */
.cms-guestbook-entry-header
{	
	margin: 1em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	border-left: 1px solid #a08012; 
        margin-left:2em;
        padding-left: .5em;       
}

/* 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: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* 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: 2px;
	margin-bottom: 0;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* emplacement du bouton "ajouter un message" */
.cms-guestbook-showform-button
{
  display: block;
  text-align: center;
}
/* Bouton "ajouter un mesage" */
.cms-guestbook-showform-button input
{
 margin-top: 1em;
 color: #000000;
 background-color:#eec624; 
 padding: .5em;
 font-weight:bold;
 cursor:pointer;
}

/* formulaire */
.cms-guestbook-div-insert
{
 margin: 1em;
}

.form_guestbook_button
{
 margin-top: 1em;
 color: #000000;
 background-color:#eec624; 
 padding: .2em;
 font-weight:bold;
 cursor:pointer;
}

td.titre_separateur
{
  /* background-color: #eec624; */
  border-top: 1px solid #eec624;
  border-bottom: 1px solid #eec624;
  text-align: center;
  margin:1em;
}


/* End of 'Livre d&#039;or (gabarit par défaut)' */

