#bonplan{
	width:600px;
	
	background: #B2C946 url(i/fond-raye.gif)  repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}

#bp_top{

padding:25px 20px 20px 20px;
}
#bp_entete{
	
	text-align:center;
	margin-bottom:15px;
	background:url(i/fond-rayureoblique.gif);
}

#bonplan h1 {
	font-size: 20px;
	font-weight: bold;
	margin:0;
}

#bonplan h2 {
	margin:0;
	font-size:16px;
	font-weight:bold;
}

#bp_texte{
	float:right;
  	width:350px;
  	background-color:#E1EBF5;
  	padding:10px 5px 10px 5px;
  	font-size:12px;
  	text-align:left;
}

#bp_texte blockquote{
	background-color:#F2F6E3;
	margin:8px 0;
	padding: 6px;
}

#bp_photo{
    float: left;
	width:180px;
	background-color:#fff;
}


   hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }

#bp_bottom{}


#bp_footer{
    height:10px; width:600px;
	background:  url(i/fond-raye.gif)  repeat-x top;
}

/* formulaire */

#bp_form{
	background-color:#F2F6E3;
	border-top: 2px solid #94A73A;
	border-bottom: 5px solid #94A73A;
	margin:10px 0 20px 0;
	padding-right:50px;
	padding-bottom:30px;
}

#bp_form h3{
	font-size:12px;
	font-weight:bold;
	margin-left:80px;
	
}

form span.required{
	color:red;
	text-align:left;
}

form h2{
	clear:left;
	font:bold 1em/1em "Trebuchet MS", Verdanal, Arial, sans-serif;
	text-align:left;
	margin:5px 0 0 0;
	color:#BD6E64;
}

form label{
	font:bold 0.6em/1em "Trebuchet MS", Verdanal, Arial, sans-serif;
	color:#333333;
	margin: 0 15px 0 0 ;
}

form input,textarea,select{
	color: #000;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #FFF;
	border-color : #888;
	background: url(i/formfd.gif) repeat-x;
	background-color: #fff;
	padding:2px;
}
input:focus, textarea:focus, select:focus{
	border: 2px solid black;
}
form textarea{
	background: #fff url(i/formareafd.gif) repeat-x;
}

.row{
	clear:both;
	font-size:18px;
	padding: 3px 0 3px 0;
	margin:0;
}
	
form .form_envoyer{
	font-weight:bold;
}	

.col1{ float:left; width:180px; text-align:right;}
.col2{ float:left; width:340px; text-align:left;
	font:0.6em/1em "Trebuchet MS", Verdanal, Arial, sans-serif;
	color:#333333; }
