/*
Theme Name: David Ruzicka v1
Theme URI: http://davidruzicka.com/
Description: Theme par defaut de mon site 28 avril 2006.
Version: 1
Author: David Ruzicka
Author URI: http://davidruzicka.com/
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* Removes Firefox imposed outline */
a { outline: none; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
.articles a.thickbox img, 
.articles a:visited.thickbox img, 
.articles a:active.thickbox img,
.articles a img, 
.articles a:visited img, 
.articles a:active img
{
border:1px solid #999999;
}

a:hover.thickbox img,
a:hover img
{
border:1px solid red;
opacity: 0.45;
-moz-opacity: 0.45;
filter: alpha(opacity=45);
}

a#TB_ImageOff:hover img
{
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

html {
  background: #D6D2D1 url("images/2005.05.13.fond.gif") repeat-x fixed 0px 0px;
  padding: 0;
  margin: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#7F6F6F;
	scrollbar-base-color:#DFDFDF;
	scrollbar-shadow-color:#999999;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-dark-shadow-color:#999999;
	scrollbar-3d-light-color:#DFDFDF;
}
#principal {
	background-color: #FFFFFF;
	width: 800px;
	border: 1px solid black;
}
#calendrier {
background-color:#E3E3E3 ;
padding: 3px 0px 4px 5px;
border: 1px solid black;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
#calendrier td {
border: 1px solid #4F4F4F;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4F4F4F;
font-weight: normal;
text-decoration: none;
}
#calendrier th {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4F4F4F;
font-weight: bold;
text-decoration: none;
}
#calendrier caption {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4F4F4F;
font-weight: bold;
text-decoration: none;
text-align: left;
}
#calendrier a, #calendrier a:visited, #calendrier a:active {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
#calendrier a:hover {
color: #000000;
}
#calendrier td.pad {
background-color:#E3E3E3 ;
padding: 0;
border: 0;
}
#final_pad {
	background-color: #999999;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 197px;
}
#entetes {
	background-color: #999999;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding: 0px 0px 2px 3px;
	width: 197px;
	height: 25px;
}

#entetes a, #entetes a:active, #entetes a:visited, #entetes a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#entetes_top {
	background-color: #999999;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding: 0px 0px 2px 3px;
	height: 25px;
}
#encadres_top {
background-color:#E3E3E3 ;
padding: 0px 0px 0px 0px;
height: 90px;
border: 1px solid black;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
#encadres_top a, #encadres_top a:visited, #encadres_top a:active {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #7F6F6F;
font-weight: normal;
text-decoration: none;
}
#encadres_top a:hover {
color: #000000;
}
#encadres {
background-color:#E3E3E3 ;
padding: 3px 0px 4px 5px;
border: 1px solid black;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
text-decoration: none;
}

#liste_pdf {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4F4F4F;
font-weight: normal;
text-decoration: none;
}

#encadres li {
  padding-left: 0px;
  margin-bottom:3px;
}
#encadres ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: #4F4F4F;
}
#encadres input, textarea {
  border: 1px solid black;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#5B5B5B ;
  color: #FFFFFF;
}
#encadres a, #encadres a:active, #encadres a:visited {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #7F6F6F;
font-weight: normal;
text-decoration: none;
}
#encadres a:hover {
color: #000000;
}
#contenu {
background-color:#999999;
padding: 10px 15px 25px 25px;
border: 1px solid black;
width: 600px;
}
#contenu_cadre {
background-color:#999999;
width: 100%;
}
#contenu_txt{
background-color:#FFFFFF;
border: 1px solid black;
width: 100%;
}
#contenu_txt div.articles input {
  border: 1px solid black;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#5B5B5B ;
  color: #FFFFFF;
}
#contenu_txt div.articles textarea {
  border: 1px solid black;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#5B5B5B ;
  color: #FFFFFF;
  height: 80px;
  width: 250px;
}
#contenu_txt div.articles {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
text-decoration: none;
text-align: justify;
padding: 0px 50px 5px 50px;
word-spacing: 1pt;
/*letter-spacing: 1px;*/
line-height: 13pt;
}
#contenu_txt div.articles a, #contenu_txt div.articles a:visited, #contenu_txt div.articles a:active {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
text-decoration: underline;
}
#contenu_txt div.articles a:hover {
color: #999999;
font-weight: normal;
text-decoration: underline;
}
#contenu_txt div.date {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
text-align: right;
padding: 25px 50px 15px 0px;
word-spacing: 2pt;
letter-spacing: 2px;
line-height: 12pt;
}
#contenu_txt div.titre {
text-align: left;
padding: 0px 0px 0px 50px;
width:445px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
}

