/* ****************************************************

	@file         no-script.css
	@description  Feuille de styles pour les utilisateurs ayant le JS désactivés
	@author       jp (ixmedia.com)

***************************************************** */


body#nojs #secteurs .secteur:hover .panneau{
	display: block;
}

body#nojs.template-accueil #bandeaux ul.nav,
#les-ressources ul.nav{
	display: none;
}

body#nojs.template-fiche #contenu .colonne-gauche .wrap .section h2,
body#nojs.template-fiche #contenu .colonne-gauche .wrap .section,
body#nojs.template-fiche #contenu #annotation-form label,
body#nojs.template-fiche #contenu #annotation-form input,
body#nojs #partagerAmi,
body#nojs.template-fiche #contenu .colonne-droite #question,
body#nojs.template-chronique #question,
body#nojs.template-fiche #partagerAmi,
body#nojs.template-chronique #partagerAmi{
	display: block;
}

body#nojs #pied .inner .colonne-droite #bulletin label,
#recherche #je-recherche label{
	display: inline;
}

body#nojs #pied .inner .colonne-droite #bulletin input{
	width: 180px;
}

body#nojs #recherche input.requete{
	width: 120px;
}
