#bord1 {
	position:relative;
	margin:auto;
	background-image:url(../img/bord1.png);
	background-repeat:no-repeat;
	width:902px;
	height:32px;
	margin-top:20px;
}

/*#droit {
	position:relative;
	margin-left:569px;
	background-image:url(../img/search.jpg);
	background-repeat:no-repeat;
	width:352px;
	height:456px;
	margin-top: 30px;
}*/
#droit {
	position:relative;
	margin-right: 30px;
	background-image:url(../img/search.jpg);
	background-repeat:no-repeat;
	width:352px;
/*	height:456px;*/
	margin-top: 13px;
	float: right;
}

#gauche {
	position:relative;
	margin-left:20px;
	_margin-left:10px;
	margin-right: 390px;
	_margin-right: 390px;
}

.eachother {
	background-image: url(../img/vignette.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 218px;
	margin-top: 13px;
	margin-right: 13px;
	float: left;
}

#bord2 {
	position:relative;
	margin:auto;
	background-image:url(../img/bord2.png);
	background-repeat:no-repeat;
	width:902px;
	height:32px;
	clear: both;
	padding-top: 30px;
	background-position: bottom;
}

#all {
    width: 100%;
    margin-top: 20px;
}

#all textarea {
    width: 145px;
    background: #F5F5F5;
    border: 1px solid grey;

    letter-spacing: 1px;
    line-height: 20px;
    font-size: 13px;
    padding: 3px;
    
}

#all h3 {
    color: #554D49;
    margin-bottom: 7px;
    font-size: 13px;
}

#left {
    float: left;
    width: 170px;
    height: 510px;
    margin: 0 10px 0 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EFEFEF;
    border: 1px solid grey;
}

#LeftArrow {
    position: absolute;
    width: 50px;
    top: 25px;
    left: -25px;
    cursor: pointer;
    z-index: 10;
}

#LeftArrow a {
    outline: none;
}

#left .ViewRating {
    margin: 8px;
    widows: 90%;
    color: #554D49;
    font-size: 14px;
    font-weight: bold;
}

#left .ViewRemarks {
    margin: 8px;
    widows: 90%;
    color: #554D49;
    font-size: 14px;
    font-weight: bold;
}

#left .ViewComment {
    margin: 8px;
    widows: 90%;
    color: #554D49;
    font-size: 14px;
    font-weight: bold;
}

#center {
    position: relative;
    float: left;
    width: 500px;
    height: 500px;
    margin: 0 10px 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    background: #F5F5F5;
    text-align: center;
    padding: 5px;
}

#right {
    float: left;
    width: 170px;
    height: 410px;
    margin: 0 10px 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EFEFEF;
    border: 1px solid grey;
}


#rightDown {
    float: left;
    width: 170px;
    height: 70px;
    margin: 25px 10px 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EFEFEF;
    border: 1px solid grey;
}

#RightArrow {
    position: absolute;
    width: 50px;
    top: 25px;
    right: -25px;
    cursor: pointer;
    outline: none;
    z-index: 10;
}

#RightArrow a {
    outline: none;
}

#right .ViewTags {
    margin: 8px;
    widows: 90%;
    color: #554D49;
    font-size: 14px;
    font-weight: bold;
}

#SuccessMessage {
    width: 96%;
    color: red;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    background: #E4EDF5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 26px;
    padding-top: 8px;
    display: none;
}

#GoogleMapDiv {
    width: 95%;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

#GoogleMapIndexDiv {
    width:352px;
    height:256px;
    margin-top: 20px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

#DownlaodLastZips {
    width: 307px;
    height: 50px;
    margin-top: 35px;
    text-align: right;
}