#bookcontent {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 8px;
  text-align: left;

  background-image: url('img/fondlivredor.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
}
#alexguestbook {
  width: 780px;
}
#messagecontent {
  margin: 8px;
  border: solid 1px #AE3131;
  background-image: url('img/fondsaisiemessage.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
#messagetitle{
   font-size: 1.2em;
   font-variant: small-caps;
   letter-spacing: 2px;
   background-image: url(/core/images/titrepart0.jpg);
   background-position: top right;
   background-repeat: no-repeat;
   background-color: #AE3131;
   color: #FFFFFF;
   padding: 2px;
   padding-left: 6px;
}

#contactcontent {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 8px;
  text-align: left;
  margin-top: -1px; margin-bottom: -1px;

  background-image: url('img/fondcontact.jpg');
  background-repeat: no-repeat;
  background-position:bottom right;
}
#reservationcontent {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 8px;
  text-align: left;
  margin-top: -1px; margin-bottom: -1px;

  background-image: url('img/fondreservation.jpg');
  background-repeat: no-repeat;
  background-position:bottom right;
}

#alexguestbook_contact {
  width: 600px;
  color: #000000;
}
#alexguestbook_resa {
  width: 600px;
  color: #FFFFFF;
  margin-left: 340px;
}

#alexguestbook .body_txt {
 /* body width - you can update it */
 width: 764px;

 margin-left: auto;
 margin-right: auto;
 background: url(/data/images/whiteback.png);
}

#alexguestbook a, #alexguestbook img, #alexguestbook abbr, #alexguestbook acronym, #alexguestbook frame {
 border: none;
}

#alexguestbook a:link    { text-decoration: none;      color: #000000; }
#alexguestbook a:visited { text-decoration: none;      color: #000000; }
#alexguestbook a:hover   { text-decoration: underline; color: #CC3300; }

#alexguestbook a.a_info_code:link       { text-decoration: none;      color: #3A3A3A; }
#alexguestbook a.a_info_code:visited    { text-decoration: none;      color: #3A3A3A; }
#alexguestbook a.a_info_code:hover      { text-decoration: underline; color: #3A3A3A; }

#alexguestbook a.a_copyright:link       { text-decoration: none;      color: #737373; }
#alexguestbook a.a_copyright:visited    { text-decoration: none;      color: #737373; }
#alexguestbook a.a_copyright:hover      { text-decoration: underline; color: #737373; }

#alexguestbook input, #alexguestbook textarea, #alexguestbook select {
 font-size: 1em;
 padding: 2px; /*padding-left: 6px; padding-right: 6px;*/
 border: 0px none;
}
#alexguestbook_contact input, #alexguestbook_contact textarea, #alexguestbook_contact select {
 font-size: 1em;
 padding: 2px; /*padding-left: 6px; padding-right: 6px;*/
 border: 0px none;
}
#alexguestbook_resa input, #alexguestbook_resa textarea, #alexguestbook_resa select {
 font-size: 1em;
 padding: 2px; /*padding-left: 6px; padding-right: 6px; */
 border: 0px none;
}

#alexguestbook input.i_text, #alexguestbook_contact input.i_text, #alexguestbook_resa input.i_text {
 font-size: 1em;
 border: 1px solid #757575;
 width: 240px;
}
#alexguestbook input.i_text, #alexguestbook_contact input.i_text {
 filter: alpha(opacity=70); /* For IE */
 opacity: 0.70;             /* For Firefox */
}

#alexguestbook input.i_focus, #alexguestbook_contact input.i_focus, #alexguestbook_resa input.i_focus {
 padding-left: 2px; 
 border: 1px solid #007E00;
 border-left: 3px solid #007E00;
 background-color: #EBFFEB;
 width: 238px;
}
#alexguestbook input.i_focus, #alexguestbook_contact input.i_focus {
 filter: alpha(opacity=70); /* For IE */
 opacity: 0.70;             /* For Firefox */
}

#alexguestbook select.i_focus, #alexguestbook_contact select.i_focus {
 padding-left: 2px;
 border: 1px solid #007E00;
 border-left: 3px solid #007E00;
 background-color: #EBFFEB;
 filter: alpha(opacity=70); /* For IE */
 opacity: 0.70;             /* For Firefox */
}

