

/* ================ Resultats lors de la recherche de loc ========*/


.resultsimg {
	display: inline;
    float: left;
    height: 70px;
    padding: 10px;
    text-align: center;
    width: 100px;
	background-color:white;
}
.resultcentre {
	float:left;
    height: 70px;
	padding: 10px;
	display: inline;
    width: 600px;
	background-color:white;
}
.resultcentre a {
	text-decoration: none;
}
.resultcentre a:hover {
	text-decoration: underline;
	color: #1B3768;
}

.resultright {
	float:left;
    height: 70px;
	padding: 10px;
	display: inline;
    width: 120px;
	background-color:white;
}

.titre {
	font-size: 14px;
	font-weight: bold;
	color: #1B3768;
}

.resultnext {
	width: 440px;
	float: left;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
}
.resultnext a {
	text-decoration: none ;
}
.resultprev {
	width: 440px;
	float: left;
	text-align: left;
	font-size: 10px;
}
.resultprev  a {
	text-decoration: none ;
}


.eqtit {
	float:left;
	display: inline;
    width: 160px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.equip {
	float:left;
	display: inline;
    width: 480px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.eqspan {
	float: left;
	width: 640px;
}

.indeximg {
	display: inline;
    float: left;
    height: 90px;
    padding: 10px;
    text-align: center;
    width: 100px;
	background-color:DarkGray;
}
.indexcentre {
	float:left;
    height: 90px;
	padding: 10px;
	display: inline;
    width: 405px;
	background-color:DarkGray;
}
.indexcentre a {
	text-decoration: none;
}
.indexcentre a:hover {
	text-decoration: underline;
	color: #1B3768;
}

.indexright {
	float:left;
    height: 90px;
	padding: 10px;
	display: inline;
    width: 120px;
	background-color:DarkGray;
}


.searchbox {
	float:left;
    height: 180px;
	padding: 10px;
	display: inline;
    width: 400px;
	background-color:DarkGray;
}
.searchboxright {
	float:left;
    height: 180px;
	padding: 10px;
	display: inline;
    width: 246px;
	background-color:DarkGray;
}

#content fieldset label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin: 0 5px 3px ;
}
#content fieldset {
	border: 1px;
	width: 646px;
	float: left;
	margin: 3px auto;
}
#content fieldset .text-long {
        font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #646464;
        width: 200px;
        float: left;
}
.butsub {
    background: -moz-linear-gradient(0% 100% 90deg, #1C325C, #5AB6F7) repeat scroll 0 0 transparent;
    background-color: #1C325C;
    padding: 0px 5px 8px;
    border: 1px solid #1C325C;
    color: white;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    text-shadow: 0 1px 1px rgba(59, 110, 0, 0.75);
    width: 120px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 #FFFFFF inset;
}

.butsub:hover{
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        background-color: #5AB6C7;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5AB6C7), to(#1C325C));
        background: -moz-linear-gradient(0% 100% 90deg,#5AB6C7, #1C325C);
}

.butsub:active{
        background: #1C325C;
}

