/*html{
	font-family: arial;
	font-size: 0.9em;
	color: #113;

}

body{
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/fond.gif);
}


a:link{color: #333399; background: transparent; text-decoration: underline;}
a:visited{color: #663366; background: transparent;}
a:hover{color: #0066FF; background: #FFFFCC; text-decoration: underline;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

*/
/*ul{}*/


/*******************************************************************/
div#page{
	position: relative;
	text-align: left;
	padding: 0px;
	width: 100%;
	background: #99CCCC;
	background-image: url(images/fond-news.gif);
}

/*******************************************************************/
#prelude{
	font-family: impact;
	position: absolute;
	right: 0px;
	margin: 0;
	padding : 5px;
	font-size: 24px;
	text-align: right;
	z-index: auto;
	top: 0px;
}

#prelude a{
	
	text-decoration: none;
}

#prelude a:hover{

	text-decoration: underline;
}
/*******************************************************************/

#top{
	font-family: impact;
	background: url(../../../images/navig_12.gif) repeat-x;
	height: 35px;
	border-bottom: 2px #333 solid;

}

#top a{
	position: relative;
	left: 10px;
	font-size : 32px;
	text-decoration: none;
	background: transparent;
}

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

#sidebar{
	position: relative;
	/*float:left;
	top: 20px;
	left: 10px;
	width: 210px;*/
	/*border-right: 1px #666 dotted;
	padding-right: 10px;*/
}

#sidebar li{
	padding: 0px;
	line-height: 1.5em;
	list-style-type:none;
}

#sidebar a{
	text-decoration: none;
}

#calendar{
	text-align: center;
}

#calendar a{
	text-decoration: underline;
}

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

div#content{
	width: auto;
	padding: 1em;
	font-family: arial;
	font-size : 15px;
	background-position: center;
	background-color: #FFFFFF;
	border: thin solid #333333;
}

.post{
}

div.postbillets{
	border-bottom : 1px dotted #333;
	margin-bottom:5px;
	padding-bottom:5px;
}

#commentaires{
	margin-bottom: 2em;
	border-bottom: 1px #333 dotted;
}

/*******************************************************************/
#footer{
	clear: both;
	text-align: center;
	margin: 0;
	position: relative;
	top: 55px;
}

#footer a{
	text-decoration: underline;
}



/*******************************************************************/
.field label{
	display: block;
}

fieldset{
	border: none;
}

textarea{
	width: 100%;
}

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


