@charset "ISO-8859-1";

/*-----------------------------------------------------------
															 
     Default or global CSS file (please comment sections)    
															 
---------------------------------------------------------- */
 
/*-----------------------------------------------------------
       HTML				                                     
---------------------------------------------------------- */
 
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:125%;
}

body {
	background:none repeat scroll 0 0 #FFF;
	text-align:center;
	padding-bottom:1em;
}

/*-----------------------------------------------------------
       Typographie // Typography		                     
---------------------------------------------------------- */

/* 	  Default style										   */

p, h1, h2, h3, h4, h5 {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:125%;
}

td th {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* 	  Titles											   */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	margin:0.7em 0;
	margin-top:0px;
	padding-top:2px;
	font-weight:normal;
	font-style:italic;
	display:block;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0.55em 0;
	font-style:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	font-weight:bold;
	font-style:italic;
	margin:0;
}

/* 	  Text											   */

p {
	font-size:0.75em;
	line-height:125%;
	margin:1em 0;
	text-align:justify;
}

strong {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

span, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
	line-height:inherit;
}

sup {
	font-size:75%;
	vertical-align:text-top;
}

sub {
	font-size:75%;
	vertical-align:text-bottom;
}

small {
	font-size:50%;
}

/* 	  Links											   */

a {
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

a.selected {
	font-weight:bold;
}

/* 	  Lists	     										   */

#content ul li.separator {
	font-weight:bold;
	padding:0 4px;
}

ul.fleche-grise {
	margin:14px 0;
}

ul.fleche-grise li {
	background:url(../../musee_recherche/images/fleche.png) no-repeat left center;
	font-size:0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0 0 0 16px;
}

ul.fleche-grise a {
	font-size:inherit;
	line-height:0.813em;
}

/* 	  Forms	     										   */

form, input, select, button, option {
	font-size:0.80em;
	line-height:125%;
}

form label {
	font-size:0.563em;
}

input {
}

textarea {
	font-size:0.75em;
	line-height:125%;
}

form #menu span {
	font-size:0.75em;
	line-height:normal;
}

/*-----------------------------------------------------------
      General classes                   	                 
---------------------------------------------------------- */

.clear {
	clear:both;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

.inline-list li {
	float:left;
	display:inline;
}

.indent {
	padding-left:25px;
}

.small {
	font-size:0.625em;
	line-height:0.75em;
}

/*-----------------------------------------------------------
       Classes                                  			 
---------------------------------------------------------- */

.padding_back {
	background: transparent url(images/musee/back_jaune.jpg) repeat-y top left;
	width: 780px;
	height: 4000px;
}

.navigation {
}

.navigation a {
	font-size:0.625em;
	text-decoration:none;
}

.navigation a:hover {
	text-decoration:underline;
}

.navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.navigation ul li {
	line-height:85%;
}

.navigation ul li span {
	font-size:0.625em;
}

.navigation ul ul {
	padding-left:1.5em;
}

.section {
	clear:both;
}

.access {
	display:none;
}

.meta {
	font-family:arial;
	font-size:0.90em;
}

.error {
	text-align:left;
	color:#fe9b02;
}

.field {
	width:100%;
	margin-bottom:3px;
}

.up, .selected.up, .next, .next2, .prev, .prev2, .button {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
	font-size:0.75em;
}

.button a, .up:hover, .next:hover, .next2:hover, .prev:hover, .prev2:hover, .button:hover {
	text-decoration:none;
}

.up {
	margin-right:12px;
	padding-right:13px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:right center;
}

.up:hover {
	text-decoration:none;
}

.next, .next2 {
	font-size:0.75em;
	float:right;
	padding-right:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:right center;
}

.prev, .prev2 {
	float:right;
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left center;
}

.notice {
	background:url(images/notice-see.gif) no-repeat bottom right;
}

a.notice:hover {
	background:url(images/notice-see-hover.gif) no-repeat bottom right;
}

.photo {
	padding-left:20px;
	background:url(../images/icons/photo.gif) no-repeat center left;
}

.video {
	padding-left:20px;
	background:url(../images/icons/video.gif) no-repeat center left;
}

.illustration {
	padding-left:20px;
	background:url(../images/icons/illustration.gif) no-repeat center left;
}

.article {
	padding-left:20px;
	background:url(../images/icons/article.gif) no-repeat center left;
}

.animation {
	padding-left:20px;
	background:url(../images/icons/animation.gif) no-repeat center left;
}

.attachement {
	padding-left:20px;
	background:url(../images/icons/attachement.gif) no-repeat center left;
}

.pdf {
	padding:5px 0 5px 25px;
	background:url(../images/icons/pdf.gif) no-repeat center left;
}

.links {
	background:transparent url(../images/icons/links.gif) no-repeat left 55%;
	padding-left:25px;
	text-align:left;
}

.links span {
	font-size:0.688em;
}

.subsections {
	background:transparent url(../images/icons/subsections.gif) no-repeat left 55%;
	padding-left:25px;
	text-align:left;
	line-height:87.5%;
}

.subsections a {
	cursor:pointer;
}

.subsections span {
	font-size:0.688em;
}

/*-----------------------------------------------------------
       Structure			                                 
---------------------------------------------------------- */

#document {
	overflow:hidden;
	text-align:left;
	width:780px;
	margin:0 auto;
}

