/*
Theme Name: Creation Theme
Theme URI: http://www.fran6art.com/
Description: The first theme created by Francis Chouquet.
Version: 0.1
Author: Francis Chouquet
 
Creation Theme by Francis Chouquet || http://www.fran6art.com
 
*/

/*-----------------Général--------------------*/

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #ffffff;
color: #006699;
margin: 0;
}

/*Liens*/
a {
color: #555;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:hover {
color: #777;
text-decoration: underline;
}

/*-----------------Commentaires--------------------*/


.postmetadata {
font-size: 0.8em;
color: #999;
}


.post_content {
font-size: 1em;
color: #555;
}

.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 
.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}
 
.commentmetadata{
	font-size: 0.9em;
}
 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}


/*-----------------Content--------------------*/

#content {
float: left;
width: 700px;
margin-bottom: 20px;
}

#content h2 {
font-size: 1.3em;
} 

/*-----------------Footer--------------------*/

#footer {
font-size: 1em;
background:#cccccc;
clear: both;
width: 100%;
}

#footer p{
text-align: right;
font-size: 1em;
}

/*-----------------Header--------------------*/

#header {
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
float: left;
background:#cccccc;
width: 100%;
}

#header h1 {
font-size: 2em;
text-align: right;
}
 
#header p {
font-size: 1em;
text-align: right;
}
/*-----------------Page--------------------*/

#page {
margin: 0 auto 0 auto;
width: 80%;
background: grey;
}

 
/*-----------------Sidebar--------------------*/

.sidebar {
float: right;
width: 250px;
background:#cccccc;

}

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

.sidebar {
float: right;
width: 225px;
margin: 20px 0 20px 25px;
}

.sidebar h2 {
font-size: 1.2em;
}

.sidebar ul li{}

.sidebar ul ul li{}
