/*++++++++++++++++++++++++++++++++++++++++*/
/*+++++CONTACT+++++++++++++++++++++++++++++++*/
#main_menu .m5 a { background-position:0 -114px; }
#main_menu .m5 a:hover { background-position:0 -171px; }
#shoutbox h2 span, #tellme h2 span { display:none; }
#tellme .prenom, #tellme .email, #tellme .texte, #shoutbox input{ border-bottom:1px dotted #765f4e; }
#tellme .submit, #shoutbox .submit { border:1px solid #765f4e}
/*++MOD shoutbox+++++++++*/
#shoutbox {
overflow:auto; float:left; display:block;
width:320px;
border-bottom:1px solid #ffffff;
}

#shoutbox h2 {
display:block; 
background-image:url("../img/header-shoutbox.png");
height:97px; width:320px;
}
#shoutbox textarea { width:270px; height:70px; }

#shoutbox li { display:inline; }
#shoutbox .item { width:270px; display:block; }
#shoutbox .titre { border-bottom:1px solid #ffffff; width:270px; height:18px; }
#shoutbox .hier { border-color:#765f4e; }
#shoutbox .date { color:#fd0245; }
#shoutbox .sujet { font-size:120%; }
#shoutbox .heure { float:right; font-size:90%; margin-top:6px; }
#shoutbox .content { color:#765f4e; margin-bottom: 12px; }
#shoutbox .refresh { float:right; margin-right:50px; }
#shoutbox .submit { margin:10px 0; }
/*++MOD tellme+++++++++*/
#tellme {
overflow:hidden; float:left; display:block;
width:444px; margin-bottom:30px;
font-size:13px; color:#765f4e;
border-bottom:1px solid #ffffff;
}

#tellme h2 {
display:block; 
background-image:url("../img/header-tellme.png");
height:97px; width:444px; margin-top:3px;
}

#tellme form { margin:20px 20px; }
#tellme .prenom { width:125px; }
#tellme textarea { overflow:auto; width:370px; height:80px; }