#header {
	height:70px;
	position:relative;
	background-color:transparent;
	background-repeat:no-repeat;
}

#header h1 {
	display:none;
}

/* 	  Top Navigation									   */

#topnav {
	height:16px;
	width:480px;
	margin:0 0 13px 0;
	padding:3px 11px 3px 3px;
	background-color:#abaaaa;
	float:left;
	display:inline;
}

.addthis_button {
	height:16px;
	width:125px;
	float:left;
	display:inline;
}

#topnav a {
	font-size:0.625em;
	color:#2F2C2C;
	text-decoration:none;
}

#topnav ul#toplinks {
	float:right;
	font-size:inherit;
	font-weight:normal;
	line-height:1;
	list-style:none outside none;
	margin:2px 0 0 0;
	padding:0;
	width:auto;
	z-index:9999;
}

#topnav ul#toplinks li {
	height:14px;
	background-image: none; /* override from default li */
	float: left;
	display:inline;
	padding:0;
	margin:0;
	width: auto;
	text-align:right;
}

#topnav ul#toplinks li a {
	height:14px;
	line-height:normal;
	display:block;
	text-align:right;
}

#topnav ul#toplinks li.spacer {
	line-height:72.5%;
	display:block;
	color:#666;
}

/* Language selection area */

#languages {
	height:16px;
	width:256px;
	margin:0 0 13px 0;
	padding:3px 15px;
	float:left;
	display:inline;
	background-color:#4e4c4c;
}

#languages img {
	vertical-align:bottom;
}

#languages a {
	font-size:0.625em;
	line-height:75%;
	color:#CCC;
	text-decoration:none;
}

#languages a:hover {
	text-decoration:underline;
}

ul#languageslinks {
	font-size:inherit;
	font-weight:normal;
	line-height:1;
	list-style:none outside none;
	float: left;
	display:inline;
	margin:2px 0 0 0;
	padding:0;
	width:auto;
	z-index:9999;
}

ul#languageslinks li {
	height:14px;
	background-image: none; /* override from default li */
	float: left;
	display:inline;
	padding:0;
	margin:0;
	width: auto;
	text-align:left;
}

ul#languageslinks li a {
	height:14px;
	line-height:normal;
	display:block;
	text-align:left;
}

#languages ul#languageslinks li.spacer {
	line-height:72.5%;
	display:block;
	color:#999;
}

/* Search */

ul#sitesearch {
	height:16px;
	margin:0;
	float:right;
	display:inline;
}

ul#sitesearch li {
	line-height:75%;
	float:left;
	display:inline;
	text-transform:uppercase;
}

/* 	  Site Navigation								   */

#sitenav {
	height:35px;
	width:780px;
	display:block;
	clear:both;
	background-image:url(../images/navigation/bckg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#sitenav ul#sitenavlinks {
	height:35px;
	width:780px;
}

#sitenav ul#sitenavlinks li {
	height:35px;
	line-height:0.75em;
	float:left;
	display:inline;
	text-transform:uppercase;
	text-align:left;
	white-space:nowrap;
}

