/* CSS Document */
*{
	margin:0;
	padding: 0;
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
}

body{
	background: url(/themes/artmacadam/img/fond.jpg) repeat-x #B10000;
}
#box{
	width: 740px;
	margin: auto;
	background: url(/themes/artmacadam/img/line.jpg) repeat-y;
}
#box3{
	background: url(/themes/artmacadam/img/bottom.jpg) no-repeat bottom left;
	padding: 0px 0 50px 0px;
}
#entete{
	background: url(/themes/artmacadam/img/top.jpg) no-repeat top left;
}
#corps{
	padding: 0 30px 10px 30px;
}
#contenu{
	width: 490px;
	overflow: hidden;
	text-align: left;
}
a {color: #C00;}
a:hover{text-decoration: underline overline;}
p{padding: 0 0 10px 0;}
* h2, * h2 a{
	font-size: 20px;
	color: #C00;
}
h3{
	margin: 10px 0 10px 0; font-size: 17px; color: #CC3333;
}
fieldset{
	border: None;
}
blockquote{border: 1px dashed #C33; padding: 10px; margin: 0 0 5px 0;}
div.post{ 
	padding: 0 0 15px 0;
	border-bottom: 5px dotted #CCC; 
	font-size: 13px;
}
.post-info{ 
	padding: 0 0 15px 25px;
}
p.post-info-co{
	text-align: right;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{float: right; width: 170px; text-align: right;}
/*
#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;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

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

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

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

#sidebar div#calendar table caption{
	margin: 0 auto;
}

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

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

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}
*/