/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  }

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(img_style/quotes.gif) no-repeat top left;
  }

p {
	line-height: 16px;
	margin:0px;
	padding:0;
}

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #f63;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

input, textarea, select {
  margin-left:5;
  font-family:Verdana;
  font-size:10px;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 5px 10px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(img_style/tictac_bleu.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #69c;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

/* ---( layout structure )---*/

#wrap {
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(img_style/tile.gif) repeat-y;
  }

#content {
  margin-left: 62px; /* to avoid the BMH */
  }

#main-content {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  background: #eee url(img_style/clown.gif) no-repeat top left;
  }

#sidebar {
  margin: 0 41px 0 547px;
  padding: 20px 0 0 0;
  font-size: 85%;
  line-height: 1.4em;
  color: #999;
  background: url(img_style/sidebar_bg.gif) no-repeat 0 0;
  }


/* ---( header and site name )--- */

#header {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(img_style/top_div.gif) no-repeat top left;
  }

#header h1 {
  margin: 0;
  padding: 45px 100px 100px 175px;
  font-size: 200%;
  text-decoration: none;
  color: #fff;
  text-shadow: #81A75B 2px 2px 2px;
  background: url(img_style/top_h1.gif) no-repeat bottom left;
  }

#header h1 a {
  color: #fff;
  }

#header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.titre-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #1391DA;
  background: url(img_style/date_icon.gif) no-repeat 0 50%;
  }

h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  color: #0C5A8C;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  /*text-align: justify;*/
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(img_style/tictac_grey.gif) no-repeat 0 8px;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(img_style/sidebar_icon.gif) no-repeat 20px 15px;
  }
h2.sidebar-title1 {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(img_style/sidebar_icon1.png) no-repeat 20px 15px;
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
  border-bottom: 1px solid #ddd;
  }

#sidebar li {
  background: url(img_style/tictac_green.gif) no-repeat 0 5px;
  }

p#powered-by {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear {
  clear: both;
  height: 0;
  }

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(img_style/bottom_sill.gif) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(img_style/bottom_sash.gif) no-repeat top left;
  }