#sitenav ul#sitenavlinks li a {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:0.625em;
	font-weight:bold;
	color:#4C4C4B;
	text-decoration:none;
	display:block;
	margin-top:6px;
}

#sitenav ul#sitenavlinks li a:hover {
	text-decoration:none;
	color:#fdfdfd;
}

#sitenav ul#sitenavlinks li img {
}

#sitenav ul#sitenavlinks li.active a {
	color:#fdfdfd;
}

#sitenav ul#sitenavlinks li.separator {
	width:1px;
}

/* Auto Biographie */

#sitenav ul#sitenavlinks li.auto-biographie {
	width:63px;
	padding:0 21px 0 14px;
}

#sitenav ul#sitenavlinks.english-sitenav li.auto-biographie {
	width:63px;
	padding:0 12px 0 14px;
}

#sitenav ul#sitenavlinks li.auto-biographie:hover, #sitenav ul#sitenavlinks li.auto-biographie:hover a {
	background-color:#4a6b6f;
	color:#fdfdfd;
}

body.auto-biographie #sitenav ul#sitenavlinks li.auto-biographie, body.auto-biographie #sitenav ul#sitenavlinks li.auto-biographie a {
	background-color:#4a6b6f;
	color:#fdfdfd;
}

body.auto-biographie #header {
	background-color:#4a6b6f;
}

/* Illustrations et Télévision */

#sitenav ul#sitenavlinks li.illustrations-et-television {
	width:82px;
	padding:0 13px 0 14px;
}

#sitenav ul#sitenavlinks.english-sitenav li.illustrations-et-television {
	width:87px;
}

#sitenav ul#sitenavlinks li.illustrations-et-television:hover, #sitenav ul#sitenavlinks li.illustrations-et-television:hover a {
	background-color:#666699;
	color:#fdfdfd;
}

body.illustrations-et-television #sitenav ul#sitenavlinks li.illustrations-et-television, body.illustrations-et-television #sitenav ul#sitenavlinks li.illustrations-et-television a {
	background-color:#666699;
	color:#fdfdfd;
}

body.illustrations-et-television #header {
	background-color:#666699;
}

/* Cinema d'animation */

#sitenav ul#sitenavlinks li.cinema-danimation {
	width:70px;
	padding:0 15px 0 14px;
}

#sitenav ul#sitenavlinks.english-sitenav li.cinema-danimation { /* VERSION ANGLAISE */
	width:63px;
	padding:0 12px 0 14px;
}

#sitenav ul#sitenavlinks li.cinema-danimation:hover, #sitenav ul#sitenavlinks li.cinema-danimation:hover a {
	background-color:#0f2f4e;
	color:#fdfdfd;
}

body.cinema-danimation #sitenav ul#sitenavlinks li.cinema-danimation, body.cinema-danimation #sitenav ul#sitenavlinks li.cinema-danimation a {
	background-color:#0f2f4e;
	color:#fdfdfd;
}

body.cinema-danimation #header {
	background-color:#0f2f4e;
}

/* Musee et Recherches */

#sitenav ul#sitenavlinks li.musee-et-recherches {
	width:78px;
	padding:0 9px 0 10px;
}

#sitenav ul#sitenavlinks.english-sitenav li.musee-et-recherches {
	width:80px;
}

#sitenav ul#sitenavlinks li.musee-et-recherches:hover, #sitenav ul#sitenavlinks li.musee-et-recherches:hover a {
	background-color:#666666;
	color:#fdfdfd;
}

body.musee-et-recherches #sitenav ul#sitenavlinks li.musee-et-recherches, body.musee-et-recherches #sitenav ul#sitenavlinks li.musee-et-recherches a {
	background-color:#666666;
	color:#fdfdfd;
}

body.musee-et-recherches #header {
	background-color:#666666;
}

/* Artiste Engage*/

#sitenav ul#sitenavlinks li.artiste-engage {
	width:43px;
	padding:0 18px 0 18px;
}

#sitenav ul#sitenavlinks.english-sitenav li.artiste-engage {
	width:43px;
	padding:0 18px 0 18px;
}

