/**
 *		css/screen.css
 *		------------------------------------------------------------------------
 *		This file is part of the www.archivcriticart.org's design.
 *		Last Modif.: 2006-04-06
 *		Images files:
 *			- images/motif01.png
 *			- images/arabesque.png
 *			- images/logo.png
 *			- images/menu_border.png
 *			- images/icone_info_OFF.png
 *			- images/icone_contact_OFF.png
 *			- images/icone_info_ON.png
 *			- images/icone_contact_ON.png
 *			- images/icones.png
 *			- images/a_la_une_image.png
 *			- images/bandeau.png (arabesque top)
 *		------------------------------------------------------------------------
 *		(c) Copyright 2006 Fanny Charrier / Sofa Design. 
 *		(c) Copyright 2006 Fabrice Luraine / Sofa Design. 
 *		All rights reserved.
 *		------------------------------------------------------------------------  
 */
@import url(layout.css);

body {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", "Vera Bitstream Sans", sans-serif;
	font-size: 70%;
	background-image: url(motif01.png);
	color: #444241;
}
hr.clear {
	 clear:both;
	 visibility: hidden;
 }
h2 {
	margin-top: 0;
	margin-bottom: 1.2em;
	font-size: 1.2em;
	color: #FBA813;
}
h3 {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	color: #FBA813;
}
h4 {
	margin-top: 3em;
	margin-bottom: 0.4em;
	font-size: 1em;
	color: #444241;
}
h5 {font-size: 1em;}
h6 {font-size: 1em;}
p, a, ul, ol, li, dl, dt, dd, address, blockquote, ins, del, pre, th, td, caption {font-size: 1em;}
code {font-size: 130%;font-weight:bold;}
p {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
img {border: 1px solid #82706B;}
blockquote {font-style: italic;}
address {font-style: normal;}
abbr, acronym {border-bottom:0;}
.critique_d_art {
	text-transform: uppercase;
	font-weight: bold;
}
.caps {text-transform: uppercase;}

#content .arabesque {
	display: block;
	visibility: visible;
	height: 32px;
	border: 0;
	margin: 3em 0;
	background: transparent url(arabesque.png) no-repeat center center;
}

/****** Main ******/
#main {background-color: #FBF9E8;}

/****** Top ******/
#top {
	background-color: #82706B;
	/*background: #82706B url(demie_arabesque.png) no-repeat 450px 10px;*/
	/*background: transparent url(bandeau.png) no-repeat center top;*/
	
}
#top h1 {
	width: 111px;
	height: 111px;
	margin: 0;
	padding: 0;
	background: transparent url(logo.png) no-repeat top left;
}
#top h1 a {
	display: block;
	text-decoration: none;
	text-align: right;
}
#top h1 a span {visibility: hidden;}
#top ul {list-style-type: none;}

/***** Menu *****/
#menu {
	display: block;
	width: 760px;	
}
#menu ul {
	margin: 0; padding: 0;
	display: block;
}
#menu li {
	position: relative;
	float: left;
	height: auto;
	margin: 0;
	list-style-type: none;
}
#menu li a, #menu li a:visited, #menu li a:hover {
	display: block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: black;
}
#menu ul.level1 {
	text-transform: uppercase;
	/*width: 610px;*/
	width: 615px;
	height: 34px;
	padding:0;
	padding-left:150px;
	padding-left:145px;
	font-size: 90%;
	font-weight: bold;
	background-color: #444241;
}
#menu ul.level1 li {
	display: inline;
	width: 10em;
	background: #444241 url(menu_border.png) no-repeat left top;
	margin-top: 7px;
	height: 27px;
	/*IE5mac bypass\*/
		width: auto;
	/*end*/
	white-space: nowrap;
}
#menu ul.level1 > li:first-child {width:8.9em;background-image: none;}
#menu ul.level1 li a, #menu ul.level1 li a:visited, #menu ul.level1 li a:hover {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 12px;
	color: #FBF9E8;
}
#menu ul.level2 {
	display: none;
	position: absolute;
	z-index: 20;
	width: 100%;
	text-transform: none;
	color: black;
	font-weight: normal;
	background-color: #E2DDC7;
}
#menu ul.level2 li {	
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	border-top: 1px solid #AAA;
	background-color: #E2DDC7;
	background-image: none;
	white-space: normal;
}
#menu ul.level2 > li:first-child {border: 0;}
#menu ul.level2 li:hover {background-color: #FFF;}
#menu ul.level2 li a, #menu ul.level2 li a:visited, #menu ul.level2 li a:hover{
	width: 90%;
	color: black;
	padding: 0.25em 0.5em;
}
#menu ul.level1 li:hover ul.level2 {display: block;}

