/* @override http://www.blog-marcotullio.com/wp-content/themes/cutline-3/custom.css */

/*
	custom.css  custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/





body.custom { background: url(images/fond.png) center top; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; width: 100%;}

#container{ width: 980px; margin: auto;
	background: #fff url(images/fond.jpg) repeat-y 0;

}
#header_img { width: 980px; margin: 0 auto;}
#content_box { width: 980px;  margin: 0 auto; clear: both; padding: 0 4px 0 0 ; background-color: #fff;}


#archives h2 {
	background: url(images/fond_bouton.jpg) no-repeat center 1px;
	color: white;
}
#recent-posts h2 {
	color: #000; text-align: left; padding-left: 20px;
}

#recent-posts-2 {
	width: 204px;
	height: 396px;
	background: url(images/fond_notes.jpg) no-repeat;
}

#recent-posts-2 h2 {
	color: #000;}
	
.widget_recent_entries {
	padding: 20px 5px 0 60px;
	text-align: left;}

#recent-posts a {
	color: #666; text-align: left;
}

#categories-326363271 h2 {
	background-color: #86ceef;
	color: white;
}

#linkcat-2 h2 {
	color: white;
	background: url(images/fond_bouton.jpg) no-repeat center 1px;
}
#calendar h2 {
	color: white;
}
#tag_cloud h2 {
	background-color: #e2cea3;
	color: white;
}
#wp-calendar td {
	text-align: center;
	padding: 2px 5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}
#wp-calendar th {
	text-align: center;
	padding: 2px;
	font:  11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}
#wp-calendar caption {
	text-align: left;
	padding: 2px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight:bolder;
	padding-bottom:10px;
}
#calendar_wrap table {
	
text-align: center;
border-collapse: collapse;

}
#calendar_wrap thead tr th{
	border-top: 2px solid #b20026;
	border-bottom: 2px solid #b20026;
}


#calendar_wrap a {
color: #fff;
}

	h2.widgettitle {
	color: #000;
	}
li .page_item a {
	font-size: 12px; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; color: #FFF; text-align: left;  font-weight: bold; font-family: Helvetica, Arial, sans-serif;}