#sitenav ul#sitenavlinks.english-sitenav li.artiste-engage a {
	margin-top:1px;
}

#sitenav ul#sitenavlinks li.artiste-engage:hover, #sitenav ul#sitenavlinks li.artiste-engage:hover a {
	background-color:#6c2f57;
	color:#fdfdfd;
}

body.artiste-engage #sitenav ul#sitenavlinks li.artiste-engage, body.artiste-engage #sitenav ul#sitenavlinks li.artiste-engage a {
	background-color:#6c2f57;
	color:#fdfdfd;
}

body.artiste-engage #header {
	background-color:#6c2f57;
}

/* Cultures du monde */

#sitenav ul#sitenavlinks li.cultures-du-monde {
	width:58px;
	padding:0 21px 0 18px;
}

#sitenav ul#sitenavlinks.english-sitenav li.cultures-du-monde {
	width:72px;
	padding:0 8px 0 27px;
}

#sitenav ul#sitenavlinks li.cultures-du-monde:hover, #sitenav ul#sitenavlinks li.cultures-du-monde:hover a {
	background-color:#a82c1f;
	color:#fdfdfd;
}

body.cultures-du-monde #sitenav ul#sitenavlinks li.cultures-du-monde, body.cultures-du-monde #sitenav ul#sitenavlinks li.cultures-du-monde a {
	background-color:#a82c1f;
	color:#fdfdfd;
}

body.cultures-du-monde #header {
	background-color:#a82c1f;
}

/* Activites educatives */

#sitenav ul#sitenavlinks li.activites-educatives {
	width:65px;
	padding:0 11px 0 30px;
	background-image:url(/_links/images/navigation/icn-activites-educatives.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
}

#sitenav ul#sitenavlinks.english-sitenav li.activites-educatives {
	width:63px;
	padding:0 0 0 30px;
}

#sitenav ul#sitenavlinks li.activites-educatives:hover {
	background-image:url(/_links/images/navigation/icn-activites-educatives-hover.gif);
}

#sitenav ul#sitenavlinks li.activites-educatives:hover, #sitenav ul#sitenavlinks li.activites-educatives:hover a {
	background-color:#e5a92c;
	color:#fdfdfd;
}

body.activites-educatives #sitenav ul#sitenavlinks li.activites-educatives, body.activites-educatives #sitenav ul#sitenavlinks li.activites-educatives a {
	background-color:#e5a92c;
	color:#fdfdfd;
}

body.activites-educatives #header {
	background-color:#e5a92c;
}

/*  Boutique en ligne */

#sitenav ul#sitenavlinks li.boutique-en-ligne {
	width:53px;
	padding:0 16px 0 19px;
}

#sitenav ul#sitenavlinks.english-sitenav li.boutique-en-ligne {
	padding:0 14px 0 25px;
}

#sitenav ul#sitenavlinks li.boutique-en-ligne:hover, #sitenav ul#sitenavlinks li.boutique-en-ligne:hover a {
	background-color:#424066;
	color:#fdfdfd;
}

body.boutique-en-ligne #sitenav ul#sitenavlinks li.boutique-en-ligne, body.boutique-en-ligne #sitenav ul#sitenavlinks li.boutique-en-ligne a {
	background-color:#424066;
	color:#fdfdfd;
}

body.boutique-en-ligne #header {
	background-color:#424066;
}

/* Shadow PNG after navigation */

#navshadow {
	display:block;
	height:23px;
	width:780px;
	background:url("/_links/images/navigation/shadow.png") repeat-x top left;
}

#navshadow2 {
	display:block;
	height:23px;
	width:780px;
	background:url("/_links/images/navigation/shadow2.png") repeat-x top left;
}

#menu {
	width:175px;
	margin-left:10px;
	margin-bottom:80px;
	padding-top:1.25em;
	float:left;
	display:inline;
}

#menu ul {
	margin-bottom:3em;
}

#menu ul ul {
	margin-bottom:0; /* expecting no third level */
}

#menu ul ul a {
	font-style:italic;
}

#menu ul a:hover {
	text-decoration:none;
}

#menu .next:hover { /* yoyo */
	font-weight:normal;
}

