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

*{
font-size:12px;
}

body {
font-family: Verdana, Arial, Helvetica, Sans-serif;
text-align: left;
background: #d5d6d7 url('images/bg-fond.png');
margin: 0;
color:white;
}

h2{
padding:0;
margin:0;
}
.clear{
	clear:both;
}

.sidelink{
color: #ea640a;
}

#fond {
width:1050px;
background: url('images/fond-gen.png') repeat-y;
margin: 0 auto;
}

#page {
width:983px;
margin: 0 auto;
}

/* gestion de l'entête */

#header {
clear:both;
position:relative;
width:983px;
height:113px;
background: url('images/header.png') no-repeat;
}
#zoneHome {    /* la zone de lien */
float: left;
width : 370px;
height: 75px;
margin-left: 20px;
margin-top: 20px;
} 
#header-bottom{
height:15px;
padding:15px;
}
#search{
float:right;
position:relative;
margin-top:5px;
background: url('images/input-text-search.png') no-repeat;
width:276px;
height:28px;
}
#search .searching{
margin:2px 5px;
width:240px;
font-size:15px;
border:0px;
}
#search .submit{
position:absolute;
top:2px;
right:2px;
background: url('images/input-bt-search.png') no-repeat;
width:26px;
height:25px;
color:white;
font-weight:bold;
border:0;
}

.header-picto{
float:right;
margin-top:77px;
margin-right:10px;
}

.menu {overflow:hidden;padding:0;margin:0;height:60px;}
.menu ul { width:100%;padding:15px 0 0 15px;margin:0;}
.menu li { font-size:13px; line-height:normal; float:left; overflow:hidden; padding-right:50px;text-align:left;}
.menu li a{color:#FFFFFF; font-weight:normal; text-decoration:none; text-transform:none; display:block; padding:0;}
.menu li a:hover{text-decoration:underline;}
.menu i { display:block;color:#999;font-size:10px;font-style:normal; }

.menu-lang{
float:right;
padding:22px 15px 0 0;
}
.menu-right{
float:left;
height:60px;
}

#flag_fr{
width:27px;
height:18px;
border:0;
}

#flag_en{
width:28px;
height:18px;
border:0;
}

#categorie, #categorie ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#AAA;
	z-index:100;
}

#categorie a {
	display: inline;
	color:white;
}

#categorie a.categorie-bt{
	display: block;
	width: 180px;
	height: 12px;
	background: #1f1f1f url('images/header-categorie-arrow.png') 192px 9px no-repeat;
	padding:7px 15px;
	font-size:11px;
	color:#CCC;
}

#categorie li { /* tous les items de liste */
	float: left;
	width: 185px; /* largeur obligatoire, sinon opera devient fou */
	padding:5px;
}

#categorie-li{
	width:200px;
}

#categorie li ul { /* listes de deuxième niveau */
	position: absolute;
	background: #1f1f1f;
	width: 600px;
	padding:5px;
	margin:-1px;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}

#categorie li:hover ul, #categorie li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
	
#calendar, #calendar ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#AAA;
}
#calendar a {
	display: inline;
	width: 10em;
	color:white;
}

#calendar a.calendar-bt{
	display: block;
	width: 180px;
	height: 12px;
	background: #1f1f1f url('images/header-categorie-arrow.png') 192px 9px no-repeat;
	padding:7px 15px;
	font-size:11px;
	color:#CCC;	
}

#calendar li { /* tous les items de liste */
	float: left;
	width: 135px; /* largeur obligatoire, sinon opera devient fou */
	padding:5px;
}

#calendar li ul { /* listes de deuxième niveau */
	position: absolute;
	background: #1f1f1f;
	width: 200px;
	padding:5px;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}

#calendar li:hover ul, #calendar li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}


/* gestion du contenu */

#content {
margin-bottom: 20px;
margin-left:10px;
}

#content h2 {
font-size: 1.4em;

}

.post {
	margin:20px 0;
	width:660px;
}

.post-header {
background: url('images/post-header.png') no-repeat;
width:650px;
height:15px;
margin:0;
padding:0;
}