/***** Ext-menu *****/
#ext-menu {
	padding-top: 8px;
	padding-right: 8px;
	text-align: right;
}
#ext-menu a {
	text-decoration: none;
	color: #D8D3BA;
	font-size: 0.9em;
}
#ext-menu a:hover {text-decoration: underline;}
#ext-menu a.fonds {
	line-height: 4em;
	font-weight: bold;
	color: #FBA813;
}
#ext-menu ul {
	margin: 0;
	float: right;
	width: 40%;
}
#ext-menu li a.fonds {
	line-height: 2.5em;
	padding-right: 0;
	display: inline;
}
#ext-menu li {
	height: 20px;
}
#ext-menu li a {
	padding-right: 20px;
	display: block;
	height: 20px;
}
a.icon_1 {
	background: transparent url(icone_info_OFF.png) no-repeat right top;
}
a.icon_2 {
	background: transparent url(icone_contact_OFF.png) no-repeat right top;
}
a.icon_1:hover {
	background: transparent url(icone_info_ON.png) no-repeat right top;
}
a.icon_2:hover {
	background: transparent url(icone_contact_ON.png) no-repeat right top;
}

/****** Menu2 ******/
#menu2 h5 {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444241;
}
#menu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu2 li {
	display: block;
	width: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #82706B;
}
#menu2 a {
	text-decoration: none;
	color: #444241;
}
#menu2 a:hover {color: #FBA813;}
#menu2 a.select {
	font-weight: bold;
	color: #FBA813;
}

/***** content *****/
#content {border-left: 2px dotted #82706B;}
#content h2 {text-transform: uppercase;}
#content hr {
	 clear:both;
	 visibility: hidden;
}
#content hr.dotted {
	visibility: visible;
	border: 0;
	border-bottom: 2px dotted #82706B;
	margin-top: 20px;
}
#content a, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #64878C;
}
#content a:hover {text-decoration: underline;}
#content ul {list-style-type: circle;}
#content li{border:1px solid #FBF9E8;} /*fix ie6 bug*/
#content ul.list_chiffre {list-style-type: decimal;}
#content p.image {
	margin: 2em auto;
	text-align: center;
}
.caption {font-style: italic;}
#content .caption {font-size: 90%;}
#content > div{width: 98%;} /*fix ie6 bug*/
/***** Bouton retour *****/
#content a.retour, #content a.retour:visited {
	/* IE hack \*/
	float:left;
	/**/
	display: block;
	position: relative;
	left: -30px;
	width: 16px;
	height: 16px;
	margin-right: -30px;
	background: transparent url(icones.png) no-repeat bottom left;
}
#content a.retour:hover {
	background: transparent url(icones.png) no-repeat bottom right;
}
/***** Bouton retour haut de page *****/
#content a.retourtop, #content a.retourtop:visited {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 2em;
	background: transparent url(icones.png) no-repeat top left;
}
#content a.retourtop:hover {
	background: transparent url(icones.png) no-repeat top right;
}

/***** Lettre sélectionné base *****/
#content h3.letter {
	font-size: 1.8em;
}
/***** Liste des lettres d'index base *****/
#content ul.alpha {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ul.alpha li {
	float: left;
	width: 1em;
	/* IEMac bypass \*/
	width: auto;
	/* */
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #FBA813;
}
#content ul.alpha li a, #content ul.alpha li a:visited {
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	font-size: 1em;
	color: #FBA813;
}
#content ul.alpha li a:hover {
	color: #FBF9E8;
	background-color: #FBA813;	
}
#content ul.alpha li.select {
	border: 1px solid grey;
}
#content ul.alpha li.select a, #content ul.alpha li.select a:hover {
	color: #444241;
	background-color: transparent;
}

