/* Styles pour le formulaire de recherche seul (iframe) */

/* Remplacement des styles communs */

body#searchForm {
    margin: 0;
    padding: 0;
    background:#FFF;
}
body#searchForm #pageContener {
    position:relative;
    width: 195px;
    left:0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: transparent;
}
html body#searchForm #pageContener {
    width: 198px;
}

#searchFormContener
{
	width:240px;
}
h1#searchFormTitle{font-size:12px !important;}
#searchFormContener #searchForm .section .nbPetit { width: 70px;}
#searchFormContener #searchForm .section .nbPetit select { width: 65px;}

