/*==========================================================================
	Resetting browsers' default styles
	based on http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
==========================================================================*/
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;
}

ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
img { vertical-align: bottom; background-color: transparent; }

/* 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; }

.error404 {background: url(/images/pattern.gif)}

body {
	font-size: 12px;
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
	background:#505557 url(/images/pattern.gif);
}
#imgHolder {
	position:absolute;
	top: 50%;
	left: 50%;
	width:640px;
	height:180px;
	margin-top: -90px; /*set to a negative number 1/2 of your height*/
	margin-left: -320px; /*set to a negative number 1/2 of your width*/
}
#imgHolder img {display:block;border:0;width:640px;height:180px; margin:0 auto;}

html, body, #aumont { 
	height:100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body { 
	margin:0; 
	padding:0; 
	position: relative; 
}

div#globaldiv, div#flashHolder { position: relative; }
div#header {
	
}
div#header h1 {
	margin: 10px;
}
div#header h1 a{
	display: block;
	width: 121px;
	height: 120px;
	background: url('/img/logo.png');
	text-indent: -9999px;
}

div#header ul#langMenu {
	position: absolute;
	top: 200px;
	right: 0px;
}
div#header ul#langMenu li {
	margin-bottom: 5px;
}
div#header ul#langMenu a {
	display:block;
	width: 50px;
	height: 35px;
	background: #000;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-top: 15px;
}


h2#titleWho {
	position: absolute;
	top: -60px;
	right: 170px;
	display: none;
}
h2#titleWho a{
	display: block;
	background: #000;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	margin: 0px;
	text-decoration: none;
	padding-top: 80px;	
}

h2#titleWhat {
	position: absolute;
	top: -60px;
	right: 50px;
	display: none;
}
h2#titleWhat a{
	display: block;
	background: #000;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	margin: 0px;
	text-decoration: none;
	padding-top: 80px;
	
}

div#whoDescription {
	margin: 20px 80px 20px 10px;
	font-size: 18px;
	color: #fff;
	padding: 20px;
	background: #333;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

ul#portfolioList {
	margin: 20px 80px 20px 10px;
}

ul#portfolioList li img.bigThumb {
	width: 212px;
	height: 212px;
}

ul#portfolioList li {
	display: block;
	width: 222px;
	height: 222px;
	float: left;
}
ul#portfolioList li div.meta {
	display: none;
}




