/*
# Footer Brown (text): #6a564e
# Green (h3) #3e861d
# Brown (h3) #5b4639
# Grey  (p): #333333

# Content Border Color : #6e5d4f
*/
#content_plan {
min-width: 960px;
margin: 0 0 20px 0;
background:url(../../common/img/bg_content.jpg) repeat-x;
border-top: 1px solid #342820;
overflow: hidden;
}
	#tier_left_plan {
	height: 300px;
	width: 550px;
	float: left;
	margin: 20px 0;
	display: inline;
	border-right: 1px solid #6e5d4f;
	}
	
	#tier_right_plan {
	float: right;
	margin: 15px 15px 0 0;
	display: inline;
	text-align: center;
	}
		#tier_right_plan p {color: #333333; font-size: 12px; line-height: 15px; margin: 10px 0 0 0; }


/*------------------------------------------*/
/*---------->>> FORMULAIRE <<<--------------*/
/*------------------------------------------*/
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
color: #5b4639;
}
#stylized p{
font-size:11px;
color:#333333;
margin-bottom:30px;
padding-bottom:10px;
border-bottom: 1px solid #5b4639;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
color: #5b4639;
}
#stylized .small{
color:#333333;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:180px;
width:125px;
height:31px;
background:#3e861d;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
