@charset "UTF-8";

/* 
CSS styles for ereyes.net

created : May, 2012
by: ereyes

You may go ahead and reuse without any permission. Just cite.

*/

body {
	background-color:#eee;	
	font-family: 'Chau Philomene One', sans-serif;
	font-size:90%;
	margin:0px;
}

#mainCircle {
	background-color:#000;
	color:#eee;
	width:350px;
	height:350px;
	border-radius:350px;
	left:30%;
	top:30%;
	position:absolute;
	z-index:10;
	float:left;
}

#cv {
	background-color:#000;
	color:#eee;
	width:100px;
	height:100px;
	border-radius:100px;
	z-index:11;
	position:relative;
	cursor:pointer;
}

#cv:hover {
	background-color:#FFCC00;
	color:#000;
}

#rd {
	background-color:#000;
	color:#eee;
	width:100px;
	height:100px;
	border-radius:100px;
	z-index:11;
	position:relative;
	cursor:pointer;
}

#rd:hover {
	background-color:#FFCC00;
	color:#000;
}

#tch {
	background-color:#000;
	color:#eee;
	width:100px;
	height:100px;
	border-radius:100px;
	z-index:11;
	position:relative;
	cursor:pointer;
}

#tch:hover {
	background-color:#FFCC00;
	color:#000;
}

.texte {
	font-size:80%;	
}

a {
	color:#FFCC00;
}

.mainTxt {
	left:20%;
	top:30%;
	position:relative;	
}

.contTxt {
	left:30%;
	top:40%;
	position:relative;	
}

#toile {
	position:fixed;
	width:100%;
	z-index:1;
}