/*
CSS 
*/

#ca_left_column{
	float: left;
	width: 620px;
	padding-left: 10px;
	}
#ca_left_column h1{
	color: #004400;
	font-variant:small-caps;
	text-decoration: underline;
	}
	
.post_box {
	clear: left;
	margin-top: 0px;
}
.text_area {
	float: left;
	clear: left;
	background: #FFFFFF;
	padding: 0px;
	
}
.ca_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.text_area p{
	margin: 0px;
	padding: 0px 5px 5px 0px;
}


.ca_recette_section {
	float: left;
	width: 245px;
	background: url(img/ca_recette_bg.png) no-repeat right bottom;
}
#ca_bottom_section {
	width: 619px;
	background: #FFF url(img/ca_bottom_section_bg.jpg) repeat-y;
	margin: 0;
	padding: 20px 0 0 8px;
}

.ca_recette_section .ca_recette_top {
	width: 245px;
	height: 10px;
	background: url(img/ca_recette_top.png);
	margin: 0;
}

.ca_recette_section .ca_recette_mid {
	width: 205px;
	background: url(img/ca_recette_mid.png);
	margin: 0;
	padding: 10px 20px;
}

.ca_recette_mid h1 {
	color: #004400;
	font-variant:small-caps;
	text-decoration: underline;
}

.ca_recette_mid p {
	color: #004400;
}

.ca_recette_section .ca_recette_bottom {
	width: 245px;
	height: 9px;
	background: url(img/ca_recette_bottom.png);
	margin: 0;
}

#ca_content_section {
	float: left;
	width:	330px;
	margin: 0 0 0 20px;
}

#ca_content_section h1 {
	color: #004400;
	font-variant:small-caps;
	text-decoration: underline;
}

#ca_content_section p {
	color: #004400;
}

#ca_content_section li {
	list-style: square;
	color: #004400
}

#ca_content_section a {
	color: #004400;
}

.field {
	width: 163px;
	height: 20px;
	border: none;	
	background: url(images/ca_input.jpg) no-repeat;
	padding: 2px;
}

.button {
	width: 75px;
	height: 23px;
	border: none;	
	background: url(images/ca_button.png) no-repeat;
	margin: 10px 0;
}

#ca_footer {
	width: 867px;
	height: 49px;
	background: url(images/ca_footer_bg.jpg);
	color: #FFFFFF;
	font-family: Arial;
	font-size:	12px;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
}

#ca_footer a {
	color: #FFFFFF;
}

.last {
	margin: 0;
}

.right_img {
	float: right;
	margin: 0 0 5px 5px;
}

.left_img {
	float: left;
	margin: 0 5px 5px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}