* {
border:0;
margin:0;
padding:0;
}

html,body  {
	width: 100%;
	height:100%;
	font-family: Arial,Verdana,Sans-serif;
	font-size: small;
	font-variant:small-caps;
	text-align: center;
}

a:link, a:visited , a:active { color: #fff;}
a:hover { text-decoration:underline; }

/***   BANNER   ***/
.M1 #header {
	padding-top: 20px;
	height: 100px;
	background-image: url(../images/logo120_b.png);
	background-repeat: no-repeat;
	background-position: center center;
} 
.M1 h1 {
	position:absolute;
	left:-5000px;
}

/***   background   ***/
.M1 #container {
	position:relative;
	width:100%;
	height:auto;
	background-image: url(../images/mlt_hd_detoure_bright.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
} 

/***   introduction page   ***/
.M1 #containerintro {
	position:relative;
	height:100%;
	width:100%;
	background-image: url(../images/mlt_hd_detoure_bright.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

.M1 #intro_locate {
	position:absolute;
	left:50%;
	top:40%;
	margin-top:-60px;
	margin-left:-385px;
}
							
.introcube {
	position:relative;
	left:-60px;
	width:35px;
	height:35px;
	border:1px solid #FFF;
	float:left;
	background-color:#FFF;
}

.introcube:hover {
	background-color:#000;
}

.menu_oeuvres p a:hover{
	font-size:16px;
	text-align:right;
}

.menu_oeuvres p a:hover:before {
	content : "-";
}

/***   layer   ***/
.M1 #mainLayer {
	position: relative;
	top:0px;
	height:100%;
	background-color:#000;
	color: #FFF;
	text-align:left;
	filter: alpha(Opacity=75) ;
	-moz-opacity:0.75;
	opacity: 0.75;
}

/***   text   ***/
.M1 #mainContent {
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	width:974px;
	height:auto;
}

.M1 #insideContent {
	padding-top:20px;
	border-right:0px solid white;
	border-left:0px solid white;
	text-align:justify;
}

.M1 #mainContent h2 {
}


.M1 #mainContent h3 {
}

.M1 #mainContent a {
	color : #FFF;
	text-decoration:none;
}
.M1 #mainContent a:hover {
	font-variant:small-caps;
/*	text-decoration:underline;*/
}

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

#citation {
font:italic 13px Serif;
text-indent:22px;
color:#000;
margin:0 auto;
padding:0;
}

#citation_over {
float:right;
position:relative;
top:0px;
right:40px;
font:italic 12px Verdana;
}

#citation {
font:italic 13px Serif;
text-indent:22px;
color:#000;
margin:0 auto;
padding:0;
}
#citation_over {
float:right;
position:relative;
top:0px;
right:80px;
font:italic bold 12px Verdana;
color:#000;
}

/***   FOOTER   ***/

.M1 #footer {
	width: 100%;
	padding: 0;
	border-top: 1px solid white;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1200;
	background: #3F3F3F;
	color:#FFF;
	text-align: center;
} 

.M1 #footer p#menu  {
	margin: 0; 
	padding: 0;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
.M1 #footer:hover  {
	color:#3F3F3F;
}
.M1 #footer:hover p#menu a {
}
.M1 #footer p#menu a{
	color:#FFF;
	text-decoration:none;
}
.M1 #footer p#menu:hover{
}

.M1 #footer p#menu a:hover{
	background-color:#fff;
	color:#3F3F3F;
/*	text-transform: uppercase;
*/
}

.M1 #footer p#copyright {
	margin: 0; 
	padding: 0;
	font-size: 8px;
	color: #CCC;
}


/***    Misc   ***/
.fltrt { /* float right. floated must precede the element it should be next to. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}

/* don't exist anymore . justincase . */
#mainmenu {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 20px;
	color: #000;
	text-align: center;
}

#mainmenu #menu a{
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#mainmenu a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

