/*
	le flot de "position : relative;" sert uniquement à corriger un bug
	générer par le js permettant la transparence des png sur cette pourriture de ie  
	sans ce flot, on perd toute l'interactivité sur ie
*/


	*::-moz-selection {
		background-color:#00A6EB;
		color:white;
	}
/*
	///////////////
	// BALISES HTML
	///////////////
*/

	html, body{
		margin: 0;
		padding: 0;
		text-align: center;	
		
	}
	body{
		/*background-image: url(img/motifOiseau.gif);*/
		background-attachment: fixed;
		background-image: url(img/pattern.gif);
		background-repeat: repeat;
		background-color: #FFF;
		color: #AAA;
		font-size: 13px;
		line-height: 15px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	h1, h2, h3, h4, h5, h6{
		font-family: "Trebuchet MS", sans-serif;
	}
	
	h1{font-size: 16px;}
	h2{font-size: 15px;}
	h3{font-size: 15px;}
	h4{font-size: 14px;}
	h5{font-size: 13px;}
	h6{font-size: 13px;}
	
	img{
		border: 0;
	}
	
	a{
		color: #AAA;
		text-decoration: none;
	}
	a:hover{
		background: #E50083;
		text-decoration: none;
	}
	pre, code{
		font-size: 1.2em;
	}
	pre{
		width: 100%;
		overflow: auto;
		border: 1px solid #CCC;
	}
	fieldset{
		border: none;
		color: #E50083;
		padding: 0;
		margin:0;
	}
	label{
		cursor: pointer;
		cursor: hand;
	}
	.field label{
		display: block;
	}
	input,textarea{
		position :relative;
		margin:0 ;
		color: #FFF;
		background: #E50083;
		border: 1px solid #E50083;
	}
	.submit{
		border: none;
		background: #999;	
	}
	textarea{
		font-size: 12px;
		padding: 10px 10px 10px 10px;
		width: 500px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
        
/*
	///////////////
	///////////////

	///////////////
	// BLOCS PRINCIPAUX
	///////////////
*/    
	#page{
		width: 780px;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		margin-top : 0px;
		background: transparent url(img/page.png) repeat-y center top;
		color: inherit;
	}
	#main{
		float: left;
		width : 500px;
		margin-top : 0px;
	}
	#content{
		margin-left: 25px;
		padding: 1em 0 0 0;
		
	}
	
/*
	///////////////
	///////////////

	///////////////
	// HAUT DE PAGE :: EN TÊTE
	///////////////
*/
	#top{
		width: 780px;
		margin-top: 20px;
		margin-left: auto; 
		margin-right: auto;
		margin-bottom: 0px;
		height: 240px;
		background: transparent url(img/top.png) no-repeat center top;
	}
/*
	///////////////
	///////////////

	///////////////
	// SIDEBAR
	///////////////
*/

	#sidebar{
		float: right;
		position : relative;
		width: 230px;
		margin-top: 0;
		padding-bottom: 4em;
	}
	#sidebar div{
		margin: 0;
		padding: 1ex 1em;
	}
	#sidebar div ul{
		margin: 0;	padding: 0;
		list-style: none;
		/*border-bottom: 1px #EEE dotted;*/
	}
	#sidebar h2, #sidebar h3{
		color: #FFF;
		font-size:15px;
		margin: 0 0 8px 0;
		padding-top: 2px;
		padding-left: 5px; 
		background: transparent url(img/sidebar_h2.gif) no-repeat;
		height:20px;
		
	}
	#sidebar h3{
		font-size: 12px;
		margin: 0;
	}
	#sidebar a:hover{
		color: #333;
		background: #FFFFFF;
	}
	
/*
	// CONTENU SIDEBAR
*/

	#sidebar div#calendar{
		/*background : #FFF;
		border-top: 1px solid #F0F0F0;*/
		margin-bottom: 5px;
	}

	#sidebar div#calendar table{
		font-size: 0.8em;
		text-align: center;
		margin: 0 auto;
		border-collapse: collapse;	
	}

	#sidebar div#calendar table caption{
		margin: -13px auto;
	}

	#sidebar div#calendar table th{
		color: #FFF;
		background: transparent;
	}

	#sidebar div#calendar table td{
		width: 14%;
		line-height: 2em;
		background: #FFF;
		color: #DDD;
		border: 1px solid #EEE;
	}

	#sidebar div#calendar table td a{
		display: block;
		background: #DDD;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar div#calendar table td a:hover{
		background: #E50083;
		color: #E50083;
	}
/*
	///////////////
	///////////////

	///////////////
	// PIED DE PAGE
	///////////////
*/

	#end{
		height: 0px;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #FFF;
		clear:both;
	}
	#footer{
		width: 780px;
		height : 50px;
		margin-left: auto; 
		margin-right: auto;
		margin-top: 0px;
		padding: 0px;
		padding-top:5px;
		font-size:12px;
		background: transparent url(img/footer.png) no-repeat center top;
		color: #AAA;
		clear: both;
	}
	#footer a:hover{
		color: #E50083;
		text-decoration: none;
	}
	#footer a:visited{
		color: #888;
		text-decoration: none;
	}
	
/*
	///////////////
	///////////////

	///////////////
	// BILLETS
	///////////////
*/

	.post {
		position: relative; top : -30px;
		/*line-height: 1.5em;*/
		margin: 0 0 1.2em 0;
	}
	.post a {color: #E50083}
	.post .puce {
		position: relative; top: 29px;
		background: transparent url(img/pucePostTitle.png) no-repeat;
		width: 30px; 
		height: 30px;
		color: #adbcc4;
		font-family: Helvetica, Arial, Geneva, sans-serif;
		margin: 0; padding: 0;
	}
	.post .post-info {
		font-size: 10px;
		text-transform: uppercase;
		color: #CCC;
		font-family: "HelveticaNeue-Light", Helvetica Neue Light, Helvetica, Arial, Geneva, sans-serif;
		margin: 0 0 0 0; padding: 0 0 0 35px;
	}
	.post .post-content {
		width : 500px;
		text-align : justify;
		color: #888;
	}
	.post .post-info a {
		color: #a5a5be;
	   }
	
	.post .post-title  {
		color: #E50083;
		font-size: 16px;
		margin: 0 0 0px 35px;
	}  
	.post-title a, .post-title a:hover, .post-title a:visited{
		color: #E50083;
		background: transparent;
		text-decoration: none;
	}
	.post .post-info-co {
		text-align: right;
	}
	.post .post-info-co a {
		text-decoration: none;
		color: #888;
	}
	.post .post-info-co a:hover {
		text-decoration: none;
		color: #E50083;
	}
	

/*
	///////////////
	///////////////

	///////////////
	// ZONE DE COMMENTAIRES
	///////////////
*/
	#trackbacks h3, #comments h3{
		position :relative;
		color: #E50083;
		margin: 0 0 8px 0;
		padding: 2px 10px 10px 9px;
		background: transparent url(img/puceCom.gif) no-repeat;
		height:15px;
	}
	
	#comments p{
		position :relative;
		margin: 0 0 8px 0;
	}
	
	#comments a{
		position :relative;
		color: #E50083;
	}

	#trackbacks blockquote, #comments blockquote{
		/* attribut : top right bottom left;*/
		width : 500px;
		position :relative;
		background-color : #EEE;
		margin: 10px 0 10px 0;
		padding: 10px 10px 10px 10px;
	}
	
/*
	///////////////
	///////////////
*/	