div.titrePages {
margin-bottom:15px;
}

div.titrePages p {
display:none;
}

#contenu_txt div.titre a, #contenu_txt div.titre a:active, #contenu_txt div.titre a:visited {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: underline;
word-spacing: 1pt;
letter-spacing: 1px;
line-height: 12pt;
}
#contenu_txt div.titre a:hover {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #999999;
font-weight: bold;
text-decoration: underline;
}
#contenu_txt div.feedbacks a, #contenu_txt div.feedbacks a:visited, #contenu_txt div.feedbacks a:active {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: underline;
text-align: left;
padding: 25px 0px 50px 50px;
word-spacing: 1pt;
letter-spacing: 1px;
line-height: 12pt;
}
#contenu_txt div.feedbacks a:hover {
color: #999999;
font-weight: bold;
text-decoration: underline;
}
#contenu_txt div.commentaires {
background: #E3E3E3 url("images/2005.05.13.filet_comments.gif") repeat-x;
border-top: 1px solid black;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
text-decoration: none;
text-align: left;
padding: 25px 50px 15px 50px;
}
#contenu_txt div.commentaires a, #contenu_txt div.commentaires a:visited, #contenu_txt div.commentaires a:active {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
text-decoration: underline;
}
#contenu_txt div.commentaires a:hover {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #999999;
font-weight: normal;
text-decoration: underline;
}
#contenu_txt div.commentaires ol {
padding: 0;
margin-left: 0;
}
#contenu_txt div.commentaires input {
  border: 1px solid black;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#5B5B5B ;
  color: #FFFFFF;
  height: 20px;
  margin-bottom:12px;
}
#contenu_txt div.commentaires input#submit {
	margin-top:20px;
}
#contenu_txt div.commentaires textarea {
  border: 1px solid black;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background-color:#5B5B5B ;
  color: #FFFFFF;
  height: 80px;
  width: 250px;
}
table#menuheight {
	width:100%;
	position:relative;
}
#menuheight td a, #menuheight td a:visited, #menuheight td a:active {
	display:block;
	float:left;
	margin-left:1px;
	width:77px;
	height:15px;
	padding:10px 0px 4px 4px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border:1px solid black;
	background-color:#5B5B5B;
	text-transform:uppercase;
}
#contenu_txt ul.reac {
	margin:10px 0 0 0;
	padding:0;
}
#contenu_txt ul.reac li {
	list-style:none;
	border-bottom: 1px solid #ABADB3;;
	font: normal 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin-bottom:10px;
}
#contenu_txt ul.reac li h2 {
	display:inline;
	margin: 0px 20px 0px 0px;
	font: bold 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
}
#contenu_txt ul.reac li strong {
	font: bold 10px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color:#5B5B5B;
}
#contenu_txt ul.reac li a, #contenu_txt ul.reac li a:visited, #contenu_txt ul.reac li a:active {
	color:#000000;
	text-decoration::underline;
}
#contenu_txt ul.reac li a:hover {
	color:#999999;
}
#menuheight td a:hover {
	color: #FF0000;
	background-color:#5F3B3B;
}

#footer {
	background-color: E3E3E3;
	border-top: 1px solid black;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	padding-left: 8px;
	padding-bottom: 3px;
	height: 50px;
}
#footer a {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:visited {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:active {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}

/* CSS pour sur le fil */

#fil_underline { background: #E3E3E3 url("images/2005.05.13.filet_surlefil.gif") repeat-x; }
#fil_underline td {
	padding-left: 4px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #999999;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #4F4F4F;
	text-align:left;
}
#fil_underline td p {
	padding: 0;
	margin: 0; 
}
#fil_underline a:link, #fil_underline a:visited, #fil_underline a:active, #fil_underline a:hover {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #7F6F6F;
	text-decoration: none;
}
#fil_titres { background: #E3E3E3 url("images/2005.05.13.filet_surlefil.gif") repeat-x; }
#fil_titres td {
	padding-left: 4px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #4F4F4F;
	text-align:left;
}
#fil_titres a:link, #fil_underline a:visited, #fil_underline a:active {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #7F6F6F;
	text-decoration: none;
}
#fil_titres a:hover {
	font-size: 9px;
	color:#000000;
}
#fil { background: #E3E3E3 url("images/2005.05.13.filet_surlefil.gif") repeat-x; }
#fil td {
	padding-left: 4px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #4F4F4F;
	text-align:left;
}
#fil a:link, #fil a:visited, #fil a:active {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #7F6F6F;
	text-decoration: none;
}
#fil a:hover {
	font-size: 9px;
	color:#000000;
}
.datefil {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color:#4F4F4F;
	font-weight: bold;
	text-decoration: none;
}

