#mediatheque {}

/*
+-----------------------------------+
+	=> Formulaire de recherche		+
+-----------------------------------+
*/

#mediatheque form {
	width:360px;
	margin:auto;
}

#mediatheque form p {margin:0;}
#mediatheque form label {
	float:left;
	width:150px;
	height:21px;
	padding-right:5px;
	text-align:right;
	/*background:#3893CA;
	border-bottom:1px solid #FCFCFC;*/
}

#mediatheque form .formulaire_champs input,
#mediatheque form .formulaire_champs select {
	width:195px;
	font:10pt/1.2 Century Gothic, Arial, sans-serif;
	border-width:1px;
	border-style:solid;
	border-top-color:#878787;
	border-left-color:#878787;
	border-right-color:#FCFCFC;
	border-bottom-color:#FCFCFC;
	background:#F6F6F6;
}

#mediatheque form .formulaire_boutons {
	margin-top:10px;
	text-align:right;
}

#mediatheque form .formulaire_boutons input {
	width:100px;
	letter-spacing:1px;
	font-weight:bold;
	color:#FFF;
	border-width:2px;
	border-style:solid;
	border-top-color:#BFD4EA;
	border-left-color:#BFD4EA;
	border-right-color:#235C7E;
	border-bottom-color:#235C7E;
	background:#3893CA;
}

#mediatheque .recherche_liste_complete {
	height:16px;
	margin-top:30px;
	text-align:right;
	background:#F6F6F6;
	border:1px solid #EEE;
}

#mediatheque .recherche_liste_complete a {
	float:right;
	margin-right:10px;
	text-decoration:underline;
}

/*
+-----------------------------------+
+	=> Liste de résultats			+
+-----------------------------------+
*/

#mediatheque .recherche_resultat {
	margin:20px 0 0 0;
	border:1px solid #EEE;
	border-width:2px 10px 2px 10px;
}

/*
#mediatheque .recherche_resultat p {
	margin:0;
	border-bottom:1px dashed #EEE;
	clear:both;
}

#mediatheque .recherche_resultat p span.intitule {
	float:left;
	display:block;
	width:130px;
	height:100%;
	margin-bottom:1px;
	padding-right:5px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	background:#A3A3D1;
}
#mediatheque .recherche_resultat_resume {
	padding-right:3px;
	text-align:justify;
}
#mediatheque .recherche_resultat_resume,
#mediatheque .recherche_resultat_resume span {
	height:80px !important;
}
*/

#mediatheque .recherche_resultat table {
	width:auto;
	background:#EEE;
}

#mediatheque .recherche_resultat tr {
	margin:0;
	clear:both;
}

#mediatheque .recherche_resultat tr td {
	vertical-align:top;
	text-align:justify;
	background:#FFF;
	width:330px;
}

#mediatheque .recherche_resultat tr td.intitule {
	width:140px;
	margin-bottom:1px;
	padding-right:5px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	background:#A3A3D1;
	background:#3893CA;
}

#mediatheque .recherche_resultat_nombre {
	font-size:10pt;
	font-weight:bold;/**/
	border-bottom:1px solid #3893CA;
	margin-bottom:5px;
}

#mediatheque .recherche_retour {
	text-align:right;
}

#mediatheque .recherche_retour a {
	text-decoration:underline;
}

#mediatheque .recherche_resultat_aucun {
	margin:100px;
	text-align:center;
	border:1px solid #DDD;
	background:#EEE;
}

#mediatheque .recherche_resultat_aucun a {
	font-size:8pt;
	text-decoration:underline;
}

/*
+-----------------------------------+
+	=> Pagination					+
+-----------------------------------+
*/

#mediatheque .pagination_pages {
	margin:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	background:#3893CA;
	height:19px;
	padding:2px 0 0 0;
}

#mediatheque .pagination_pages a {
	padding:1px 3px;
	border:1px solid #3893CA;
	background:#3893CA;
	color:#FFF;
}

#mediatheque .pagination_pages a:hover {
	color:#000;
	text-decoration:none;
	border-width:1px;
	color:#FFF;
	border-style:solid;
	border-top-color:#9FB8C8;
	border-left-color:#9FB8C8;
	border-right-color:#173C54;
	border-bottom-color:#173C54;
	background:#245C81;
}
