/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****Þ
 *
 */
 
/* -----------------------------------------------------	*/
/* General 							*/
/* -----------------------------------------------------	*/

/* Pour tableau menu */
td img {display: block;}


/* -----------------------------------------------------	*/
/* Post								*/
/* -----------------------------------------------------	*/

h2 {
font-weight : lighter;
}
.day-date {
	font-size : x-small;
	font-weight : normal;
	margin : 0;
	text-align : right;
	color : #fff;
}
.post {
  font-size: 0.9em;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	margin-bottom: 0px; 
	background-color: transparent;
	display:block;
	float:left;
	width:100%;
		color : #fff;

}

.post-minititle {
	text-align : right;
	width:760px;
 }

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:large;
  line-height:1.4em;
 }
.post-title a {
  text-decoration:none;
  color:#fff;
  }
.post-title a:hover {
  color:#ad9;
  }
.post-info {
	color : #666;
	margin : 0;
	padding : 0;
}
.post-info a {  }
.post-info a:hover {  }
.post-chapo {
	margin : 0;
	padding : 0;
}
.post-content {
	margin : 0;
	padding : 0;
	text-align : left;
}

.post-info-co {
	padding : 0;
	text-align : left;
}
.post-info-co a {  }

/* -----------------------------------------------------	*/
/* Error messages						*/
/* -----------------------------------------------------	*/
.error {
	border : 0px solid #c00;
	background : #000;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}

/* CSS issu des tutoriels css.alsacreations.com */

a:link {
  color:#ff00ff;
  text-decoration:none;
	font-weight: bold;
	text-decoration:underline;
  }
a:visited {
  color:#fff;
  text-decoration:none;
	font-weight: lighter;
	text-decoration:underline;
  }
a:hover {
  color:#ff00ff;
  text-decoration:blink;
  }
a img {
  border-width:0;
  }

body {
background-image:url(fond.gif);
font-family: Arial, Verdana, Helvetica, sans-serif;
margin: 0 0 0 0;
padding: 0;
color: #ccc;
background-color: #000;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
#header {
height: 120px;
background-color: #transparent;
text-align: center;
}
#conteneur {
position: relative;
width: 760px;
margin: 0 auto; 
background-color:#transparent;
}
#centre {
background-color:#transparent;
}
#gauche {
position: absolute;
left:0;
width: 0px;
margin: 0 auto;
min-height: 100%;
background-color:#transparent;
}
#pied {
text-align: right; height: 100%;width:100%;
font-size: 0.8em;
}
#pied2 {
position: relative;
text-align: right;
height: 30px;
background-color: #transparent;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}


/* MENU */

/*- Menu Tabs--------------------------- */ 

    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
    }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
    }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
    }

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:10px 10px 0 2px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.png") no-repeat right top;
      padding:5px 2px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
    }

/* FIN MENU */