#print {
	text-align: right;
	margin: 0px 51px 28px 379px;
	clear:both;
}
/* #print a, #print a:visited, #print a:active {
	display: block; 
	text-align: center;
	heigth:20px; 
	width:117px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
}

#print a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
*/

/* Shoutbox */

#shoutbox table { 
	background-color:#E3E3E3;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding: 0;
}
#shoutbox input, #shoutbox select, #shoutbox textarea {
  border: 1px solid black;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 9px;
  background-color:#5B5B5B ;
  color: #FFFFFF;
  height: 20px;
  padding-left: 3px;
}
#shoutbox a:link, #shoutbox a:active, #shoutbox a:visited {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#shoutbox a:hover {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
.liste {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:10px;
	background-color:#E3E3E3;
	border:0;
}
.liste2 {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:10px;
	background-color:#E3E3E3;
	border:0;
	margin:20px;
}
.td1 {
	background-color:#FFFFFF;
	padding:2px 3px 2px 5px;
	text-align:left;
}
.td2 {
	background-color:#E3E3E3;
	padding:2px 3px 2px 5px;
	text-align:left;
}
.pseudoa,.pseudom,.pseudov {
	font-weight:bold;
	font-size:11px;
}
.pseudoa {
	color:#000000;
}
.pseudom {
	color:#000000;
}
.pseudov {
	color:#000000;
}
#bulle {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	border:1px solid #000000;
	text-align: left;
	position:absolute;
	display:none;
	padding:1px;
	z-index:0;
}
/* Formulaire */
#shoutbox form {
	margin:0;
}

.hideUglyMeeboLogo {
  position: relative;
  z-index: 100;
  top: -23px;
  left: 2px;
  width: 170px;
  height: 19px;
  background-color: #f3f4f6 ;
}

.navigation {
	margin: 5px 50px 5px 50px;
	float:left;
	width:430px;
}

.navigation a, .navigation a:active, .navigation a:visited {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
text-decoration: underline;
word-spacing: 1pt;
letter-spacing: 1px;
line-height: 11pt;
}

.navigation a:hover {
color: #999999;
}

.alignright {
float: right;
}

.alignleft{
float: left;
}

.newsletter {
position:relative; 
z-index:99; 
width:120px; 
height:20px; 
top:110px; 
left:337px; 
background-color: #dedede; 
border:1px solid black; 
padding-top:5px;
font: bold 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#000000;
}

.newsletter a, .newsletter a:active, .newsletter a:visited, .newsletter a:hover {
font: bold 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#000000;
text-transform:uppercase;
}

.newsletter a:hover {
color:#999999;
}

*+html .newsletter {
height:30px; 
top:110px; 
left:680px;  
}

*html .newsletter {
height:30px; 
top:110px; 
left:680px;  
}

td.contact {
padding: 30px 0 0 30px;
font: bold 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#000000;
}

td.contact textarea {
width:350px;
font: bold 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#000000;
padding-left:3px;
background-color:#ffffff;
border:1px solid #ABADB3;
}

td.contact input {
font: bold 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#000000;
margin-bottom:7px;
padding-left:3px;
}

td.contact input:focus, td.contact input.sffocus {
background-color:#5B5B5B;
font: normal 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#FFFFFF;
}

td.contact textarea:focus, td.contact textarea.sffocus {
background-color:#5B5B5B;
font: normal 11px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#FFFFFF;
}

tr.marque {
background:#666666 url(images/blank.gif) no-repeat top left;
cursor:pointer;
}
#fil_underline tr.marque td strong {
color:#ffffff;
}
#fil_underline tr.marque td a, #fil_underline tr.marque td a:visited, #fil_underline tr.marque td a:active {
color:#ffffff;
}
#fil_underline tr.marque td a:hover {
color:#ffffff;
}
#fil_underline tr.marque td span.datefil {
color:#ffffff;
}
#fil_underline tr.marque td p {
color:#ffffff;
}
#fil_underline tr.marque td li {
color:#ffffff;
}
tr.demarque {
background:transparent url(images/blank.gif) no-repeat top left;
cursor:pointer;
}
#fil_underline tr.demarque td strong {
color:#4F4F4F;
}
#fil_underline tr.demarque td a, #fil_underline tr.demarque td a:visited, #fil_underline tr.demarque td a:active {
color:#7f6f6f;
}
#fil_underline tr.demarque td a:hover {
color:#ffffff;
}
#fil_underline tr.demarque td span.datefil {
color:#4F4F4F;
}
#fil_underline tr.demarque td p {
color:#4F4F4F;
}
#fil_underline tr.demarque td li {
color:#4F4F4F;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> style pour le widget rss feeds <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#fil_underline td.rssfeeds {
	border-bottom:0;
	padding-left:0;
}

