@charset "utf-8";

/* CSS Style Document 
---------------------
Personal color: 		background: #90B048;
Research color: 		background: #D78636;
Publications color: 	background: #C0504D;
Curriculum Vitae color: background: #4F81BD;
*/

/* The body format */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #2D2D2D;
	margin: 0; 
	padding: 0;
	text-align: justify;
	color: #FFF;
}

/* Change the link format to not have any coloration but white. */
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}

/* Also don't do anything for the few links we have to change when they have been visited. */
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}

/* Display the link in background color when hovering over them. */
a:hover { color:#2D2D2D; }
a:active { text-decoration: none; }

#indentCv { padding-left: 30px; }
#indentImg { padding: 20px; }

.website #container { 
	padding: 0 0px 0 0px;
	position: relative;
	width: 900px; 
	margin: 0 auto; 
	border: 0px;
	text-align: justify;
} 

.website #header { 
	background: #2D2D2D; 
	padding: 0 0px 0 0px;
	margin-top: 100px;
	margin-bottom: 50px;
} 

.website #footer { 
	background: #2D2D2D; 
	padding: 0 0px 0 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #555;
	text-align: center;
} 

.website #content { 
	margin: 0 0px;
	padding: 10px 40px 10px 40px;
}

