@import "layout.css";

body{
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.75em;
	color: #333;
	background: #a4d3e7 url(images/fond.jpg) repeat-x;
}

a:link{color: #367493;}
a:visited{color: #367493;}
a:hover{color: #3c879e;	}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color: #3c879e;}
a img{border: none;}




div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}





h1{font-size: 1.8em;}
h2{font-size: 1.3em}
h3{font-size: 1.2em}
h4{font-size: 1.1em}
h5{font-size: 1em}
h6{font-size: 1em; font-weight: normal; font-style: italic;}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	color: #367493;
}

input{
	border: 1px solid #367493;
	color: #367493;
	background: #FFF;
	-moz-border-radius: 4px;
}

input:hover{
	border: 1px solid #367493;
	color: #367493;
	background: #e3f1f8;
	-moz-border-radius: 4px;
}

fieldset{
	border: 1px solid #367493;
	background: #e3f1f8;
	-moz-border-radius: 4px;
}

textarea{
	width: 90%;
	border: 1px solid #367493;
	background: #FFF;
	color: #367493;
	-moz-border-radius: 4px;
	
}

textarea:hover{
	width: 90%;
	border: 1px solid #367493;
	background: #e3f1f8;
	color: #367493;
	-moz-border-radius: 4px;
	
}

ul{
	list-style-image: url(images/puce.png);
}

ol{
	list-style: decimal;
}

blockquote{
	background: #e3f1f8 url(images/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

pre{
	font-size: 1.2em;
	font-family: monospace;
	border: 1px solid #367493;
	padding: 1em;
	margin: 0 auto;
	background: #FFF;
	color: #367493;
	width: 90%;
	overflow: auto;
}

html>body pre {
	overflow: auto;
	width: auto;
}

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

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

/* Page
******************************************************************/
#page{
	position: relative;
	width: 60em;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #367493;
	background: #e3f1f8;
}

#prelude{
	display: none;
}

/* Top
******************************************************************/
#top{
	background: #367493 url(images/titre1.PNG) no-repeat;
	height: 150px;
	border-bottom: 3px solid #367493;
}

h1{
	margin: 0;
	padding: 1em;
	font-family: arial, sans-serif;
	letter-spacing: -1px;
}

#top h1 a{
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	background: #367493;
	border: 1px solid #367493;
	-moz-border-radius: 4px;
	
}

/* Contenu
******************************************************************/
.post{
	margin-bottom: 3em;
}

.day-date{
	display: none;
}

.post h2{
	margin-bottom: 0;
	padding-left: 12px;
	background: transparent url(images/post.png) no-repeat left;
}

.post h2 a{
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	font-size: 0.9em;
}

.post-info span{
	display: none;
}

.post p{
	text-align: justify;
}

.post-info-co{
	clear: both;
	background: #c3e2f0 url(images/postinfo.png) no-repeat top right;
	padding: 3px;
	border: 1px solid #9ecfe6;
	color: #367493;
	-moz-border-radius: 4px;
}

.post-info-co span{
	visibility: hidden;
}

.post-info-co a{
	text-decoration: none;
	padding-left: 14px;
	background: transparent url(images/bulle.png) no-repeat left;
}

.comment-info{
	margin-left: 1em;

}

.comment-info2{

	color: #0030E0;
}







/* MOOOOIIIIIIIIIIIIII */

.catLink-dump {
	background: #c3e2f0 url(images/postinfo.png) no-repeat top right;
}










/* Sidebar
******************************************************************/
#sidebar h2{
	font-size: 1.2em;
	color: #367493;
}
#sidebar h3{font-size: 1.1em;}

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

#sidebar li{
	margin: 0;
	padding: 0;
	display:inline; /* pour IE5 */
}

#sidebar a{
	display: block;
	padding: 0.5ex;
	text-decoration: none;
}

#sidebar a:hover{
	background: #367493;
	color: #FFF;
	-moz-border-radius: 4px;
}

#calendar{
	text-align: center;
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
}

#calendar caption a{
	display: inline;
}

#calendar td{
	text-align: center;
}

#calendar td a{
	font-weight: bold;
	background: #FFF;
	color: #367493;
	border: 1px dotted #367493;
	-moz-border-radius: 4px;
}

#calendar td a:hover{
	font-weight: bold;
	background: #367493;
	color: #FFF;
	-moz-border-radius: 4px;
}
/* Footer
******************************************************************/
#footer{
	clear: both;
	background: #e3f1f8;
	border-top: 1px solid #367493;
	color: #367493;
	margin: 0;
	padding: 1em;
	height: 10em; /* pour un bug bizarre d'IE6 */
}

#footer a{
	color: #367493;
	text-decoration: none;
}

/* TRUC DE PAGINATION
*/

.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #C6E3F7;
	color: #317195;
	padding:2px;
	border: 1px solid #317195;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#317195;
	color:white;
}

p.pagenav strong {
	color: #317195;
	padding:2px;
	border: 1px solid #317195;
}

/* contakt
*/

.contakt a:hover {
	background:#ffffff;
	color:white;
}