#fil_underline td.rssfeeds img {
	display:none;
}

#fil_underline td.rssfeeds a.rsswidget {
	display: inline;
	font-weight: bold;
	padding-left:2px;
}

#fil_underline td.rssfeeds ul li a.rsswidget {
	display:block;
	height:auto;
	width:100%;
	border-top:1px solid #999999;
	padding:2px 0 2px 4px;
}

#fil_underline td.rssfeeds ul li a.rsswidget {
	font-weight: normal;
}

#fil_underline td.rssfeeds ul li a:hover.rsswidget {
	color:white;
	background-color: #666666;
}


#fil_underline td.rssfeeds ul {
	padding:0;
	margin:0 0 5px 0;
}

#fil_underline td.rssfeeds ul li {
	list-style:none;
}

.delicious-timestamp abbr {
 	border:none;
}


#cssPreloader {
	display:none;
}


/* ---------->>> anni silvina - 28.08.2008 <<<------------------------------------------------------*/


#silvina {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
	background:#383838 url(http://www.davidruzicka.com/blog/wp-content/images/2008.08.28._silvina_anni.jpg) no-repeat center center;
}

#silvina a.close {
	position:absolute;
	top:0;
	right:0;
	width:29px;
	height:29px;
	background:transparent url(images/absolute_close.jpg) no-repeat top left;
}

#silvina a:hover.close {
	background:transparent url(images/absolute_closeh.jpg) no-repeat top left;
}

.articles a img {
	border:none;
}

/* ---------->>> PLUGIN CONTACT FORM overwrites - messages <<<------------------------------------------------------*/

div.wpcf7-mail-sent-ok {

	border: none;
	background:#000;
	font-weight:bold;
	font-size:9px;
	color:white;

}



div.wpcf7-mail-sent-ng {

	border: none;
	background:#ff0000;
	font-weight:bold;
	font-size:9px;
	color:white;

}



div.wpcf7-spam-blocked {

	border: none;
	background:#ff0000;
	font-weight:bold;
	font-size:9px;
	color:white;

}



div.wpcf7-validation-errors {

	border: none;
	background:#ff0000;
	font-weight:bold;
	font-size:9px;
	color:white;

}



span.wpcf7-not-valid-tip {

	top: 5%;
	left: 5%;
	background: #ff0000;
	border: none;
	font-size:9px;
	color:white;
	font-weight:bold;

}


#menuheight td a.descendre,
#menuheight td a.descendre:visited {
	display:block;
	background:transparent url(images/descendre.png) no-repeat 0 0;
	position:absolute;
	top:7px;
	left:-35px;
	padding:0;
	width:24px;
	height:18px;
	float:none;
	border:none;
}

#menuheight td a.descendre:hover {
	background:transparent url(images/descendre.png) no-repeat 0 1px;
}

#menuheight td a.descendre:active {
	background:transparent url(images/descendre.png) no-repeat 0 2px;
}

#menuheight td a.descendre span {
	display:none;
}

#mainMenu {
	position:relative;
}



/*BETTER comments layout - 26.05.2010*/


#contenu_txt div.commentaires a.postAComment,
#contenu_txt div.commentaires a.postAComment:visited {
	text-decoration:none;
	text-transform:uppercase;
	padding:4px 6px;
	border:1px solid;
}

#contenu_txt div.commentaires a.postAComment {
	margin-bottom:10px;
}

#contenu_txt div.commentaires a.postAComment:hover {
	background-color:black;
	color:white;
}
	
#contenu_txt div.commentaires ol li {
	list-style-position:inside;
	margin-bottom:20px;
	border:1px solid #333;
	padding:5px 7px;
}

#contenu_txt div.commentaires .commentMetadada {
	margin-top:7px;
	font-style:italic;
	font-size:.9em;
}

#contenu_txt div.commentaires .publishedComment {
	font-size:1.1em;
}

#contenu_txt div.commentaires .publishedComment p:first-child {
	display:inline-block;
}

#contenu_txt div.commentaires .publishedComment p {
	text-align:justify;
}

#contenu_txt div.commentaires .publishedComment p.moderated {
	font-weight:bold;
	text-transform:uppercase;
}

form#commentform {
	margin-top:10px;
}
	
	
	
	
	
	