/*****Boutons pagination *****/
#content .pages-nav {
	float: right;
	margin-bottom: 1em;
}

/***** Listes de définition *****/
#content dl {padding: 0;}
#content dt {
	clear: left;
	float: left;
	width: 107px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 18px;
	text-align: right;
	font-weight: bold;
	color: #FBF9E8;
	background-color: #82706B;
}
#content dt.clic {padding: 0;}
#content dt a, #content dt a:visited {
	display: block;	
	width: 96px;
	padding: 10px 10px 10px 25px;
	border: 2px solid #64878C;
	text-decoration: none;
	color: #FBF9E8;
	background-color: #64878C;
}
#content dt a:hover {
	display: block;	
	width: 96px;
	color: #64878C;
	background-color: #FBF9E8;
}
#content dd {
	min-height: 80px;
	padding: 0;
	margin: 0 0 10px 160px;
}
#content dl.edition {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #82706B;
}
#content dl.edition dt {
	background-color: transparent;	
	padding: 0;
	width: 75px;
}
#content dl.edition dt img {width: 73px;	}
#content dl.edition dd {
	margin: 0 0 0 105px;
	min-height: 110px;
}
#content dl.librairie {
	clear: both;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #82706B;
}
#content dl.librairie dt {
	background-color: transparent;	
	padding: 0;
	width: 148px;
}
#content dl.librairie dt img {
	width: 146px;
}
#content dl.librairie dd {
	margin: 0 0 0 178px;
	min-height: 110px;
}
/***** gros boutons présentation outils doc. *****/
#content div.outils {
	width: 100%;
	text-align: center;
}
#content div.outils a, #content div.outils a:visited {
	display: block;	
	float: left;
	width: 37%;
	margin: 3%;
	padding: 1%;
	border: 2px solid #64878C;
	text-decoration: none;
	color: #FBF9E8;
	background-color: #64878C;
}
#content div.outils a:hover {
	color: #64878C;
	background-color: #FBF9E8;
}

/***** Liste de résultats std *****/
#content ul.baselist {
	padding: 0;
	margin: 0; 
	list-style-type: none;	
	color: #82706B;
}
#content ul.baselist li {
	margin: 4px 0;
	padding: 0;
	background-color: #D8D3BA;
}
#content ul.baselist li.inactive {
	width: auto;
	padding: 2px 0 2px 10px;
		
}
#content ul.baselist li a {
	display: block;
	width: 98%;
	padding: 2px 0 2px 2%;
	text-decoration: none;
	font-weight: normal;
	color: #444241;
}
#content ul.baselist li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #620887;
}
#content ul.baselist li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #64878C;
}
#content ul.baselist li span.indent {
	display: block;
	text-indent: -6ex;
	padding-left:  6ex;
}

