
body {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

h1 {	
	color: rgb(102, 0, 0);
	font-size: 48px;
	padding-top: 20px;
	margin-top: 0px;
	height: 80px;
		
	background-image: url(images/fond01.jpg);
	text-align: center;	
}

h2 {
	color: rgb(255, 255, 255);
	font-size: 25px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

h2 a {
	color: rgb(255, 255, 255);
	font-size: 25px;
	text-align: center;
}

h3 {
	color: rgb(255, 255, 255);
	font-size: 25px;
	text-align: center;
}

.descr {
	font-family: Courier New,Courier,monospace;
	font-weight: bold;
	font-size: 18px;
	text-align: justify;
}

.imgserie {
	width: 100%;
	text-align: left; 
	margin-top: 50px;
	margin-bottom: 50px;
}

img {
	border: 0px solid;
}

#mainpage {
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
}

.notes {
	font-family: Verdana, Arial, Helvetica;
	font-size-adjust: 0.4;
	margin-top: 25px;
	margin-bottom: 10px;
}

.notes p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.imggroup {
	width: 450px;
	text-align: center;	
}

.imggroup img {
	width: 200px;
	height: 244px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.cv {
	margin-left: 50px;
	border-spacing: 0px 0px;
	border: outset 0px;
 	boder: inset 0px;
}



#contact {
	color: rgb(255, 255, 255);
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	margin-top: 200px;
	text-align: center;
}

#contact p {
	margin-top: 40px;
}

#contact a {
	color: rgb(255, 255, 255);
}


