@import "layout.css";

body{
	background: #eee url(img/page.png) repeat-y center top;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}
.droite {border:1px solid #ccc;border-left:3px solid #000;background:#eee;color:#000;font-weight:bold;margin:0px;margin-bottom:5px;padding:0px;line-height:100%}
.cadreb {background:#ECF7FF;padding:2px;border:1px solid #3D9DE0}
input {background:url(input.jpg)}
textarea {background:url(input.jpg)}
h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #262B31;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #0C5178;
}
a:hover{
	color: #A84030;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}
.menuet {font-size:14px;margin-left:12px;margin-right:12px;margin-bottom:7px;background-color: #3d9de0;color: #ffffff}
.menuet a{text-decoration: none;color: #ffffff;padding:2px}
.menuet a:hover{text-decoration: none;color: #3d9de0;background:#ffffff;padding:2px}
.post img{border:1px solid #000000}
/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #888;
	border-left:4px solid #888;
	padding-left:4px;
	font-size:9px
}

.post-title{
	color: #000000;
	background: transparent;
	margin-bottom: 0;
	font-size:25px
}

.post-title a{
	color: #000000;
	background: transparent;
	text-decoration: none;
	font-size:25px
}

.post-info{
	margin-top: 0;
	color: #385BA5;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #385BA5;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;font-size:11px
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar div li{
	margin-bottom: 3px;
	border-left: 3px solid #cccccc;
	padding-left: 4px;
	list-style: none;
}
#sidebar div li:hover{
	margin-bottom: 3px;
	border-left: 3px solid #EEEEEE;
	background:#EEEEEE;
	padding-left: 4px;
	list-style: none;
}
#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 4px;
	
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	width:780px;
	margin: auto
}

#footer a{
	color: #999;
}
ul {list-style-type: square}
#twtags-cloud ul {
   list-style-type: none;margin:0px
}

#twtags-cloud ul li {
   display: inline;
}
#sidebar p.poll_reponse {
	margin-bottom: 0;
}
#sidebar div.poll_bar_ext {
	margin: 0;
	padding: 0;
	background: none;
	
	width: 100px;
	height: 10px;
	text-align: left;
	border: 1px solid #336699;
}
#sidebar div.poll_bar_int {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	
	height: 10px;
	background-color: #336699;
}
* { outline: none}