/***** Guide gnral des fonds d'archives *****/
#f-isadg fieldset {
	margin-bottom: 2em;
}
#f-isadg label {
	display: block;
	clear: both;
	width: 98%;
	padding: 1%;
	background-color: #82706B;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#f-isadg .choice {
	display: block;
	float: left;
	width: 75%;
	margin: 1em 0;

}
#f-isadg .submit {
	width: 20%;
	float: right;
	margin: 1.1em 0;
	margin-left: 2%;
	padding:0;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	color: #444;
	background-color: #E8E3CA;
	border: 1px solid #91827D;
}
#f-isadg .submit:hover {
	color: #fff;
	background-color: #64878C;
	border: 1px solid #64878C;
}
#f-isadg .help{
	clear: both;
}
#list-isadg, #list-isadg-rech {
	margin: 0;
	padding: 0;
}
#list-isadg li, #list-isadg-rech li {
	list-style-type: none;
	border: 1px solid #D8D3BA;
	margin: 3px 0;
}
#list-isadg ul, #list-isadg-rech ul {
	padding-left: 15px;
	background: transparent;
}
#list-isadg li a, #list-isadg-rech li a {
	color: #444241;
	font-weight: normal;
}
#list-isadg a:hover, #list-isadg-rech a:hover { text-decoration: none; }
#list-isadg li a, #list-isadg-rech li a {
	display: block;
	padding: 2px 2px 2px 6px;
	background-color: transparent;
}
#list-isadg-rech li a {
	border-left: 12px solid red;
	width: 375px;
}
#list-isadg li a:visited, #list-isadg-rech li a:visited {
	font-weight: normal;
	color: #620887;
}
#list-isadg li a:hover, #list-isadg-rech li a:hover {
	background-color: #99B8BA;
}
#list-isadg li.l1 a, #list-isadg-rech li a.l1 {
	border-left: 12px solid #EDA930;
}
#list-isadg li.l2 a, #list-isadg-rech li a.l2 {
	border-left: 12px solid #fcc665;
}
#list-isadg li.l3 a, #list-isadg-rech li a.l3 {
	border-left: 12px solid #434241;
}
#list-isadg li.l4 a, #list-isadg-rech li a.l4 {
	border-left: 12px solid #7e706b;
}
#list-isadg li.l5 a, #list-isadg-rech li a.l5 {
	border-left: 12px solid #d7d2bb;
}
#list-isadg li.l2 {margin-left: 15px;}
#list-isadg li.l3 {margin-left: 30px;}
#list-isadg li.l4 {margin-left: 45px;}
#list-isadg li.l5 {margin-left: 60px;}

#list-isadg .isadg-type, #list-isadg-rech .isadg-type {
	color: #756C6B;
	font-style: italic;
	margin-left: 1em;
}
#list-isadg .isadg-ref, #list-isadg-rech .isadg-ref {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
#fiche-isadg {
	margin-top: 3em;
}
#fiche-isadg h3.n {
	font-size: 0.9em;
	clear: left;
	float: left;
	width: 97px;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 18px;
	text-align: right;
	font-weight: bold;
	color: #FBF9E8;
	background-color: #82706B;
}
#fiche-isadg .v {
	min-height: 35px;
	padding: 4px 5px 5px 5px;
	margin: 0 0 10px 130px;
	border: 1px solid #82706B;
}


/* 
chameau clair #D8D3BA 
chameau foncé #E2DDC7
*/
/***** Liste des numéros parus *****/
#content ul.numberlink {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ul.numberlink li {
	float: left;
	margin: 0 5px 5px 0;
}
#content ul.numberlink a, #content ul.numberlink li.vide span {
	display: block;
	width: 73px;
	height: 75px;
	padding-right: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	border: 1px solid #82706B;
	color: #82706B;
	background-color: #FBF9E8;
}
#content ul.numberlink a:visited {color: #620887;}
#content ul.numberlink a:hover {
	border: 1px solid #FBF9E8;
	color: #FBF9E8;
	background-color: transparent;
	text-decoration: none;
}
#content ul.numberlink span {font-size: 3em;}

/***** fiche *****/
#content ul.list_simple, #content div.list_simple ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/***** Liste reactions (revue) *****/
#list-reactions {
	margin: 2em 0;
}
#list-reactions .comment {
	border-bottom: 2px dotted #82706B;
	margin:  1em 0;
	padding: 1em 0;
}
#list-reactions .comment-info {
	color: #FBA813;
}
#list-reactions .comment-info:before {
	content: "> ";
}
#list-reactions blockquote {
	font-style: normal;
	margin: 1em 0;
}


/***** élément de formulaire standard *****/
fieldset {
	border: 0;
	margin: 1em 0 0 0;
	padding: 0;
}
form .field textarea {
	width: 98%;
}
form .field .submit {
	float: right;
}
form .error {
	color: red;
}
.errorExplanation {color:red;}
.errorExplanation p {font-weight: bold;}
.green.flash {color:green;}
.red.flash {color:red;}


