/*
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
 
*/

body {
font-family: Georgia, Times new Roman, Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #ffffff;
color: #006699;
margin: 0;


   background-image: url("http://img24.imageshack.us/img24/4154/image6ja1.png");
   background-repeat: repeat-x; /* Le fond ne se répètera que sur la première colonne, horizontalement */


}

#header {
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
float: left;

width: 1120px;
padding: 0 10px 20px 10px;
}

#header h1 {
padding: 0 200px 0 0;
font-size: 2em;
text-align: left;
font-family: Georgia;
font-style: italic;
}
 
#header p {
padding: 0 20px 0 0;
font-size: 1em;
text-align: left;
}

#page {
margin: 10 auto 0 auto;
width: 1100px;
}

#content {
float: right;
width: 700px;
margin-bottom: 20px;
padding: 40px 0 0 0;
text-align: justify;

}

#content h2 {
font-size: 1.3em;
}

.post_content {
font-size: 1.3em;
color: black;
}

.postmetadata {
font-size: 0.8em;
color: #000;
}
 
.sidebar {
float: left;
width: 350px;
padding: 40px 0 0 25px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
color: black;
}

.sidebar h2 {
font-size: 1.2em;
font-variant: small-caps;
color: maroon;

}

.sidebar ul li{}

.sidebar ul ul li{}


#footer {
font-size: 1em;
background:#cccccc;
padding: 10px 10px 0 0;
clear: both;
width: auto;
}

#footer p{
text-align: center;
font-size: 1em;
padding: 0 10px 20px 0;
}

/* liens */

a {
color: #006699;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #777;
}

#content h2 a{  /*lien des titres d'article */
font-size: 1.2em;
font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
color: #006699;
}

#content h2 a:hover{  /* couleur des liens de titre d'articles quand on passe dessus */
color: #555;
}

#header h1 a:hover{
	text-decoration: none;
	}
	
