h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a, a:visited {
    text-decoration: none;
    color: #612181;
}

a:hover {
    color: #555;
    text-decoration: none;
}

input { vertical-align: middle; }

body {
    margin: 10px auto;
    padding: 0;
    width: 1024px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    background-color: #eee;
}

body>table tr td {
    vertical-align: top;
}

table {
    background-color: #fff;
    width: 100%;
}


#header #subtitle
{
  color: #000;
  padding: 2px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 10pt;
  font-weight: bold;
  background-color:white;
}

#menu {
    font-size: 12px;
    text-align: center;
    height: 35px;
    background: #fff url('../images/menu-fond.jpg') repeat-x;
    font-weight: bold;
    line-height: 35px;
    padding: 0;
    margin:0;
    clear: both;
}

#menu a {
    vertical-align: bottom;
    line-height: 35px;
    height: 35px;
    padding: 10px;
    margin:0;
}

#menu li {
    float: left;
    height: 35px;
    height: 35px;
    margin:0;
}

#menu ul {
    list-style-type: none;
    margin: 0;
}


#menu img { vertical-align: middle; }

#menu a:hover {
    color: #FFEB00;
}


#pub_haut {
    float: right;
    display: inline;
}

#header {
    min-width: 800px;
    height: 90px;
    background-color: #fff;
    padding-bottom: 10px;
}

#logo {
    float: left;
    display: inline;
}

#top_ads { text-align: center; margin-bottom: 10px;   }
#top_ads img { vertical-align: top; }

#left_ads  {
  margin: 8px 0;
  padding: 5px;
  border: 1px solid #ccc;
}

#right_bottom_ads, #right_top_ads {
  margin: 8px 0;
  padding: 10px;
}

#content {
    margin: 0;
    padding: 0 20px 4px 10px;
    background-color: #fff;
    height: 100%;
    vertical-align: top;
}

#content ul
{
  list-style-type: none;
}

#content #preview td.separation
{
  border-left: 2px solid #FFF;
}

#content #preview td
{
  padding: 2px;
  padding-top: 0px;
  vertical-align: top;
  width: 25%;
}

#content h1 {
    font-size: 20px;
    font-weight: bold;
    color: #C03;
    margin-bottom: 20px;
}

#content #preview td.preview_td_0
{
/*  background-color: #FFF;*/
}

#content #preview td.preview_td_1
{
/*  background-color: #EEF;*/
}

#content #preview td #note
{
  text-align: right;
  font-weight: bold;
}

#content #preview td .link
{
  display: inline;
  font-weight: bold;
}

#content #preview
{
  color: #C00;
  font-weight: bold;
  font-size: 8pt;
  padding-top: 4px;
}

#content #preview #title
{
  color: #30C;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 2px;
  display: inline;
}

#content #preview .date
{
  display: inline;
  color: #666;
  font-size: 8pt;
}

#content #square_ads {
  padding: 0;
  border: 0;
  margin: 8px;
  margin-left: 0;
  margin-right: 0;
}

#square_ads {
  text-align: center;
}

#content #square_ads img { float: none; }

#content #subscribe #title
{
  color: #C03;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 4px;
  margin-bottom: 4px;
}

#content #show_article
{
background-color:white;
}

#content #show_article h1
{
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 8px;
	border: 0px;
  margin: 0px;
	color: #C00;
	font-size: 11pt;
	font-weight: bold;
}

#content #show_article #date
{
  padding: 0px;
	border: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 8px;
	color: #C00;
	font-weight: bold;
	font-size: 9pt;
}

#content #notation
{
  clear: left;
  font-weight: bold;
  margin-bottom: 4px;
}

#content #notation label
{
  background-color: #CCC;
  padding-left: 4px;
  padding-right: 4px;
}

#content #notation .note
{
  padding: 2px;
}

#content #user_action
{
  text-align: center;
  margin-top: 4px;
}

#content #user_action img
{
  vertical-align: middle;
  margin-left: 20px;
}

#content #path {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #FFEB00;
    margin-top: 4px;
    font-size: 15px;
    margin: 10px 0;
}

#content #path a       { color: #555; }
#content #path a:hover { color: #612181; }


#content #feed_description
{
  color: #666;
  margin-bottom: 4px;
}

#content #comments #title
{
  color: #00C;
  border-bottom: 1px solid #00C;
  margin-top: 10px;
  font-weight: bold;
  font-size: 10pt;
}

#content #comments p
{
  margin-top: 10px;
  border: 1px dotted #CCC;
}

#content #comments p.signature
{
  margin: 0px;
  background-color: #CCC;
}

#content #comment
{
  margin-top: 10px;
  font-weight: bold;
  max-width: 500px;
}

#content #comment #title
{
  background-color: #CCC;
  padding-left: 4px;
}

#content #comment form
{
  border: 1px solid #CCC;
  padding: 4px;

}

#content #comment input
{
  border: 1px solid #542478;
}

#content #comment input.button
{
  width: 100px;
}

#content #comment td.button
{
  text-align: center;
}

#content #comment textarea
{
  border: 1px solid #542478;
  font-weight: normal;
}

#content #submit
{
  padding: 4px;
}

#content #submit input
{
  border: 1px solid #000;
  margin: 2px;
}

#content #submit input.title
{
  width: 99%;
}

#content #submit td.submit
{
  text-align: right;
}

#content #submit textarea
{
  border: 1px solid #000;
  margin: 2px;
}

#content #submit label
{
  margin: 2px;
}