/***** complement *****/
#complement {font-size: 90%;}	
#complement h2 {margin-bottom: 0.6em;}	
#complement a, #complement a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #64878C;
}
#complement a:hover {text-decoration: underline;}
#complement ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#complement ul li {
	line-height: 1.2em;
	margin-bottom: 1em;;
}

/***** Vignette numéro revue *****/
#complement span.numberlink {
	display: block;
	width: 80px;
	height: 85px;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
	color: #FBF9E8;
}
#complement span.numberlink span {font-size: 3em;}

/***** menu supplement (en savoir plus...) *****/
#complement h5 {
	margin: 30px 0 0.5em 0;
	padding: 3px 3px 3px 8px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #FBF9E8;
	background-color: #82706B;	
}
/***** Bouton bon de commande *****/
#complement a.commande, #complement a.commande:visited, #content a.commande, #content a.commande:visited {
	display: block;	
	margin-top: 10px;
	padding: 4px 8px 4px 8px;
	color: #FBF9E8;
	background-color: #64878C;
	border: 2px solid #64878C;
}
#complement a.commande:hover, #content a.commande:hover {
	text-decoration: none;
	color: #64878C;
	background-color: #FBF9E8;
}

/***** foot *****/
#foot, #foot a {
	margin-top: 10px;
	text-align: right;
	text-decoration: none;
	color: #444241;
}
#foot a:hover {text-decoration: underline;}

/***** PAGE D'ACCUEIL *****/

#intro {background-color: #FBF9E8;}
#intro div.text {
	padding-top: 50px;
	margin-left: 80px;
	margin-right: 370px;
	font-weight: bold;
	color: #5B5957;
	line-height: 1.5em;
}
#intro div.text .link {
	color: #FBA813;
	margin-top:0.8em;
	margin-bottom:0;
	text-indent: 20px;
}
#intro div.text .link a, #intro div.text .link a:hover, #intro div.text .link a:visited {
	color: #FBA813;
	text-decoration:none;
}
#intro div.text .link a:hover { text-decoration: underline; }
#intro img, #flash_banner {
	float: right;
	border:0;
}
#flash_banner a {
	display: block;
	text-indent: -9999px; /* hidding text */
	width: 304px;
	height: 165px;
	background: transparent url(accueil_couvs_artitudes-alt.png);
}
#flash_banner.fondsdons a {
	background-image: url(accueil_fondsdons_alt.jpg);
}
#flash_banner a:hover {
	background-position: -304px 0;
}
#a_la_une {
	background: #E2DDC7 url(a_la_une_image_3col.png) repeat 0 0;
	border-bottom: 20px solid #E2DDC7;
}
#a_la_une a, #a_la_une a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #64878C;
}
#a_la_une a:hover {text-decoration: underline;}
#a_la_une a.link_critique, #a_la_une a.link_critique:visited {
	text-decoration: none;
	color: #000;
}
#a_la_une a.link_critique:hover {
	text-decoration: none;
	color: #64878C;
}
#a_la_une p {margin-bottom: 5px;}
#a_la_une h2.titre {
	text-align: center;
	font-size: 1em;
	padding: 5px 0;
	margin: 0;
	border-bottom: 15px solid #E2DDC7;
	color: #FFF;
	background-color: #64878C;
}
#a_la_une h3 {margin: 0 0 10px 0;}
#a_la_une h3 a {color:#FBA813!important; text-decoration: none;}
#a_la_une hr {
	border: 0;
	height: 4px;
}
#a_la_une .contenu {
	padding: 0 6% 0 8%;
	width: 86%;
}
#a_la_une .figure {
	margin: 10px 0 5px 0;
}
#a_la_une .align_center {text-align: center;}
#a_la_une .align_center img {border: 0;}
#a_la_une dl {
	float:left;
	width: 70px;
}
#a_la_une dl.dernier {float: right;}
#a_la_une dd {
	margin: 0;
	padding: 0;
	text-align: center;
}
#a_la_une input {
	border: 1px solid #82706B;
	width: 98%;
	margin: 3px 0 8px 0;
}
#a_la_une input.button_ok {
	width: 3em;
	float: right;
	margin-right: 1%;
	padding:0;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFF;
	background-color: #64878C;
	border: 2px solid #64878C;
}
#a_la_une input.button_ok:hover {
	color: #64878C;
	background-color: #E2DDC7;
}

