@charset "UTF-8";
/* CSS Document */

/* Remove decoration on the images into an <a> tag */
a img
{
	border:none;
}

/* pushes the page to the full capacity of the viewing area */
html
{
	height:100%;
}

body
{
	font-family:Helvetica, arial, sans-serif;
	color:#ffffff;
	margin-top:50px;
	margin-left:55px;
	background-color:#000000;
}

.annees
{
	width:70px;
}

.expos
{
	padding-bottom:20px;
	line-height:18px;
}

.annees, .expos
{
	font-size:11px;
	vertical-align:top;
}

p.corp
{
	font-size:13px;
	line-height:18px;
	margin-top:0px;
}

/* prepares the background image to full capacity of the viewing area */
#bg 
{
	position:fixed; top:0; left:0; width:100%; height:100%;
}

/* places the content ontop of the background image */
#content 
{
	position:relative; z-index:1;
}

.col1
{
	width:375px;
     padding-bottom:20px;
}

.col2
{
	width:440px;
}

.langues
{
	color:#f69679;
	vertical-align:top;
	padding-left:2px;
}

.nom-expos
{
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}

.description
{     
     color:#fecf8c;
	 font-size:10px;
}

.note-pied, .langues
{
	font-size:9px;
}

.sous-menu
{
	color:#828283;
	visibility:hidden;
}

.sous-menu-on
{
	color:#FFFFFF;
	visibility:visible;
}

.sous-menu-off
{
	color:#828283;
	visibility:visible;
}

.sous-menu, .sous-menu-on, .sous-menu-off
{
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

.title1
{
	color:#c0bfbf;
}

.title2
{
	font-size:38.18px;
	color:#ffffff;
}

.title3
{
	color:#f69679;
}

.title1, .title3
{
	font-size:25.6px;
}

.txt_menu
{
	font-size:18px;
	visibility:hidden;
}
