

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* THE CSS */

#container {
	width : 650px;
	margin : 0 auto;
	font-family : Helvetica,Arial, Sans-serif;
	color : black;
text-align: left;
}

#header {
	height : 100px;
}

#header h1 {
	line-height: 50px;
	font-size: 40px;
	font-weight: normal;
	display: inline;
}

#header h1 a {
	text-decoration: none;
	color : black;
}


.vert {
	color : #869F37;
}

#menu {
	float : right;
}

#menu li {
	float : left;
	margin-left : 5px;
	line-height: 90px;
	color : #666666;
padding-top : 27px;
}

#menu li a {
	text-decoration: none;
	color : #666666;
}
#menu li a:hover {
	text-decoration: none;
	color : #869F37;
}

.post {
	line-height : 22px;
	font-size: 15px;
	color: #666666;
	padding-bottom : 30px;
	padding-top : 30px;
	border-top : 1px solid #dddddd;
	border-bottom : 1px solid #dddddd;
	height : 250px;
}

.post h1 {
	font-size: 18px;
	margin-top : 34px;
	padding-bottom : 10px;
	border-bottom : 1px solid #dddddd;
	text-decoration: none;
	color: black;
}

.post h1 a {
	font-size: 18px;
	margin-top : 34px;
	padding-bottom : 10px;
	text-decoration: none;
	color: black;
}

.post h2 {
	font-size: 19px;
	margin-top : 34px;
	padding-bottom : 10px;
	text-decoration: none;
	color: #666666;
}
.post h3 {
line-height : 32px;
  color: #666666;
  font-size: 27px;
  font-weight: bold;
  font-family: arial;
}

.post .metas {
	font-size : 12px;
	font-weight: normal;
	color : #666;
	margin-top : 5px;
}

.post .metas b {
	color : black;
}

.meta {
	font-size : 14px;
	color : #666;
}

.meta a.comments-link {
	font-size : 14px;
	color : #666;
	text-decoration: none;
}

.post p {
	margin : 10px 0;
	text-align: left;
}

.post a {
	color : #869F37;
	font-weight: bold;
}

.post img {
	margin : 10px auto;
	display: block;
}

.post blockquote {
	margin : 15px 40px;
	text-align : justify;
	font-size : 12px;
	font-family: Georgia;
	font-style: italic;
	color : #666;
}

.post pre {
	margin : 15px 40px;
	text-align : justify;
	font-size : 12px;
	color : #666;
}

#footer {
	margin : 10px 0;
	font-size : 10px;
	color : #666;
		clear:both;
text-align : center;


}

#footer a {
	color : #869F37;
	text-decoration: none;

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

}

a:hover {
	color : #666666;
}

#comments {
	margin : 20px 0;
}



.commentlist {
			font-size : 12px;
}

.commentlist a {
	text-decoration: none;
	font-weight: bold;
	color : #019ee0;
}

.commentlist .even {
	background: #eeeeee;
}

.commentlist .odd {
	background : white;
}

.comment-author {
	font-style : normal;
	padding-bottom : 5px;
	border-bottom : 1px solid #dddddd;
	margin-bottom: 5px;
}

a.url {
	font-style : normal;
}



.image-desc {
	font-size: 13px;
}

.post ul {
	padding: 0;
	margin: 10px 0 10px 20px;
}
.post ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size : 11px;
}

.post ul li:before {
	content: "\00BB \0020";
	color: #019ee0;
	}
	
.navigation a {
	color: #019ee0;
	font-size: 12px;
	text-decoration: none;
}	

.fn {
	color: #019ee0;
	font-weight: bold;
	font-style: normal;
}

a.menulink {
  text-decoration: none;
  font-family: Georgia;

  font-weight: bold;
  font-size: 16px;
  color: #666666;
}

a.menulink:hover {
color: #869F37;
font-weight: bold;
}


.texte {
   text-decoration: none;
  font-family: Georgia;

  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.texte2 {
  text-decoration: none;
  font-family: Georgia,Verdana;
  font-size: 11px;
  font-weight: none;
  color: gray;
}
.prix {
  color: #666666;
  font-size: 27px;
  font-weight: bold;
  font-family: arial;
  float: right;
  margin-right: 25px;
}
a.lienimp {
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
  color: #666666;
  font-size: 27px; 
} 
a.lienimp:hover {

  color: #869F37;

} 

div#logo {
  padding: 15px;
  background-image: url(titre.jpg);
  background-repeat: no-repeat;
  background-position:  center center;
  width: 200px;
  height: 200px;
  float: left

}

