/*
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
 
*/

/* choisissez le type de blog ici */
@import url('layouts-blog/1col-droite.css');

/*corps de la page web / ensemble de tout le theme ( alignement texte, couleur, fond des articles ) */

body {
font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #FFFFFF;
background-image: ;
color: ;
margin: 20;
}

	/*largeur du blog*/
#page {
margin: 0 auto 0 auto;
}

/* gestion de l'ent�te ( typo diff�rente, couleur fond... */

#header {
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
float: left;
background-image: url(testcoeur.gif);
padding: 0 0px 110px 0px;
color: #918F83;
}

#header h1 { /* pauline Brune */
padding: 30 40px 50 70
font-size: 28px;
text-align: center;
color: ;
}

#header h1 a{
color: ;
margin: 0px 20px 0px 0px;
background-image:url(fond%20copie.png);
text-align:center;
}

#header p {  /*designer graph */
padding: 0 20px 0 0;
font-size: 12px;
text-align: center;
color:
}


/* gestion du contenu */

#content {
float: left;
width: 500px;
margin-bottom: 50px;
}

#content h2 { /* titre article */
font-size: 13px;
margin-top: 50px;
}

.post_content { /*contenu des articles*/
font-size: 10px;
color: #666666;
background-color: ;
}

.postmetadata { /* barre partie date, cat�gorie, commentaire...*/
font-size: 10px;
color: #999999;
}

/* gestion de la sidebar */

.sidebar {
margin: 20px 0 20px 25px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
font-size: 11px;

}

.sidebar h2 { /* titre slidebar */
font-size: 12px;
background-image: url();
color: #FFFFFF;
background-color: #C1C0BC;
}


/* gestion du footer */

#footer {
font-size: 0.8em;
color: #999999;
background-color:#ccc;
padding: 5px 10px 0 0;
clear: both;
}

#footer a { /*lien */
color: #666666;
background-color:#ccc;
}

#footer p{
text-align: center;
font-size: 10px;
padding: 0 10px 20px 0;
<?php wp_footer(); ?>
}


/* gestion des commentaires */

.comments-template{
margin: 10px 0 0 0;
color:#999999;
}

.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}

.comments-template ol p{
font-family: "Arial", Helvetica, 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: Arial, Helvetica, Sans-serif;
font-size: 0.9em;
}

.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;

}


/* gestion des liens */

a { /*tout les liens */
color: #666666;
text-decoration: inherit;
background-color: }

a:hover { /* slidebar + lien commentaire, cat�gorie*/
color: #006699;
text-decoration: inherit;
background-color: ;
}


#content h2 a{ /*titre des articles */
font-size: 15px;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #8B8E79;
background-color: ;
}

#content h2 a:hover{ /*surlignage des liens */
color: #CC99CC;
background-color: ;
}

.post_content a { /* c pour les images */
color: #FFFFFF;
background-color: white;
}

.post_content a:hover {
color: #FFFFFF;
background: ;
}

.sidebar a:hover {
text-decoration: none;
border-bottom: 1px dotted;
}
<?php wp_footer(); ?>
