
/* below : the very general layout */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
    text-align: center; /*IE centering*/
	text-decoration: none;
    color: #333;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.6em;
	background: transparent url('./layout/bkgd_body.gif') 0 0 repeat-x;
}
img {
    border: 0px;
	background: transparent;
}
a {
	text-decoration: none;
	background-color: transparent;
    color: #ff0052; /*#e31f67;*/
}
a:hover, a:active {
    color: #4f009b;
}
a img {
    background: transparent;
}

em {
    font-style: italic;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}
hr {
	display: none;
	visibility: hidden;
}
.invisible {
	display: none;
	visibility: hidden;
}
.maj {
	text-transform:uppercase;
	color: #ff0052;
}
.userstudio {
	font-variant: small-caps;
}






/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    background: transparent;
    border: none;
    opacity:0;
    filter:alpha(opacity=0);
}
a.lightboxClose {
    z-index:52;
	display: block;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    left:-9999em;
    padding:0px;
	width: 33px;
	height: 30px;
    background-color: transparent;
	background-image: url('./buttons/lightbox_close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
    cursor:pointer;
}
a.lightboxClose:hover, a.lightboxClose:active {
	background-position: -33px 0px;
}






/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}






/*below : the container div layout*/

#container {
    margin: 0 auto; /*FF & co centering*/
    padding: 0;
    width: 980px;
    text-align: left;
    background: transparent;
}





/*below : the header div layout*/

#header {
	float: left;
	clear: none;
	margin: 0px;
	padding: 50px 0px 20px 0px;
    width: 980px;
}
h1#logo {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0;
}
#logo a:hover, #logo a:active {
	background-color: transparent;
}
#header ul.menu {
	display: block;
	float: right;
	clear: none;
	width: 430px;
	height: 20px;
	margin: 40px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
li.menuItem {
	float: left;
	clear: none;
}
li.menuItem a, li.menuItem span {
	display: block !important;
	display: inline-block;
	margin-right: 13px;
	padding: 0;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menuFr {
	margin-top: 2px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
#menuEn {
	margin-top: 2px;
	margin-right: 0px;
	width: 16px;
	height: 16px;
}
#menuHome {
	width: 21px;
	background-image: url('./buttons/menu_home.gif');
	background-position: 0px 0px;
}
a#menuHome:hover, a#menuHome:active {
	background-position: -21px 0px;
}
span#menuHome {
	background-position: -21px 0px;
}

#menuProcess {
	width: 76px;
	background-image: url('./buttons/menu_process.gif');
}
a#menuProcess:hover, a#menuProcess:active {
	background-position: -76px 0px;
}
span#menuProcess {
	background-position: -76px 0px;
}

#menuBlog {
	width: 50px;
	background-image: url('./buttons/menu_blogg.gif');
}
a#menuBlog:hover, a#menuBlog:active {
	background-position: -50px 0px;
}
span#menuBlog {
	background-position: -50px 0px;
}

#menuRefs {
	width: 108px;
	background-image: url('./buttons/menu_references.gif');
}
a#menuRefs:hover, a#menuRefs:active {
	background-position: -108px 0px;
}
span#menuRefs {
	background-position: -108px 0px;
}

#menuStud {
	width: 70px;
	background-image: url('./buttons/menu_studio.gif');
}
a#menuStud:hover, a#menuStud:active {
	background-position: -70px 0px;
}
span#menuStud {
	background-position: -70px 0px;
}





/*below : the content div layout*/

#content {
	float: left;
	clear: both;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    width: 980px;
}





/*below : the footer div layout*/

#footer {
	float: left;
	clear: both;
	margin: 20px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    width: 980px;
    height: 100px;
    border-top: dotted 1px #8a9aa0;
    border-bottom: solid 5px #ff0052;
}
#footer ul.menu {
	display: block;
	float: left;
	clear: none;
	width: 445px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer #social {
	float: right;
	clear: none;
}
#footer img.social {
	margin-right: 7px;
}
#copyright {
	float: left;
	clear: both;
	margin: 30px 5px 0px 5px;
	width: 490px;
	font-size: 11px;
	font-variant: small-caps;
}