.post-body{
background: url('images/post-body.png') repeat-y;
width:610px;
margin:0;
padding:20px;
}

.post_content {
clear:both;
font-size: 1em;
color: #EEE;
padding:0 20px;
width:570px;
margin-top:25px;
font-weight:normal;
font-size:12px;
}

.pageHead{
float:left;
width:20px;
height:50px;
}

.calendar {
background: url('images/calendar.png') no-repeat;
float:left;
width:50px;
height:50px;
margin:0 20px;
text-align:center;
color:black;
font-size:10px;
font-weight:bold;
padding-top:5px;
line-height:13px;
}
.calendar span{
display:block;
font-size:9px;
color:white;
}
.calendar b{
margin-top:5px;	
display:block;	
font-size:16px;
font-weight:bold;
}

.post-footer {
	
background: url('images/post-footer.png') no-repeat;
width:650px;
height:15px;
}

.postmetadata {
color: #999;
padding:0 20px;
width:550px;
}


/* gestion de la sidebar */

.sidebar-top {
background: url('images/sidebar-top.png') no-repeat;
width:298px;
height:15px;
}

.sidebar-bottom {
background: url('images/sidebar-bottom.png') no-repeat;
width:298px;
height:15px;
}

.sidebar-content {
width:298px;
text-align: center;
background: url('images/sidebar-content.png') repeat-y;
}

.sidebar-content-degrade {
width:284px;
margin:0 auto;
background: url('images/sidebar-degrade.png') no-repeat;
}

.sidebar-black-top {
background: url('images/sidebar-top-black.png') no-repeat;
width:298px;
height:15px;
}

.sidebar-black-bottom {
background: url('images/sidebar-bottom-black.png') no-repeat;
width:298px;
height:15px;
}

.sidebar-black-content {
width:298px;
text-align: center;
background: url('images/sidebar-content-black.png') repeat-y;
}

.sidebar a {
color: #ea640a;
}

#sidebar-col{
width:298px;
margin: 0;
padding:0;
float:left;
}

.sidebar {
float:left;
margin: 10px 0 5px 5px;
}

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

.sidebar li{
list-style-type: none;
}

.widget{
margin-bottom: 10px;
margin-topm: 10px;
border-bottom:1px dotted #924003;
margin-left: auto;
margin-right: auto;
}
.widget li{
list-style-type: none;
margin: 0;
padding: 5px 10px;
}

.sidebar h2 {
padding-bottom:10px;
padding-left:12px;
font-size: 1.2em;
color: #FFF;
}

.sidebar a {
color: #DFDFDF;
}

.sidebar a:hover {
color: #FFF;
text-decoration:none;
}

#wp-cumulus h2{
display:none;
}

/* gestion du footer */

#footer {
clear: both;	
color: #666;
background-color:#000;
width:100%;
border-top: 1px solid #515151;
}

#footer-content{
width:983px;
margin:0 auto;
}

#footer-content .widget {
float:left;
width:225px;
margin: 10px;
}
#footer-content .widget ul {
margin:0;
padding:0;
}
#footer-content .widget li {
list-style-type: none;
margin: 0;
padding: 5px 0;
border-bottom: 1px dotted #3a1802;
}

#footer-content a {
color: #db7e03;
}

#footer-content p{
font-size: 1em;
padding: 0;
}

#footer-bottom{
margin-top:40px;
}
#footer-bottom .menu{
padding:0;
margin:0;
width:250px;
height:20px;
float:left;
}
#footer-bottom ul{
padding:0;
margin:0;
}
#footer-bottom li{
padding:0;
margin:0;
}

/* gestion des commentaires */

.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: "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 {
color: #555;
text-decoration: none;
}

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

#content h2 a{
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #FFF;
padding:0 0 20px 0;
}

#content h2 a:hover{
color: #FFF;
}

.post_content img {
max-width:570px;
}

.post_content a {
color: #ea640a;

}

.post_content a:hover {
color: #fff;
background: #ea640a;
}

.sidebar a:hover {
text-decoration: none;
border-bottom: 1px dotted;
}

.wpsb_form_label{
padding:0;
margin:0;
margin-bottom:20px;
}