/* CSS Document */

/*////// ANCHOR TAGS \\\\\\ */

a.swap:link {
	text-decoration: none;
}
a.swap:visited {
	text-decoration: none;
}
a.swap:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
a.swap:active {
	text-decoration: none;
}

a.project-title:link{
	text-decoration: none;
	color: #FFFFFF;
}

a.project-title:hover{
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
}

a.project-title:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.project-titlearrow:link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}

a.project-titlearrow:hover{
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
	font-size: 13px;
}

a.project-titlearrow:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
a.index:link {
	color: #FF6600;
	text-decoration: none;
}
a.index:hover {
	color: #000000;
	background-color: #666666;
	text-decoration: underline;
}
a.index:visited {
	color: #FF6600;
	text-decoration: none;
}
a.navhere:link {
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
}
a.navhere:hover {
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
}
a.navhere:visited {
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
}
a.navactive:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navactive:hover {
	background-color: #666666;
	color: #000000;
	text-decoration: underline;
}
a.navactive:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.imagelink:link {
	color: #000000;
	text-decoration: none;
}

a.imagelink:visited {
	color: #000000;
	text-decoration: none;
}

a.imagethumb:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.imagethumb:visited {
	color: #FFFFFF;
	text-decoration: none;
}


body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;

}


/* ///////// ACCEUIL \\\\\\\ */

#container {
	position: absolute;
	/*width: 955px;
	height: 600px;*/
	top: 0px;
	left: 0px;
	/*-index: -1;*/
   }


#translucentbkg-instal {
	width: 975px;
	height: 600px;
	background-image:  url(fr/images/fonds/Paper2-fond-new.jpg)!important;
	background-color: #000000!important;
	/*background-image: none;*/
	background-color: #000000;
	background-repeat: no-repeat;
   /*filter:alpha(opacity=25);                           /* IE only */
   /*opacity:0.25;*/
   }
   
#translucentbkg-textes {
	width: 975px;
	height: 600px;
	background-image:  url(fr/images/fonds/textes-fond-new.jpg)!important;
	background-color: #000000!important;
	/*background-image: none;*/
	background-color: #000000;
	background-repeat: no-repeat;
   /*filter:alpha(opacity=25);                           /* IE only */
   /*opacity:0.25;*/
   }
#manonlogo {
	position: absolute;
	left: 20px;
	z-index: 2;
}

/*//////// non-portfolio pages\\\\\\\\\\\ */
#opaque-left {
	width: 920px;
    height: 520px;
	position: absolute;
	left: 0px;
	top: 58px;
	z-index: 2;
}

/* ////// NAVIGATION \\\\\\ */

#opaquetext {
	width: 920px;
    height: 520px;
	position: absolute;
	left: 49px;
	top: 58px;
	z-index: 2;
}

#main_nav {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

#opaquetext2 {
	width: 135px;
    height: 100px;
	position: absolute;
	left: -20px;
	top: 120px;
	z-index: 2;
}

.projetsnav-box {
	position: absolute;
	left: -50px;
	top: -20px;
	z-index: 2;
	padding-right: 10px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-right-width: 2px;
}

.projetsnav {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}

/*///////////// PORTFOLIO LAYOUT \\\\\\\\\\\\\*/

#portfolio {
	position:absolute; 
	left:161px; 
	top:150px; 
	width:750px; 
	height:350px;
	z-index:3;
}


/*////////////new projects\\\\\\\\\\\\\\\*/

#project1-new {
	line-height: 190%;
	border: #FFFFFF;
}
.table-line {
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.title {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:1px;

}

.year {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;

}
/*////////////// portfolio -details\\\\\\\\\\\\\*/

.content {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
.footnote {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
}

.content-larger {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.boldtitle {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.border {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

.italic-title {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

}