#menu .first a {
	font-weight:normal;
}

#content {
	display:inline;
	float:right;
	width:568px;
	margin-right:10px;
	margin-bottom:10px;
}

#content .wrapper {
	padding:10px;
}

#content .intro {
	font-size:0.688em;
	margin-bottom:2em;
}

#content p.intro {
	line-height:137.5%;
	margin-bottom:4em;
}

#footer {
	clear:both;
	text-align:right;
	width:100%;
}

#footer .navigation {
	color:#fff;
	margin:0;
	margin-top:10px;
	height:25px;
	text-align:right;
	background-color:#66669a;
	background-repeat:no-repeat;
	background-position:center center;
}

#footer .navigation img {
	margin:4px 10px;
}

#get-flash {
	width:100%;
	display:block;
	margin:0 0 14px 0;
}

#copyright {
	width:780px;
	background-color:transparent;
	text-align:center;
	font-size:0.625em;
	margin:1em auto 1em auto;
}

#copyright a {
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

/**
 * 3.1 Document media layout
 */
#medias a {
	font-weight:normal;
	text-decoration:none;
}

#medias a:hover {
	text-decoration:none;
}

#medias .wrapper {
	padding-top:1px;
}

#medias .media {
	cursor:pointer;
	margin-top:8px;
	position:relative;
}

#medias .media .wrapper {
	position:relative;
	padding:10px 30px;
}

#medias .media .wrapper span {
	line-height:143.8%;
	display:block;
}

#medias .media img {
	float:left;
	margin-right:20px;
}

#medias .media {
	cursor:pointer;
}

#medias .media .media-type {
	float:none;
	margin-right:0;
	position:absolute;
	bottom:10px;
	right:10px;
}

#media_content {
	text-align:center;
}

#media_display {
	margin:40px 0;
}

#media_description {
	margin:0 10px;
	padding:10px 0;
}

#media_description .wrapper {
	padding:0 0 10px 0;
}

#media_description span {
	float:left;
}

#media_description .meta {
	float:none;
}

/*-----------------------------------------------------------
       Rounded/Custom Corners JS                             
---------------------------------------------------------- */

.box {
	display:block;
}

a.box {
	text-decoration:none;
}

.box .customcorners2 {
	padding-top:1px; /* fixes the height (height bug before refresh in wk) */
	position:relative;
	top:-15px;
	background-repeat:no-repeat;
	background-position:0 0px;
}

.box .customcorners2_header {
	height:15px;
	margin:0;
	position:relative;
	top:-1px;
	right:-14px;
	padding-left:0;
	background-repeat:no-repeat;
	background-position:top right;
}

.box .customcorners2_body {
	padding:1px 15px 0 0;
	position:relative;
	top:-1px;
	right:-14px;
	background-repeat:repeat-y;
	background-position:top right;
}

.box .customcorners2_footer {
	position:relative;
	top:12px;
	height:15px;
	text-align:right;
	text-decoration:none !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat:no-repeat;
	background-position:bottom left;
}

