﻿#recherche {
	float: right;
	margin-right: 0;
	margin-top: 9px; 
}

#recherche input[type=text] {
	border: none;
	color: #004184;
	float: left;
	font-family: 'Trebuchet MS', Arial;
	font-size: 100%;
	height: 26px;
	line-height: 26px;
	padding: 0px 6px 0px 6px;
	width: 140px;
}

#recherche input::-webkit-input-placeholder {
	color: #004184;  
	opacity: 1.0;
}

#recherche input:-moz-placeholder { /* Firefox 18- */
	color: #004184;  
	opacity: 1.0;
}

#recherche input::-moz-placeholder {  /* Firefox 19+ */
	color: #004184;
	opacity: 1.0;
}

#recherche input:-ms-input-placeholder {  
	color: #004184;  
	opacity: 1.0;
}

#recherche input::-ms-clear {
	display: none;
}

#recherche input[type=submit] {
	background: url("../../img/default/loupe.png") no-repeat center top;
	border: none;
	cursor: pointer;
	float: right;
	height: 26px;
	margin-left: -22px;
	margin-top:	4px;
	text-indent: -9999px;
	width: 20px;
}

#recherche input[type=submit]:hover {
	opacity: 0.5;
}



.recherche
{
    font-size: 100%;
    float: right;
    margin: 8px 0;
    margin-right: 7px;
}

.pageRechercher {
    padding: 0;
}

form#recherche {
	display: inline;
}

form#recherche fieldset {
	display: inline;
	width: 100%;
	height: 20px;
}

form#recherche legend {
	display: none;
}

form#recherche label {
    display: none;
    float: left;
    margin-top: 1px;
}

form#recherche input {
	border: 0px;
	float: left;
    padding: 0px 2px;
}

form#recherche .submit input {
	width: 24px;
	text-align: center;
	height: 16px;
    float: left;
    background-color: #FFF;
}

/* Recherche */

#recherche_content {
    color: #003f7d;
    line-height: 18px;
}

#recherche_content .nbResult { /* Style du nombre de résultat de la recherche */

    margin-top: 20px;
}

#recherche_content .resultHead {
    margin-bottom: 20px;
}

#recherche_content .resultList {
    background-color: #fbfbfb;
    margin: 20px 0px 20px;
    padding: 1px 0px;
}

#recherche_content .resultList ul { /* Style de la liste des recherches */
    margin : 20px; 
}

#recherche_content .resultList ul li {
    list-style:none;
    background:none;
    padding: 5px 5px 5px 20px;
}

#recherche_content .resultList ul li a {/* Lien vers la page contenant le mot recherché */
    color: #000;
    text-decoration:underline;
}

#recherche_content .resultList ul li a:hover {
    text-decoration:none;
}

#recherche_content .recherche_result {
    border: 1px solid #003f7d;
}

#recherche_content .resultFoot { /* Lien pour lire la suite de la recherche*/
    margin-top:5px;
    text-align:center;
    margin-right:230px;
}

#recherche_content .resultFoot a {
    color: #000;
    text-decoration:underline;
}

#recherche_content .resultFoot a:hover {
    color: #000;
    text-decoration:none;
}


