#wp-calendar {
float:left;
margin:0;
margin-left:auto;
margin-right:auto;
text-align:center;
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #111;
background-color : #1b1b1b;
padding : 10px;
margin-bottom : 20px;
width:191px;
}
#wp-calendar caption {
background-image : url('images/categorie.png');
background-repeat : no-repeat;
background-position : center 0%;
height : 24px;
width : 199px;
line-height : 24px;
font-size : 14px;
text-align : center;
font-weight : bold;
padding : 0;
}
#wp-calendar thead {
margin-top:40px;
margin-left:4px;
margin-right:4px;
}
#wp-calendar a {
color : #00aeef;
font-weight:normal;
}
#wp-calendar tfoot #prev {
text-align:left;
}
#wp-calendar tfoot #next {
text-align:right;
}
#wp-calendar tfoot a {
color : white;
font-weight:bold;
}
#wp-calendar tfoot a:hover {
color : #00aeef;
font-weight:bold;
}
#wp-calendar tbody {
margin: 0 4px 0 4px;
}
