*
{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body
{
  /*border: 5px solid #ffff00;*/
  background-color: #e8e4e4;
  font-family: serif;
}

#toc
{
  float: right;
  border: 2px solid #abcdef;
  -moz-border-radius: 20px;
  padding: 5px;
  width: 125px;
  text-align: center;
}

#projects li li
{
  display: inline;
  margin-right: 5px;
  color: #0dc38d;
}

#projects li li:before
{
  content: "["
}

#projects li li:after
{
  content: "]"
}

#projects li li:first-child:before
{
  content: ""
}

#projects li li:first-child:after
{
  content: ""
}

#projects li li a
{
  color: #0dc38d;
}

#projects a, #projects li li:first-child a
{
  color: #6785bc;
}


#projects a:hover
{
  text-decoration: underline;
}

#projects textarea, #news textarea
{
  margin: 20px auto 5px auto;
  width: 540px;
  height: 250px;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: 900;
}

td
{
  border: 2px solid #6785bc;
  padding: 3px;
}

table
{
  margin: 0 auto;
  border-collapse: collapse;
}

img {
  border-style: none;
}

ul
{
  list-style-type: none;
}

h1
{
  font-size: 24px;
  color: #6f6f6f;
  margin-bottom: 20px;
  text-align: center;
}

h1:before
{
  content: ".: ";
  font-size: 15px;
  color: #fc937a;
}

h1:after
{
  content: " :.";
  font-size: 15px;
  color: #fc937a;
}

#master_out
{
  border-style: solid;
  border-width: 0 2px;
  border-color: #d9d9d9;
  margin-left: auto;
  margin-right: auto;
  width: 810px;
}

#master
{
  background-color: white;
  border-style: solid;
  border-width: 0 3px;
  border-color: #c1c1c1;
  padding: 4px; 
}

#main_content
{
  background-color: #fcfcfc;
  border: 2px solid #fdd78d;
  /*float: left;*/
  -moz-border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}

#main_content_out
{
  border: 5px solid #fdd78d;
  background-color: white;
  float: left;
  width: 575px;
  -moz-border-radius: 20px;
  padding: 3px;
  margin-right: 4px;
  margin-bottom: 10px;
}

#news h1
{
  /*background: url("news.png") no-repeat top left;*/
  /*width: 81px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  /*margin-bottom: 10px;*/
  /*padding-left:81px;*/
  /*clip: rect(auto,81px,37px,auto);*/
  /*heigh: 37px;*/
  /*position: absolute;*/
}

.news_text
{
  margin-bottom: 20px;
}

.news_text a
{
  color: #143da6;
  font-size: 20px;
}

.news_text h2
{
  font-size: 16px;
}

.news_text h3
{
  color: #c1b9b9;
}

.intro
{
  margin-top: 10px;
}

.body
{
  margin-top: 20px;
}

#comments h2
{
  margin: 0 auto 15px auto;
  height: 0px;
  overflow: hidden;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #d9d9d9;
  width: 300px;
}

.comment
{
  margin: 0 auto 15px auto;
  padding: 5px;
  border: 2px solid #e5e5e5;
  -moz-border-radius: 10px;
  background-color: #f6f6f6;
  width: 450px;
}

.comment .text
{
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.comment .datetime
{
  font-size: 13px;
  /*font-style:italic;*/
}

.comment .author
{
  font-size: 16px;
  font-weight: 900;
  color: #0dc38d;
  margin-right: 10px;
}

#comment_add
{
  width: 450px;
  margin: 0 auto;
}

#comment_add h2
{
  color: #143da6;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

#comment_add textarea
{
  width: 450px;
  height: 80px;
  margin-bottom: 4px;
}

#menus_out
{
  /*border: 5px solid #75c191;*/
  /*float: left;*/
  /*margin-right: 4px;*/
  /*-moz-border-radius: 15px;*/
  padding-bottom: 10px;
  font-size: 20px;
}

#menus
{
  text-align: center;
}

#menus li
{
  display: inline;
}

#menus a
{
  color: #6785bc;
}

#menus a:hover
{
  text-decoration: underline;
}

#menus li:first-child:before
{
  content: "= ";
  font-size: 10px;
  color: #c1b9b9;
}

#menus li:after
{
  content: " = ";
  font-size: 10px;
  color: #c1b9b9;
}

#menus li
{
  margin-top: 5px;
}

#menus ul
{
  margin-top: -5px;
}

#toto_out
{
  float: right;
  width: 200px;
  margin-bottom: 10px;
}

#useraccount_out
{
  border: 5px solid #fdd78d;
  background-color: white;
  -moz-border-radius: 15px;
  padding: 2px;
  margin-bottom: 10px;
}

#useraccount
{
  background-color: #fcfcfc;
  border: 2px double #fdd78d;
  -moz-border-radius: 10px;
  padding: 3px;
  text-align: center;
}

#useraccount .submit_form
{
  /*background-color: #c1b9b9;*/
  /*border: solid 2px #75c191;*/
  /*-moz-border-radius: 5px;*/
  /*color: #143da6;*/
  /*margin-top: -20px;*/
}

#tribune_out
{
  border: 5px solid #fdd78d;
  background-color: white;
  -moz-border-radius: 15px;
  padding: 2px;
  /*float: right;*/
  /*width: 200px;*/
}

#tribune
{
  background-color: #fcfcfc;
  border: 2px double #fdd78d;
  -moz-border-radius: 10px;
  padding: 2px;
}

#tribune_content
{ 
  height:300px;
  overflow: auto;
  font-size: 13px;
}

#tribune_content .time
{
  font-weight: bold;
}

.tribune_msg
{ 
  direction: ltr;
}

#toto3_out
{
  border: 5px solid #75c191;
  background-color: white;
  -moz-border-radius: 15px;
  width: 180px;
  padding: 2px;
  /*margin: 10px;*/
  float: right;
  clear: right;
}

#fortunes
{
  border: 2px double #a3d5b6;
  -moz-border-radius: 10px;
  /*padding: 5px;*/
}

#fortunes h1
{
  font-size: 24px;
  text-align: center;
}

#fortunes h1:before
{
  content: ".:";
  font-size: 15px;
  color: #fc937a;
}

#fortunes h1:after
{
  content: " :.";
  font-size: 15px;
  color: #fc937a;
}

.fortune
{
  /*border: 3px solid #123456;*/
  font-size: 13px;
  padding: 2px;
  text-align: center;
}

#banner
{
}

/*#banner span
{
  display: block;
  height: 250px;
  width: 800px;
  padding-top: 125px;
  padding-left: 150px;
}*/

#banner a
{
  /*background: url("logo.gif") no-repeat;*/
  background: url("logo.png") no-repeat;
  display: block;
  height: 156px;
  /*width: 430px;*/
  width: 732px;
  margin: 20px auto 20px auto;
  /*padding-top: 110px;*/
  /*padding-left: 150px;*/
  /*font-weight: bold;*/
  /*font-family: Arial, fantasy;*/
  font-size: 0;
  /*display: none;*/
}

#last_content_out
{
  font-size: 12px;
  text-align: center;
  clear: both;
}

#licences .title
{
  color: red;
}

#licences .publisher
{
  color: #19d;
}

#licences .date
{
  color: maroon;
}

.tribune_msg .time:before
{
/*  content: "<";*/
}

.tribune_msg .time:after
{
  content: " ";
}

#imagelibrary
{
  width: 546px;
  margin: 0 auto;
}

#imagelibrary a
{
  margin-left: 3px;
}

.entete, .content
{
  margin-bottom: 20px;
}

.content li:before
{
  margin-left: 10px;
  content: "- ";
}

.attribute
{
  font-weight: 900;
}

.attribute:after, .label_name:after, .posted_images h2:after
{
  content: " :";
}

.title h1
{
  color: #143da6;
}

.title h1:before, .title h1:after
{
  content: "";
}

.error
{
  color: red;
  margin-bottom: 5px;
}

#comment_add .error
{
  text-align: center;
}

.image_add h3
{
  font-weight: 900;
  margin: 20px 0 10px 0;
  color: #143da6;
}

#imagelibrary .submit_form
{
  margin-top: 10px;
}

.label_name
{
  width: 210px;
  float: left;
  clear: left;
}

label
{
  display: block;
}

.posted_images h2
{
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ff7a0f;
}

#static_cgp input
{
  margin: 15px auto 0 auto;
  display: block;
}