@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	/*line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;*/
}

h1, h3, h4, h5, h6{
	font-family: "Verdana", sans-serif;
}
h2{ 
font-family: "Verdana", sans-serif;
font-style:bold;
}

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 #999;
}

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

a{
	color: #EE1617;
}

a:hover{
	color: #EE1617;
}

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

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

/* La page
-------------------------------------------------------- */
/*#page{

	background: #F4F8EA;
}*/
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 100px;
	padding-top: 20px;
}

#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: #000;
	color: #DFDFDF;
	text-align: center;
}*/

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

#prelude a:hover{
	color: #EE1617;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */


.post-title{
	color: #EE1617;
	height: 20px;
	font-weight: bold;
	margin: 0;
	padding-bottom:1em;
}

.post-title a{

	color: #DA4D31;
	background: transparent;
	text-decoration: none;
}

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

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

.post-content{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

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

.post-info-co{
	text-align: right;
	border-top: 1px solid #E3EDCB;
	padding-top:1px
}

.post-info-co a:link{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}

.post-info-co a:hover{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}  

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

#comments blockquote.comback_content {
	background: #7FE898;
}

/* La barre de navigation
-------------------------------------------------------- */
/*#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

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



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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#newsletter{
 	color: #0000FF;
	text-align: center;
	font-weight:bold;
}

#connected{
 	color: #00CC66;
	text-align: center;
	text-decoration:none;
}

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

#footer a{
	color: #999;
}*/