#content #submit #rules
{
  color: #666;
  font-style: italic;
}

#leftLayout {
    vertical-align: top;
    margin: 15px;
    padding: 0 15px;
    background-color: #fff;
}


form.forms label {
    display: inline;
    text-align: right;
    font-weight: bold;
    float: left;
    width: 150px;
    margin: 2px 5px 2px 0;
}

form.forms input, form.forms textarea, form.forms select, form.login input, form.filter select, form.filter input {
    border: 1px solid #555;
    margin: 2px 0;
}

form.forms li {
    list-style-type: none;
    display: inline;
}

ul.radio_list label {
    width: 20%;
    display: inline;
    float: none;
    font-weight: normal;
}

form.forms input["radio"] {
    float: left;
    margin: 2px 0;
    border: 1px solid #555;
}

#thecaptcha a {
    margin-left: 154px;
    display: block;
}

.inputField
{
  border: 1px solid #542478;
  width: 170px;
}

#info_legal {
  text-align: center;
  border: 1px solid #CCC;
  background-color: #EEE;
  margin: 0 10px 20px 10px;
}

#info_legal #title {
  font-weight: bold;
  font-size: 12px;
  background-color: #DDD;
  padding: 5px;
  border-bottom: 1px solid #CCC;
}

#rightLayout {
  width: 340px;
  vertical-align: top;
  padding: 10px 10px 0 0;
  background-color: #fff;
}

#footer {
  margin-top: 10px;
  text-align: center;
  clear: both;
  background-color: #612181;
}

#footer #tags
{
  text-align: justify;
  border: 1px solid #CC9;
  padding: 4px;
}

#footer #tagsTitle
{
  background-color: #CC9;
  color: #930;
  font-variant: small-caps;
  font-weight: bold;
  text-align: left;
  padding-left: 4px;
}

#footer #tags a
{
  color: #69C;
  padding: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}
#footer #tags a:hover
{
  text-decoration: underline;
}
#footer #tags .T0
{
/*  color: #C90;*/
  font-size: 9pt;
}
#footer #tags .T1
{
/*  color: #C00;*/
  font-size: 12pt;
}
#footer #tags .T2
{
  /*color: #C39;*/
  font-size: 15pt;
}
#footer #tags .T3
{
  /*color: #999;*/
  font-size: 18pt;
}
#footer #tags .T4
{
  /*color: #09C;*/
  font-size: 21pt;
}
#footer #footMenu {
    font-weight: bold;
    border: 1px solid #612181;
}

#footer #footMenu table
{
  width: 100%;
}

#footer #footMenu td
{
  width: 25%;
}

#footer #footMenu a
{
  color: #612181;
}

#footer #footMenu a:hover
{
  color: #006;
}

#footer #footInfo
{
  background-color: #612181;
  color: #FFF;
  font-weight: bold;
}

.error
{
  color: #F00;
  font-weight: bolder;
}

.ad
{
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}


/* index */

.post {
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #fff;
    background-color: #F5EFFF;
}

.post:hover {
    border: 2px solid #612181;
    padding: 5px;
    margin-bottom: 10px;
}

.post .entry img {
    /*max-height: 100px;*/
}

.post a {
    color: #000;
}

.post a:hover {
    color: #555;
}

.clear {
    clear:both;
}

.date {
    text-transform: uppercase;
    border-bottom: 3px solid #612181;
    font-size: 14px;
    color: #9E9E9E;
}

.date:first-letter {
    text-transform: uppercase;
    color: #612181;
    font-size: 20px;
}

.post .title {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #D11717;
}

.post .title h2 {
    padding: 0;
    margin: 0;
}

.post .hr1 {
}

.meta {
    border-bottom: 1px solid #FFEB00;
    text-transform: uppercase;
    color: #612181;
    margin-top: 10px;
}

.meta .note {
    float: right;
}

.meta a {
    color: #612181;
}

.meta .topic {
    font-weight: bold;
    font-size: 12px;
    float: left;
}


.topics .title {
    color: #C00;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0 10px 0;
    text-transform: uppercase;
    text-align: left;
}

.topics {
    background-color: #fff;
}

.topics ul{
    width: 24%;
    list-style: none;
    text-align: left;
    float: left;
    padding-left: 5px;
    border-left: 2px solid #FCE012;
}

.topics .title a {
    color: #612181;
}

#subscribe .title, #search .title, #top10user .title, #top10consult .title {
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #FFEB00;
    -moz-border-radius: 10px;
    background-color: #FDF5A0;
    color: #612181;
    height: 25px;
    line-height: 25px;
    padding: 5px 10px;
}

.box {
    padding: 10px 5px;
    clear: both;
    margin-bottom: 10px;
}

#subscribe input[type=text], #search input[type=text] {
    background-color: #FFF;
    border: 1px solid #006;
}

#top10user ol, #top10consult ol {
    padding-left: 25px;
    color: #C00;
    font-weight: bold;
}

#top10user li a, #top10consult li a {
    color: #000;
    font-weight: normal;
}

#top10user li a:hover, #top10consult li a:hover {
    color: #612181;
    text-decoration: underline;
    font-weight: bold;
}

#top10user .link, #top10consult .link {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
}

#top10link {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

#transfer_msg {
  max-width: 500px;
}


#submit form {
  width: 600px;
}
/*
#top10link a {color: #006;}
#top10link a:hover {color: #006;}
*/

.notice{
  font-weight: bold;
  background-color: green;
  margin-bottom: 20px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
}

.error_list{
  font-weight: bold;
  color: red;
}
