/*LAYOUT   ---    */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#main{
	float: left;
	width: 520px;
}

#content{
	margin: 0 0 0 30px;
	padding: 0;
}

.post{
	margin-bottom: 2em;
}

#sidebar{
  float: right;
  width: 240px;
}

#sidebar div{
	margin: 0 30px 15px 0;
	padding: 0.5em 0 0.5em 0.5em;
}

/*   ---   HTML   ---    */
body{
	background: #f6fef6;
	color: #111;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 3em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

h2 {
	margin : 0 0 10px 0;
	color : #060;
}

h3 {
  color : #48954a;
  margin-top : 10px;  
  margin-bottom : 5px;
  background : transparent;  
  }

h4 {
  margin : 0;
}

ul {
  margin-top : 0;
}

p {
  margin-top : 0;
  margin-bottom : 3px;
}

 a {
  color : #000;
  text-decoration : underline;
}

a:visited {
  font-weight : ;
}

a:hover {
  text-decoration : none;
}

.adresse {
  border : 1px dotted #48954a;
  border-left : 3px solid #48954a;
  background : #f2fdf2;
  padding : 3px;
  margin-bottom : 10px;
}

.droite {
  float : right;
}

.gauche{
  float : left;
}

#content {
  text-align : justify;
}

dd {
margin-bottom : 10px;
}

/*   ---   INPUTS & AREAS   ---   */

.field label{
	display: block;
}

input{
	border: 1px solid #999;
}

/*   ---   PAGE   ---    */
#page{
	background: #060 url(img/page.png) repeat-y center top;
}
 
/*   ---   TOP   ---   */
#top{
	height: 180px;
	background: transparent url(img/top.jpg) no-repeat left top;
	padding-bottom : 15px;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 115px;
	color: #fff;
}

#top h1 a{
	text-decoration: none;
	color: #fff;
}

#top h1 a:hover{
  border : 0;
}
 
/*   ---   CONTENT   ---    */
.post-content p, .post-chapo p {
   margin : 0 0 8px 0;
   padding : 0;
}

.post-title {
background : transparent url(img/m1.jpg) no-repeat left center;
padding-left : 27px;
line-height : 25px;
}

#content h2 {
  padding: 0 0 0 42px;
  font-size : 200%;
  font-weight : bold;
  background : transparent url(img/puf.jpg) no-repeat left center;
  border : 0;
  line-height : 35px;
 }
 
.date {
  font-size : 0.8em;
  font-weight : bold;
  color : #666;
}

/*   ---    MENU   ---    */

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type : none;
}

#sidebar li {
  margin-left : 10px;
  padding-left : 14px;
  background : transparent url(img/puce.png) no-repeat left;
}

#sidebar h2 {
	font-size : 1.8em;
	color: #060;
	margin: 0 0 1ex 0;
	border : 0;
	padding : 5px;
	background : white url(img/hach.png) repeat;
}

#sidebar a{
  font-size : 1.1em;  
  color : #666; 
  text-decoration : none;
}

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

#search form {
  margin : 0px;
}	

#search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px 4px;
	width : 120px;
}

#search .submit {
  cursor : pointer;
}

/*   ---   FOOTER   ---    */
#footer{
	clear : both;
	height : 40px;
	margin: 0;
	padding : 0 0 5px 0;
	background: #f6fef6 url(img/bottom.png) no-repeat center top;
	color: #666;
	text-align : center;
}

#footer a{
	color: #999;
	text-decoration : none;
}

.small {
  margin-top : 5px;
  font-size : 80%;
  text-align : center;
  line-height : 70%;
}

.small a {
  color : #48954a;
} 

/*   ---   TABLEAUX   ---   */
table {
  border-collapse : collapse;
  text-align : center;
  width : 100%;
}

td, th{
  border : 1px solid #666;
}

span.highlight0 {background-color: #ff9;}
span.highlight1 {background-color: #f9f;}
span.highlight2 {background-color: #9ff;}
span.highlight3 {background-color: #f99;}
span.highlight4 {background-color: #99f;}

/*   ---   HOME   ---   */
.home{
  background : transparent url(img/prises.jpg) no-repeat 240px 0;
}
