body { margin: 0px; background-color: #FFFFFF; }
body, table, td { font-family: Trebuchet MS; font-size: 12px; }

/* Squelette */
#main { position: absolute; width: 900px; left: 50%; background-color: #F0F0F0; margin-left: -450px; }
#header { background-color:#F0F0F0; height: 130px; }
#menu { position: absolute; left:0; width: 150px; }
#content { margin-left: 180px; margin-right: 200px; padding: 0px; width: 700px; }
#footer { width: 720px; text-align:center; height: 30px; border-top: 3px double #999999; margin-top: 40px; padding-top: 10px;
color: #999999; font-size: 11px; }

/* General */
h1 { text-align:center; font-size: 14px; }
.petit { font-size: 10px; }
a:link, a:visited { color: #000000; }
a:hover, a:active { color: #666666; }

/* menu */
table.menu {	width: 150px; }
div.hmenu {		width: 140px; text-align: center; margin:2px; padding-left: 10px; font-weight: bold; font-size: 14px; height: 30px;  }
div.menu {		width: 140px; text-align: left; margin:2px; padding-left: 10px; }
.smenu_title {	font-size: 11px; font-weight: bold; }
.menu_commentaire { width: 150px; text-align: left; margin:2px; padding-left: 10px; }


/* formulaire */
input,select,textarea {	font: 10px verdana;	color: #000000;	background:inherit;	border:1px solid; }
.bouton {border-style:outset;color:#333333;}

/* blog */
.pagination:link, .pagination:visited { color:#fff; background-color:#6589C5; font-weight:bold; padding:1px 5px 1px 5px;  margin-right:2px; text-decoration:none;}
.pagination:hover { color:#fff; background-color:#0B51BF; font-weight:bold; padding:3px 7px 3px 7px; margin-right:2px;}
.page_selected { color:#fff; background-color:#CCCCCC; font-weight:bold; padding:0px 5px 0px 5px; margin-right:2px;}
.content_pagination { text-align: center;}

#article { margin: 30px 0px 30px 0px; }
#article table.article {border-collapse: collapse; border-width: 0px; font-size : 12px; margin-bottom:10px; width: 700px; }
#article .date { width:700px; text-align:right; border-bottom: 1px solid #6589C5; font-size:18px; font-weight: bold; font-family:Trebuchet MS; margin-bottom: 5px;}
#article .content {  padding:3px; }
#article .illustration { float:right; margin-right:3px;margin-bottom:3px; border:2px solid #6589C5;  cursor: pointer;}
#article .theme {  color: #999999; font-size: 10px; }
#article .titre {  color: #6589C5; font-weight: bold; font-size: 13px; }

#commentaire td.entete {background-color:#D1DDEF; border: 1px dashed #0B51BF; }
#commentaire table.liste {border-collapse: collapse;  border-width: 0px; width: 500px; }

/* Biographie */
td.bio {color: #CCCCCC; background-color: #6589C5;border: 1px ridge #6589C5;width : 50px;text-align : center;writing-mode: tb-rl;}