/***** PAGE arTitudes *****/

#artitudes_couvs, #artitudes_sm {
	margin: 3em 0 5em 0;
	padding: 0;
	font-size:90%;
}
#artitudes_sm {
	margin-bottom: 1em;
}
#artitudes_couvs li, #artitudes_sm li {
	margin:0;padding:0;
	list-style: none;
}
#artitudes_couvs li a, #artitudes_sm li a, #artitudes_couvs li a:visited, #artitudes_sm li a:visited {
	display: block;
	width: 340px;
	color: #fff;
}
#artitudes_sm li a, #artitudes_sm li a:visited {
	width: 366px;
}
#artitudes_couvs li a:hover, #artitudes_sm li a:hover {
	color: #64878C;
	text-decoration: none;
}
#artitudes_couvs li .block, #artitudes_sm li .block {
	display: block;
	margin-left: 150px;
}
#artitudes_sm li .block {
	margin-left: 131px;
}
#artitudes_couvs li strong, #artitudes_sm li strong {
	display: block;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0;
}
#artitudes_sm li strong {
	font-size: 1.2em;
}

#artitudes_couvs li.couv1 a {
	background: transparent url(artitudes_couv01.jpg) no-repeat 0 0;
	height: 175px;
}
#artitudes_couvs li.couv1 a:hover {
	background: transparent url(artitudes_couv01.jpg) no-repeat -340px 0;
}
#artitudes_couvs li.couv1 span {padding-top:54px;}
#artitudes_couvs li.couv2 a {
	background: transparent url(artitudes_couv02.jpg) no-repeat 0 0;
	height: 145px;
}
#artitudes_couvs li.couv2 a:hover {
	background: transparent url(artitudes_couv02.jpg) no-repeat -340px 0;
}
#artitudes_couvs li.couv2 span {padding-top:44px;}
#artitudes_couvs li.couv3 a {
	background: transparent url(artitudes_couv03.jpg) no-repeat 0 0;
	height: 146px;
}
#artitudes_couvs li.couv3 a:hover {
	background: transparent url(artitudes_couv03.jpg) no-repeat -340px 0;
}
#artitudes_couvs li.couv3 span {padding-top:50px;}

#artitudes_sm li.sm1 a {
	background: transparent url(artitudes_sm01.jpg) no-repeat 0 0;
	height: 121px;
}
#artitudes_sm li.sm1 a:hover {
	background: transparent url(artitudes_sm01.jpg) no-repeat -365px 0;
}
#artitudes_sm li.sm1 span {padding-top:35px;}
#artitudes_sm li.sm2 a {
	background: transparent url(artitudes_sm02.jpg) no-repeat 0 0;
	height: 157px;
}
#artitudes_sm li.sm2 a:hover {
	background: transparent url(artitudes_sm02.jpg) no-repeat -365px 0;
}
#artitudes_sm li.sm2 span {padding-top:40px;}
#artitudes_sm li.sm3 a {
	background: transparent url(artitudes_sm03.jpg) no-repeat 0 0;
	height: 142px;
}
#artitudes_sm li.sm3 a:hover {
	background: transparent url(artitudes_sm03.jpg) no-repeat -365px 0;
}
#artitudes_sm li.sm3 span {padding-top:40px;}
#artitudes_sm li.sm4 a {
	background: transparent url(artitudes_sm04.jpg) no-repeat 0 0;
	height: 158px;
}
#artitudes_sm li.sm4 a:hover {
	background: transparent url(artitudes_sm04.jpg) no-repeat -365px 0;
}
#artitudes_sm li.sm4 span {padding-top:35px;}
#artitudes_sm li cite.legende {
	position: relative;
	display: block;
	bottom: 16px;
	left: 80px;
}
#artitudes_sm li.sm3 cite.legende {
	bottom: 19px;
}

.artitudes_last {
	margin-bottom: 3em;
}

/* jquery-autocomplete.css */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}







/* Localized */
