.contact_body {
background:none;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
        height:430px

}
#contact {
	width: 573px;
	text-align: center;
	margin:auto;
	padding-right: 10px;
	border:solid 1px #999;
	background-color: #333;
	background-image: url(../images/carte.jpg);
	background-repeat: no-repeat;
}
#contact h2 {
	text-align: left;
	height: 15px;
	margin-left: 10px;
	padding-top: 10px;
}
.left_block {
	width: 270px;
	height: 320px;
	float: left;
	text-align: left;
	font-size: 60%;
	font-size: 12px;
	padding-left: 100px;
	padding-top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#contact .right_block {
	width: 380px;
	float: right;
}
#contact .left_block h3 {
	margin-bottom: 3px;
	color: #666666;
	border-bottom: 1px solid #dedede;
}
#contact .left_block span {
	color:#666666;
}
.right_block {
	text-align: left;
	font-size: 12px;
	width: 230px;
	padding-right: 10px;
	padding-left:30px;
	padding-top:30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#contact .right_block label {
	display: block;
	float: left;
	width: 120px;
	text-align: left;
	margin-bottom: 3px;
	font-size: 11px;
}
#contact .right_block .textbox, textarea {
	float: left;
	width: 200px;
	border: 1px solid #999999;
	margin-bottom: 3px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact .right_block .button {
	border: none;
	background-color: #323232;
	color: #fff;
	padding: 3px;
	color: #fff;
	float: none;
	margin-right: 5px;
	margin-left: 100px;
}

#contact a {
	color: #323232;
	text-decoration: none;
	outline:none
}





.clearfloat {
	clear: both;
	height: 0px;
	font-size: 0px;
}


.bt_imprim{
	width:130px;
	height:100px;
	float:left
	
}


.bt_google{
	width:100px;
	height:100px;
	float:left
	
}




.pager {
	width: 100%;
	margin: 10px auto 0px auto;
	text-align: center;
	padding: 0;
}
 .pager a {
	border: 1px dotted #deecf5;
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 9px;
	margin-left: 2px;
	color: #999;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pager a:hover {
	border: 1px solid #797979;
	color: #666;
}
.pager .current {
	color: #fff;
	background-color: #f5a01c;
}
.pager .current:hover {
	color: #fff;
}



.extra{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	outline:none;
	text-decoration:none
}

.extra a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	outline:none;
	text-decoration:none
}

label {
	display: block;
}
.select, .textbox {
	margin-bottom: 5px;
}

.error,
.notice, 
.success    { padding: .5em; margin-bottom: 1em; border: 2px solid #ddd; width: 80%; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


.required { color: #CC0000; }