#alexguestbook input.btn_add, #alexguestbook_contact input.btn_add {
 font-size: 1.2em; font-weight: bold;
 cursor: pointer;
 color: #373737;
}
#alexguestbook_resa input.btn_add {
 font-size: 1.2em; font-weight: bold;
 cursor: pointer;
 padding: 3px; padding-left: 20px; padding-right: 20px;
 background: url('img/btn_add.png');
 background-color: #FF9C55;
 color: #000000;
}

#alexguestbook input.btn_search {
 cursor: pointer;
 font-weight: bold;
 color: #373737;
}

#alexguestbook input.i_nbre_car, #alexguestbook_contact input.i_nbre_car {
 font-size: 1em;
 background-color: transparent;
 border: 0px none;
 font-weight: bold;
 color: #CC3300;
}

#alexguestbook input.i_nbre_car_focus, #alexguestbook_contact input.i_nbre_car_focus {
 font-size: 1em;
 background-color: #EBFFEB;
 border: 0px none;
 font-weight: bold;
 color: #CC3300;
}

#alexguestbook textarea.i_comment, #alexguestbook_contact textarea.i_comment, #alexguestbook_resa textarea.i_comment {
 font-size: 1em;
 border: 1px solid #757575;
 width: 430px;
}
#alexguestbook textarea.i_comment, #alexguestbook_contact textarea.i_comment {
 filter: alpha(opacity=70); /* For IE */
 opacity: 0.70;             /* For Firefox */
}

#alexguestbook textarea.i_comment_focus, #alexguestbook_contact textarea.i_comment_focus, #alexguestbook_resa textarea.i_comment_focus {
 padding-left: 2px;
 border: 1px solid #007E00;
 border-left: 3px solid #007E00;
 background-color: #EBFFEB;
 width: 428px;
}
#alexguestbook textarea.i_comment_focus, #alexguestbook_contact textarea.i_comment_focus {
 filter: alpha(opacity=70); /* For IE */
 opacity: 0.70;             /* For Firefox */
}

#alexguestbook form, #alexguestbook_contact form {
 margin: 0px;
 padding: 0px;
}

#alexguestbook img.img_left{
 float: left;
}

#alexguestbook .d_title, #alexguestbook_contact .d_title {
 font-weight: bold;
 text-align: center;
 color: #5050A0; /*#CC3300;*/
 font-size: 1.2em;
}
#alexguestbook_resa .d_title {
 font-weight: bold;
 text-align: center;
 color: #FFD799;
 font-size: 1.4em;
}
#alexguestbook_resa .d_maintitle {
 font-size: 1.6em; font-weight: bold;
 text-align: center;
 padding: 4px; padding-bottom: 5px;
 background: url('img/maintitle.png');
 background-color: #FF9C55;
 color: #000000;
}

#alexguestbook .d_note {
 color: #000000;
 font-size: 1em;
 text-align: center;
}

#alexguestbook .d_add_msg, #alexguestbook_contact .d_add_msg, #alexguestbook_resa .d_add_msg {
 margin-top: 12px; /*ajout*/
 text-align: center;
}

#alexguestbook .d_f_add_msg, #alexguestbook_contact .d_f_add_msg{
 margin-left: auto; margin-right: auto;
 padding-top: 4px; padding-bottom: 4px;
 width: 450px;
 color: #3A3A3A;
 /*background: #F2F2FA; /*#F3F3F3 url('img/background_add_msg.png');*/
}
#alexguestbook_resa .d_f_add_msg{
 margin-left: auto; margin-right: auto;
 padding-top: 4px; padding-bottom: 4px;
 width: 450px;
 color: #FFD799;
}

#alexguestbook .d_add_msg_h, #alexguestbook_contact .d_add_msg_h {
 margin-left: auto; margin-right: auto;
 height: 4px;
 width: 450px;
 /*background: #F2F2FA; /* #F3F3F3 url('img/border_h.png') no-repeat; */
}
#alexguestbook_resa .d_add_msg_h {
 margin-left: auto; margin-right: auto;
 height: 4px;
 width: 450px;
}

#alexguestbook .d_add_msg_b, #alexguestbook_contact .d_add_msg_b {
 margin-left: auto; margin-right: auto;
 height: 4px;
 width: 450px;
 /*background: #F2F2FA; /* #F3F3F3 url('img/border_b.png') no-repeat; */
}
#alexguestbook_resa .d_add_msg_b {
 margin-left: auto; margin-right: auto;
 height: 4px;
 width: 500px;
}

