/*	musée du quai Branly - les modules interractifs		*/
/*	display by gaya.fr     					*/



/*
	reset css, tribute to eric meyer
	http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
			{margin:0; padding:0; border:0; /*outline:0;*/ font-size:100%; vertical-align:baseline; /*background:transparent;*/}
body 			{line-height:1;}
ol, ul 			{list-style:none;}
blockquote, q 		{quotes:none;}

/* remember to define focus styles! */
:focus 			{/*outline:0;*/}

/* remember to highlight inserts somehow! */
ins 			{text-decoration:none;}
del 			{text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table 			{border-collapse:collapse; border-spacing:0;}

.ancre			{height:0; width:0; overflow:hidden;}
.hide			{display:none;}
.clear			{clear:both; font:0px/0px arial; height:0;}


/*	typographie			*/

body				{color:#000; font:11px/13px verdana, sans-serif; }
#flashcontent			{text-align:center;}
#flashcontent .flash_alt	{text-align:left;}
.flash_alt			{width:500px; margin:30px auto; background:#fff; border:solid #fff 1px; -moz-border-radius:6px; -webkit-border-radius:6px;}

a				{text-decoration:none; color:#002470;}
a:focus,
a:hover,
a:active,
a:active			{color:#eb690a; text-decoration:underline;}


h1, h2, h3, h4, h5, h6			{}
.clair 					{background-color:#000;}
.clair .flash_alt_int 			{padding:15px; color:#fff;}
.clair .flash_alt_int h1 		{font-size:1.6em; text-transform:uppercase;}

.clair .flash_alt_int .txt p 		{margin:15px 0; line-height:150%; }
.clair .flash_alt_int p.img 		{margin:15px 0;}
.clair .flash_alt_int p.img img 	{margin-left:30px;}
.clair .flash_alt_int .note 		{}
.clair .flash_alt_int .note a 		{color:red; text-decoration:underline;}
.clair .flash_alt_int .note a:hover 	{text-decoration:none;}