.box .customcorners2_innerfooter {
	height:27px;
	width:15px;
	top:-13px;
	position:absolute;
	right:-14px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.box .customcorners2_wrapper {
	margin-top:-18px;
	bottom:-15px;
	position:relative;
	z-index:20;
}

/* specific boxes rules border-bottom is added to fix a browser bug in ie. */
.box.type_01 .customcorners2_body {
	border-bottom:1px solid #ffffff;
}

.box.type_02 .customcorners2_body {
	border-bottom:1px solid #f3fdfb;
}

.box.type_05 .customcorners2_body {
	border-bottom:1px solid #e1edf0;
}

.box.type_06 .customcorners2_body {
	border-bottom:1px solid #eaf3da;
}

.box.type_07 .customcorners2_body {
	border-bottom:1px solid #dcebee;
}

.box.type_09 .customcorners2_body {
	border-bottom:1px solid #e9f5ea;
}

a.box.type_03 .customcorners2_innerfooter {
	z-index:20;
	background-image:url(images/boxes/type_03/bottom_right_see.png) !important;
}

a.box.type_03:hover .customcorners2_innerfooter {
	background-image:url(images/boxes/type_03/bottom_right_see_hover.png) !important;
}

a.box.type_04 .customcorners2_innerfooter {
	z-index:20;
	background-image:url(images/boxes/type_04/bottom_right_see.png) !important;
}

a.box.type_04:hover .customcorners2_innerfooter {
	background-image:url(images/boxes/type_04/bottom_right_see_hover.png) !important;
}

.box.see.type_05 .customcorners2_innerfooter {
	z-index:20;
	background-image:url(images/boxes/type_05/bottom_right_see.png) !important;
}

.box.see.type_05:hover .customcorners2_innerfooter {
	background-image:url(images/boxes/type_05/bottom_right_see_hover.png) !important;
}

a.box.type_05 .customcorners2_innerfooter {
	z-index:20;
	background-image:url(images/boxes/type_05/bottom_right_see.png) !important;
}

a.box.type_05:hover .customcorners2_innerfooter {
	background-image:url(images/boxes/type_05/bottom_right_see_hover.png) !important;
}

a.box.type_06 .customcorners2_innerfooter {
	z-index:20;
	background-image:url(images/boxes/type_06/bottom_right_see.png) !important;
}

a.box.type_06:hover .customcorners2_innerfooter {
	background-image:url(images/boxes/type_06/bottom_right_see_hover.png) !important;
}

a.box.type_10 .customcorners2_innerfooter {
	z-index:20;
	background-image:url(images/boxes/type_10/bottom_right_see.png) !important;
}

a.box.type_10:hover .customcorners2_innerfooter {
	background-image:url(images/boxes/type_10/bottom_right_see_hover.png) !important;
}

/*-----------------------------------------------------------
       Rounded corners, Sorin Ionescu style                  
---------------------------------------------------------- */

.type_01-north {
	background:url(images/borders/type_01/north.gif) repeat-x top;
}

.type_01-east {
	background:url(images/borders/type_01/east.gif) repeat-y right;
}

.type_01-south {
	background:url(images/borders/type_01/south.gif) repeat-x bottom;
}

.type_01-west {
	background:url(images/borders/type_01/west.gif) repeat-y left;
}

.type_01-northeast {
	background:url(images/borders/type_01/northeast.gif) no-repeat top right;
}

.type_01-southeast {
	background:url(images/borders/type_01/southeast.gif) no-repeat bottom right;
}

.type_01-southwest {
	background:url(images/borders/type_01/southwest.gif) no-repeat bottom left;
}

.type_01-northwest {
	background:url(images/borders/type_01/northwest.gif) no-repeat top left;
}

.type_02-north {
	background:url(images/borders/type_02/north.gif) repeat-x top;
}

.type_02-east {
	background:url(images/borders/type_02/east.gif) repeat-y right;
}

.type_02-south {
	background:url(images/borders/type_02/south.gif) repeat-x bottom;
}

.type_02-west {
	background:url(images/borders/type_02/west.gif) repeat-y left;
}

.type_02-northeast {
	background:url(images/borders/type_02/northeast.gif) no-repeat top right;
}

.type_02-southeast {
	background:url(images/borders/type_02/southeast.gif) no-repeat bottom right;
}

.type_02-southwest {
	background:url(images/borders/type_02/southwest.gif) no-repeat bottom left;
}

.type_02-northwest {
	background:url(images/borders/type_02/northwest.gif) no-repeat top left;
}

.type_03-north {
	background:url(images/borders/type_03/north.gif) repeat-x top;
}

.type_03-east {
	background:url(images/borders/type_03/east.gif) repeat-y right;
}

.type_03-south {
	background:url(images/borders/type_03/south.gif) repeat-x bottom;
}

.type_03-west {
	background:url(images/borders/type_03/west.gif) repeat-y left;
}

.type_03-northeast {
	background:url(images/borders/type_03/northeast.gif) no-repeat top right;
}

.type_03-southeast {
	background:url(images/borders/type_03/southeast.gif) no-repeat bottom right;
}

.type_03-southwest {
	background:url(images/borders/type_03/southwest.gif) no-repeat bottom left;
}

.type_03-northwest {
	background:url(images/borders/type_03/northwest.gif) no-repeat top left;
}

.type_04 .north {
	background:url(images/borders/type_04/north.gif) repeat-x top;
}

.type_04 .east {
	background:url(images/borders/type_04/east.gif) repeat-y right;
}

.type_04 .south {
	background:url(images/borders/type_04/south.gif) repeat-x bottom;
}

.type_04 .west {
	background:url(images/borders/type_04/west.gif) repeat-y left;
}

.type_04 .northeast {
	background:url(images/borders/type_04/northeast.gif) no-repeat top right;
}

.type_04 .southeast {
	background:url(images/borders/type_04/southeast.gif) no-repeat bottom right;
}

.type_04 .southwest {
	background:url(images/borders/type_04/southwest.gif) no-repeat bottom left;
}

.type_04 .northwest {
	background:url(images/borders/type_04/northwest.gif) no-repeat top left;
}

.type_05 .north {
	background:url(images/borders/type_05/north.gif) repeat-x top;
}

.type_05 .east {
	background:url(images/borders/type_05/east.gif) repeat-y right;
}

.type_05 .south {
	background:url(images/borders/type_05/south.gif) repeat-x bottom;
}

.type_05 .west {
	background:url(images/borders/type_05/west.gif) repeat-y left;
}

.type_05 .northeast {
	background:url(images/borders/type_05/northeast.gif) no-repeat top right;
}

.type_05 .southeast {
	background:url(images/borders/type_05/southeast.gif) no-repeat bottom right;
}

.type_05 .southwest {
	background:url(images/borders/type_05/southwest.gif) no-repeat bottom left;
}

.type_05 .northwest {
	background:url(images/borders/type_05/northwest.gif) no-repeat top left;
}

.selected .type_02-north, .media:hover .type_02-north {
	background:url(images/borders/type_02/north-hover.gif) repeat-x top;
}

.selected .type_02-east, .media:hover .type_02-east {
	background:url(images/borders/type_02/east-hover.gif) repeat-y right;
}

.selected .type_02-south, .media:hover .type_02-south {
	background:url(images/borders/type_02/south-hover.gif) repeat-x bottom;
}

.selected .type_02-west, .media:hover .type_02-west {
	background:url(images/borders/type_02/west-hover.gif) repeat-y left;
}

.selected .type_02-northeast, .media:hover .type_02-northeast {
	background:url(images/borders/type_02/northeast-hover.gif) no-repeat top right;
}

.selected .type_02-southeast, .media:hover .type_02-southeast {
	background:url(images/borders/type_02/southeast-hover.gif) no-repeat bottom right;
}

.selected .type_02-southwest, .media:hover .type_02-southwest {
	background:url(images/borders/type_02/southwest-hover.gif) no-repeat bottom left;
}

.selected .type_02-northwest, .media:hover .type_02-northwest {
	background:url(images/borders/type_02/northwest-hover.gif) no-repeat top left;
}

.selected .north, .media:hover .north {
	background:url(images/borders/type_04/north-hover.gif) repeat-x top;
}

.selected .east, .media:hover .east {
	background:url(images/borders/type_04/east-hover.gif) repeat-y right;
}

.selected .south, .media:hover .south {
	background:url(images/borders/type_04/south-hover.gif) repeat-x bottom;
}

.selected .west, .media:hover .west {
	background:url(images/borders/type_04/west-hover.gif) repeat-y left;
}

.selected .northeast, .media:hover .northeast {
	background:url(images/borders/type_04/northeast-hover.gif) no-repeat top right;
}

.selected .southeast, .media:hover .southeast {
	background:url(images/borders/type_04/southeast-hover.gif) no-repeat bottom right;
}

.selected .southwest, .media:hover .southwest {
	background:url(images/borders/type_04/southwest-hover.gif) no-repeat bottom left;
}

.selected .northwest, .media:hover .northwest {
	background:url(images/borders/type_04/northwest-hover.gif) no-repeat top left;
}

/*-----------------------------------------------------------
       Hacks			                                     
---------------------------------------------------------- */

.clearfix:after { /* http://www.positioniseverything.net/easyclearing.html */
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE5/Mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE5/Mac */

