/*
	Theme Name: Collage For WordPress
	Theme URI: http://www.grabatheme.com
	Description: A fun, whimsical theme. Imported and translated by <a href="http://grabatheme.com">Grab A Theme</a>. This theme has NO sponsored links.
	Author: Remi Toffoli

*/
@import url(layout.css);
/*------------------------------------------------------ */
/*                    Les elements HTML en general       */
/*------------------------------------------------------ */
body {
	background: #EDEDE9 url('images/background.gif');
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
        padding:0
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{font-size: 1.3em;}
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;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	padding: 0 2px;
}

input:focus,textarea:focus{
	border: 1px solid #15759B;
}

textarea{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

images{
	border: none;
}

a, a:visited{
	color: #006E9A;
}

a:hover{
	color: #004C6B;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/*------------------------------------------------------ */
/*                                         La page       */
/*------------------------------------------------------ */
#page{
	background: url(images/page-back.gif) repeat-y center top;
	color: inherit;
	/*border-bottom: 10px solid #DFDFDF;*/
}

/*------------------------------------------------------ */
/*                                        L'entete       */
/*------------------------------------------------------ */
#top{
        margin:0;
	height: 204px;
	background: #FFF url(images/page-top.gif) no-repeat left top;
}

#top h1{
	margin: 0; 
        padding: 8px 5px 0 0;
	width: 194px;
	text-align: left;
	color: #177C9C;
	float: right;
}

#top h1 a{
	text-decoration: none;
	color: #177C9C;
}

/*------------------------------------------------------ */
/*                                      Le prelude       */
/*------------------------------------------------------ */
#top ul{
	background: transparent;
	color: #DFDFDF;
margin:0;
padding:180px 10px 0px 10px;
}

#top ul li {display:inline}

#pages a{
color: #DFDFDF;
text-decoration:none;
font-weight:bold
}

#pages a:hover{
	color: #666;
	background: transparent;
}

/*------------------------------------------------------ */
/*                                      Le contenu       */
/*------------------------------------------------------ */

.day-date {
	width:35px;
	height:39px;
	padding:2px 0;
	position:absolute;
	margin: 5px 0 0 0;
	background: transparent url(images/date.gif) no-repeat;
	text-align:center;
}
.day {
	display:block;
	color: #fff; 
	padding:0; 
	margin:0;	
	font-size: 1.6em;
}
.month {
	font-size:1em; 
	display:block;
	color: #fff; 
	margin-top:-5px; 
	padding:0;	
}

.post-title{
	color: #15759B;
	background: transparent;
	padding: 0 0 0 40px; margin: 0;
}

.post-title a, .post-title a:visited{
	color: #15759B;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding: 2px 0 10px 40px; margin: 0;
	color: #15759B;
	font-size: 0.8em;
	line-height: 1.3em;
	background: transparent;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #15759B;
	background: transparent;
	text-decoration: underline;
}

.post-content, .post-info-co{
	font-size: 11px;
	text-align: justify;
	margin: 0 0 0 10px;
}

.post-content a {
	padding: 0 18px 0 0;
	background: transparent url(images/link.gif) no-repeat right top;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

.mini-footer{
	clear: both;
}

/*------------------------------------------------------ */
/*                                Les commentaires       */
/*------------------------------------------------------ */
#comments h3{
	color: #15759B;
}

#comments p{
	margin: 0 0 0 10px;
}

.comment-info{
	font-size: 0.9em;
}
.comment-info a{
	font-weight: bold;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #DADADA;
	background: #EAEAEA;
	margin: 1em 0 1em 30px;
	padding: 1ex 1em;
}
#comments form{
	font-size: 0.8em;
}

/*------------------------------------------------------ */
/*                          La barre de navigation       */
/*------------------------------------------------------ */

#sidebar div{
	/*border-bottom: 2px solid #DFDFDF;*/
	color: inherit;
	font-size: 11px;
}

#sidebar div:last-child{
	border-bottom: none;
}

#sidebar ul{
	margin: 10px 20px 10px 10px ;
	padding: 0;
	list-style: none;
}

#sidebar li a{
	text-decoration: none;
	background: transparent url(images/1button.gif) no-repeat 0px 5px;
	padding: 0 0 0 2px;
	color: #15759B;
}

#sidebar ul li ul {margin:0;}


#sidebar li a:hover{
	background: transparent;
}

#sidebar h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0 ; padding: 0 5px;
	height: 20px;
	text-align: left;
	background: #1295C9;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
}

#sidebar h3{
	color: #15759B;
	font-size: 1em;
	margin: 0;
}

#sidebar #search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p #search form{
	margin: 0; padding: 0;
	text-align: center;
}

#search input#q {
	width: 120px;
}
#search p {
	margin: 0; padding: 0;
	text-align: center;
}

/*------------------------------------------------------ */
/*                                   Le calendrier       */
/*------------------------------------------------------ */
#sidebar#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto; padding: 0;
	background: #1295C9;
	height: 20px;
	color: #FFF;
}

#calendar table caption a{
	color: #FFF;
}
#calendar table th{
	color: #AEAEAE;
	background: transparent;
}

#calendar table td{
	width: 27px;
	line-height: 1.5em;
	/*border: 1px solid #EEE;*/
}

#calendar table td a{
	display: block;
	background: #DBE5E9 url(images/calendar-angle.gif) no-repeat right top;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#calendar table td a:hover{
	background: #1295C9 url(images/calendar-angle.gif) no-repeat right top;;
	color: #FFF;
}

/*------------------------------------------------------ */
/*                                 Le pied de page       */
/*------------------------------------------------------ */
#footer{
	clear: both;
	margin: 0;
	padding: 30px 225px 10px 15px;
	text-align: right;
	font-size: 11px;
	background: transparent url(images/page-footer.gif) no-repeat bottom center;
	color: #666;
	clear: both;
}

#footer a{
	color: #999;
}
