@charset "utf-8";
/* CSS Document */

/* page_detail_annonce */

#column_1{
	width:440px;
	height:443px;
	/*min-height:443px;*/
	float:left;
	display:block;
	margin: 20px 20px 0 30px;
	/*overflow:hidden;*/
	background-color:#FFF;
	}
	
#column_1_haut {
	width:440px;
	height:15px;
	display:block;
	float:left;
	background-image:url(../img/bg_haut_img_right_home.gif);
	}
	
#column_1_bas {
	width:440px;
	height:15px;
	display:block;
	float:left;
	background-image:url(../img/bg_bas_img_right_home.gif);
	}
	
#column_1 p {
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom: 10px;
	display:block;
	float:left;
	}

#column_1 p a{
	text-decoration:none;
	}

#column_1 p a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
#column_1 p a:hover {
	text-decoration:underline;
	}

#column_1 h1 {
	margin:10px 0 20px 20px;
	display:block;
	float:left;
	}

#column_1 h1 span {
	font-size:1px;
	color:#FFF;
	}

/*--------------- FORM ---------------*/ 

.error{
	font-weight:bold;
	color:#cb0000;
	}
.merci{
	font-weight:bold;
	color:#da1a68;
	height:303px;
	}
	
.asterix{
	font-size:10px;
	}

#column_1 form {
	height:287px;	
	}

	#column_1 form label{
			margin:0 0 0 20px;
			display:block;
			font-weight:bold;
			float:left;
			}
			
	#column_1 form input{
			width:170px;
			height:20px;
			margin:0 20px 0 0;
			padding:0;
			float:right;
			background-color:#dedede;
			border:solid 1px #c7c7c7;
			}
	
	#column_1 form textarea{
			width:170px;
			height:40px;
			margin:0 20px 0 0;
			padding:0;
			float:right;
			background-color:#dedede;
			border:solid 1px #c7c7c7;
			}
			
	#column_1 form select{
			width:170px;
			height:20px;
			margin:0 20px 0 0;
			padding:0;
			float:right;
			background-color:#dedede;
			border:solid 1px #c7c7c7;
			}

	#column_1 input.bu{
			width:170px;
			height:48px; 
			margin:0 20px 0 0;
			float:right;
			border:none;
			cursor:pointer;
			}

#column_2 {
	width:440px;
	height:443px;
	margin: 20px 0 0 0;
	display:block;
	float:left;
	background-color:#FFF;
	}

#column_2_haut {
	width:440px;
	height:15px;
	display:block;
	float:left;
	background-image:url(../img/bg_haut_img_right_home.gif);
	}

#column_2_bas {
	width:440px;
	height:15px;
	display:block;
	float:left;
	background-image:url(../img/bg_bas_img_right_home.gif);
	}
	
#column_2 #bloc_1{
	width:244px;
	margin:0 0 0 0;
	display:block;
	float:left;
	}

#column_2 #bloc_2{
	width:180px;
	margin:0 0 0 10px;
	display:block;
	float:left;
	}
#column_2 #bloc_2 h1{
	float:left;
	width:180px;
	height:116px;
	background-image:url(../img/devis-gratuit.gif);
	}

#column_2 #bloc_2 h1 span{
	display:none;
	}

#column_2 #bloc_2 h2{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	float:left;
	}

#column_2 #bloc_2 h2 span{
	display:none;
	}

#column_2 #bloc_2 p{
	width:180px;
	margin:0 0 0 0;
	padding:0 10px 0 0;
	display:block;
	float:left;
	}

#column_2 #bloc_2 p a{
	text-decoration:underline;
	}

#column_2 #bloc_2 p a:link, a:visited {
	color:#000;
	text-decoration:underline;
	}
#column_2 #bloc_2 p a:hover {
	/*color: #000;*/
	text-decoration:underline;
	}
