/*************/
/* HTML TAGS */
/*************/

/* set all to zero margin and padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td, caption {  
	margin:0; 
	padding:0;
}

/* MAIN ELEMENTS */
html, body {
	
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e70;
	margin:0 0 30px 36px;
}

div {
	
}
p {
	margin-bottom:20px;
	
}


h1 {
	font-size:12px;
	margin-bottom:4px;
	color:#fb4205;
}

h2 {
	color:#6d6e70;
	font-size:12px;
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}

img {
	border:0;
}


li {
	list-style-type:none;
}
caption {
	display:none;
}

/**********/
/* LAYOUT */
/**********/

#langSelector {
	height:34px;
	padding-top:30px;
	padding-left:200px;
}
#mainWrapper {
	width:964px;
	
}

#leftBar {
	float:left;
	clear:both;
	width:140px;
}

#content {
	display:inline;
	position:relative;
	float:right;
	margin:0 0 0 0;
	width:824px;
	clear:right;
}

#navigation {
	margin-top:70px;
}

#navigation li {
	height:17px;
}
#topBar {
	width:724px;
}
#topBar li {
	display:inline;
}
#topBar img {
	float:left;
	margin-right:3px;
}

#projects {
	margin-top:56px;
}
#projects img {
	float:left;
}
#projectDesc {
	float:left;
	width:270px;
	padding: 19px 0 0 16px;
}

.tblBio {
	width:250px;
	margin:6px 0 20px 0;
	
}
.tblBio .tdYears {
	font-weight:bold;
	vertical-align:top;
	padding-right:10px;
}

.tblBio .tdData {
	padding-bottom:4px;
	vertical-align:top;
}
#flashWrapper {
	font-size:14px;
}

/***************************/
/* ID FOR NEWSLETTER CLASS */
/***************************/
#frm_newsEmailField {
	float:left;
	margin-right:10px;
	height:20px;
}
#frm_newsSubscribe {
	float:left;
	margin-top:5px;
	height:20px;
}
#frm_newsUnsubscribe{
	float:left;
	margin-top:5px;
	height:20px;
}
#email {
	width:225px;
	border: 1px solid #8e8e8e;
	padding-left:10px;
	font-size:14px;
	color:#8e8e8e;
}

/************************************************************************/
/*	CLASSES FOR FORM CHECK, RELATED TO formCheck.js !! DO NOT RENAME !! */
/************************************************************************/
.frm_label {
	color:#808084;
	width:100px;
	margin-right:20px;
	float:left;
	font-weight:normal;
}

.frm_label_error {
	color:#ff0000;
	font-weight:bold;
	margin-right:20px;
	width:100px;
	float:left;
}

/* TEXTS */


.note {
	font-size:10px;
	text-align:center;
	margin-top:200px;
	line-height:14px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.clear {
	clear:both;
}
.float {
	float:left;
}
/*********/
/* LINKS */
/*********/
a:link, a:visited, a:active {
	color:#fb4205;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.grey:link, a.grey:visited, a.grey:active {
	color:#6d6e70;
	text-decoration:none;
}
a.grey:hover {
	text-decoration:underline;
}

/** REALISATIONS **/

#mainMargin{
	height:60px;
}

.projectListItem{
	clear:both;
	height:80px;
	margin-bottom:10px;
}

.divImage{
	float:left;
	width:530px;
}

.divDetails{
	float:left;
	width:180px;
	padding:0px;
	padding-left:15px;
	padding-top:10px;
	height:70px;
}

#divDetails a:link, #divDetails a:visited, #divDetails a:active {
	color:#888888;
	text-decoration:none;
}
#divDetails a:hover {
	color:#888888;
	text-decoration:none;
}

#divDetails a.active:link, #divDetails a.active:visited, #divDetails a.active:active {
	color:#000000;
	text-decoration:none;
}
#divDetails a.active:hover {
	color:#888888;
	text-decoration:none;
}

/** REFERENCES **/
.refList{
	float:left;
	width:360px;
	margin-right:20px;
}