#alexguestbook .add_msg_left, #alexguestbook_contact .add_msg_left, #alexguestbook_resa .add_msg_left {
 float: left;
 clear: both;
 text-align: left;
 margin-top: 2px;
 padding-left: 10px;
 height: 24px;
 width: 150px; /*170px;*/
}

#alexguestbook .add_msg_right, #alexguestbook_contact .add_msg_right, #alexguestbook_resa .add_msg_right {
 text-align: left;
 height: 25px;
}

#alexguestbook .reponse {
 border: 1px solid #B4B4B4;
 background-color: #FFFFFF;
 padding: 5px;
}

#alexguestbook .code_sec {
 font-family: Courier New;
 font-size: 1.1em;
 text-align: center;
}

#alexguestbook .d_center, #alexguestbook_contact .d_center, #alexguestbook_resa .d_center {
 padding: 0px;
 text-align: center;
}

#alexguestbook .copyright {
 color: #444444;
 font-size: 0.8em;
 text-align: center;
 margin: 4px;
}

#alexguestbook .d_nbre_car {
 text-align: left;
 margin: -18px 0 0 16px;
}

#alexguestbook .d_smileys {
 text-align: center;
 padding: 3px;
}

#alexguestbook .body_all {
 text-align: center;
}

#alexguestbook .d_nb_mess_page {
 background-color: #AE3131; /*#4A7DAC;*/
 font-weight: bold;
 padding: 1px;
 height: 15px;
}

#alexguestbook span.color_d_nb_mess_page1 {
 color: #DDDDDD;
}

#alexguestbook span.color_d_nb_mess_page2 {
 color: #FFFFFF;
}

#alexguestbook .three1 {
 float: left;
 width: 35%;
 text-align: left;
 padding-left: 3px;
}

#alexguestbook .three2 {
 float: left;
 width: 29%;
 text-align: center;
}

#alexguestbook .three3 {
 float: right;
 width: 35%;
 text-align: right;
 padding-right: 3px;
}

#alexguestbook .d_liste_page {
 padding: 1px;
 height: 15px;
}

#alexguestbook .three1_2 {
 float: left;
 width: 25%;
 text-align: left;
}

#alexguestbook .three2_2 {
 float: left;
 width: 49%;
 text-align: center;
}

#alexguestbook .three3_2 {
 float: right;
 width: 25%;
 text-align: right;
}

#alexguestbook span.Gris_prec_suiv {
 color: #C0C0C0;
}

#alexguestbook .d_corps_msg {
 background-color: #F2F2FA; /* #F3F3F3;*/
 padding: 6px; /*4px;*/
 margin-top: 8px;
 margin-bottom: 8px;
 text-align: left;
}

#alexguestbook .d_pseudo a {
 color: #5050A0; /* #CC3300;*/
 font-weight: bold;
}

#alexguestbook .d_date {
 color: #5050A0; /*#CC3300;*/
 float: right;
 width: 145px;
 text-align: right;
}

#alexguestbook .d_code1{
 display: inline;
 float: left;
 text-align: right;
 height: 20px;
 width: 238px;
}

#alexguestbook .d_code2{
 display: inline;
 float: left;
 text-align: left;
 height: 20px;
}

#alexguestbook .d_submit_msg, #alexguestbook_contact .d_submit_msg, #alexguestbook_resa .d_submit_msg {
 text-align: center;
 padding: 4px;
 clear: both;
}

#alexguestbook .d_note_user {
 font-weight: bold;
 color: #878787;
 text-align: left;
}

#alexguestbook #lien_accueil a:link, #alexguestbook #lien_accueil a:hover, #alexguestbook #lien_accueil a:visited, #alexguestbook #lien_administration a:link, #alexguestbook #lien_administration a:hover, #alexguestbook #lien_administration a:visited {
	text-decoration: underline;
	color: #5050A0; /*#4A7DAC;*/
    font-size: 0.9em; /* Ajout */
}

#alexguestbook #lien_accueil  img, #alexguestbook #lien_administration  img {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0 2px 0 0;
}

#alexguestbook #lien_administration {
	display: none;
	/*text-align: center;*/
	/*margin-top: 10px;*/
	/*margin-top: 10px;*/
}

#alexguestbook .symbole_champ_obligatoire, #alexguestbook_contact .symbole_champ_obligatoire, #alexguestbook_resa .symbole_champ_obligatoire {
	color: #FF0000;
}

#alexguestbook .symbole_champ_prive {
	color: #6264FA;
}
