
body {
	margin : 0;
	padding : 0;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 0.75em;
	background : #e1e1e1;
	color : #333;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.4em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #6E602F;
}
a:hover, a:focus, a:active {
	color:#334488;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}

/* Prelude
-------------------------------------------------------- */
#prelude {
	position : relative;
	top : -250px;
	margin : 0;
	padding : 0 5px 0 0;
	font-size : 0.85em;
	text-align : right;
}

/* Fortune
-------------------------------------------------------- */
#fortune {
	width:500px;
	text-align:right;
	font-variant:small-caps;
	font-weight:bold;
	margin-right:3px;
	margin-top:6px;
	margin-bottom:5px;
	float:right;
	color:#CCC;
}

* html #fortune{
	margin-bottom : -15px;
}
/* Titre
-------------------------------------------------------- */
#top {
	margin : 0 auto;
	background: #545454 url(images/sexy.png) repeat-x 0 6px;	
	color : #39455B;
	height: 250px;
	padding: 5px 0 0 0;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#top a {
	position : relative;
	top : 0.5em;
	left : 5px;
	color : #39455B;
	text-decoration : none;
}

/* Page
-------------------------------------------------------- */
#page {
	margin : 0 auto;
	padding : 0 9px;
	background: #FFF url(images/bg.png) repeat-y left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 710px;
	background-repeat: repeat-y;
}

/* Main
-------------------------------------------------------- */
#main {
	float : right;
	width : 500px;
	margin-left : 20px;

}

#main h2 {
	margin-top : 1em;
	color : #334488;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#main p.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	margin-right: 3px;
	text-align : right;
	border-top : 1px solid #ccc;
	color : #888;
	background : transparent;
}

#main p {
	line-height : 130%;
}


#main a {
	text-decoration: none;
}

.chapo {
	margin-bottom : 2em;
}

.post-info, .post-info-co {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 0.90em;
	clear : both;
	color : #666;
}

.post-info {
	margin-bottom : 0;
	float:left;
	text-align:right;
	margin-right:3px;
}
.post-info-co {
	margin-top : 0;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}

.gravatar {
	float:left; 
	margin-top:11px;
}

.auteur {
	float:right; 
	margin-right: 3px; 
	text-align:right
}

.billet p{
	width: 480px;
	text-align: justify;
}

.billet img{
	max-width:400px;
}

.billet img:hover{
	max-width:500px;
	width:auto;
}

hr.invisible {
	border : none;
	color : #fff;
	background : transparent;
}

/* Content
-------------------------------------------------------- */
#content {
	clear:both;
}

#content h2 {
	background : transparent url(images/ico_entry.png) no-repeat 0 40%;
	padding-left : 12px;
}
#content h2 a {
	color : #394558;
	text-decoration : none;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments {
	margin : 0 2em;
}

#comments blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

#comments blockquote:hover {
	color:#333;
}

#comments img{
	max-width:300px;
}

#comments img:hover{
	max-width:400px;
	width:auto;
}

#lastcomments {
}

#lastcomments blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 3px;
	border-left-style: groove;
	border-left-width: 1px;
	border-left-color: #999;
}

#lastcomments blockquote:hover {
	color:#333;
}

#lastcomments img{
	max-width:300px;
}

#lastcomments img:hover{
	max-width:400px;
	width:auto;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Menu
-------------------------------------------------------- */
#menu {
	margin-left:2px;
	width:175px;
	float: right;
}

#menu h2 {
	font-weight : normal;
	color: #334488;
	text-transform: uppercase;
	border-top: 1px solid #A3A3A3;
	padding-top:0.2em;
}

#menu ul {
	padding-left : 1.5em;
	margin-left : 0;
}

#menu li {
	list-style : square;
	margin-top : 0.15em;
	color : #e2d6ad;
	background : transparent;
}

#menu li:hover {
	color : #39455B;
	background : transparent;
}

#menu a {
	text-decoration : none;
}

#menu a:hover {
	text-decoration: none;
	background-color:#EEEEEE;
}

/* Footer
-------------------------------------------------------- */
#footer {
	clear: right;
	margin: 2em 0 0;
	padding: 3px 10px 5px;
	color: #fff;
	border-bottom: 6px solid #545454;
	font-size: 0.8em;
	text-align: right;
	line-height: 50%;
}
#footer a {
	color : #fff;
}

#footer p {
	text-align : center;
}

/* Conteneur de colonne
-------------------------------------------------------- */
.col-content {
	padding : 1em;
}

/* Calendrier
-------------------------------------------------------- */
.cal {
}

.cal table {
	border-collapse : collapse;
	font-size : 0.85em;
}

.cal caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

.cal abbr {
	border : none;
}

.cal th, .cal td {
	border : none;
	padding : 1px;
}
.cal td {
	text-align : center;
}

.cal td.active {
	border : 1px solid #0373A1;
}
.cal td.active a {
	font-weight : bold;
}

.cal a {
	font-weight : bold;
}

/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #F3EEDC;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #334488;
	color : #fff;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

/* Classes diverses
-------------------------------------------------------- */
.petit {
	font-size : 0.85em;
}

.droite {
	text-align : right;
}

.strong {
	font-weight : bold;
}

/* Pagination
---------------------------------------------------------*/
.pagenav {
	font-size: 0.9em;
	float: right;
	margin-right: 5px;
	
	font-family:"Times New Roman", Times, serif;
}

p.pagenav a {
	background : #F3EEDC;
	color: black;
	padding:2px 2px 2px 2px;
	border: 1px solid #888;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	color:#334488;
	border-color: #334488;
}

p.pagenav strong {
	color: black;
	padding:2px 2px 2px 2px;
	border: 1px solid #888;
}
/* PhpMyVisites
---------------------------------------------------------*/
#phpmv { 
visibility:hidden;
}

