/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

/* Text Styles */

h1{
	font-family: "./css/GeosansLight.ttf", Arial, Helvetica, sans-serif;
	font-size : 30px;
	color: #AAA;
}

p, ul, ol {
	font-size: .8em;
}

li ul, li ol {
	font-size: 100%;
}


pre {
overflow: scroll;
width: 100%;
}

html>body pre {
overflow: auto;
width: auto;
}

textarea{
	width: 99%;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}

.entry li {
	font-size: smaller;
}

#title {
	position : absolute;
	left : 400px;
	top : 200px;
}

#liens a{
	position : absolute;
	top : 550px;
	left : 450px;
	font-size : 10px;	
	color : #442cf6;	
	font-weight : bold;	
	text-decoration: underline	
}

#news {
     	/*background: white url(../images/accueil/news_bg.jpg) top left no-repeat;*/
	position : absolute;
	width : 100px;
	height : 30px;	
	left : 450px;
	top : 290px;
}
#news a {
	font-family: Arial, Helvetica, sans-serif;	
	font-size : 16px;
	color: #AAA;
	text-decoration : none;
}

#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #f20afb;
	font-weight : bold;	
	text-decoration : none;
}

#work {
     	/*background: white url(../images/accueil/work_bg.jpg) top left no-repeat;*/
	width:100px;
	height : 30px;
	position : absolute;
	left : 450px;
	top : 260px;
}

#work a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #AAA;
	text-decoration : none;
}

#work a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #442cf6;
	text-decoration : none;
}

#texts {
/*     	background: white url(../images/accueil/texts_bg.jpg) top left no-repeat;*/
	width:100px;
	height : 30px;
	position : absolute;
	left : 450px;
	top : 350px;
}
#texts a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #AAA;
	text-decoration : none;
}

#texts a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #7bc963;
	font-weight : bold;	
	text-decoration : none;
}


#bio {
/*     	background: white url(../images/accueil/bio_bg.jpg) top left no-repeat;*/
	width:100px;
	height : 30px;
	position : absolute;
	left : 450px;
	top : 320px;
}
#bio a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #AAA;
	text-decoration : none
}

#bio a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #fd8f00;
	font-weight : bold;	
	text-decoration : none;
}

#contact {
/*     	background: white url(../images/accueil/contact_bg.jpg) top left no-repeat;*/
	width:100px;
	height : 30px;
	position : absolute;
	left : 450px;
	top : 380px;
}
#contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #AAA;
	text-decoration : none;
}

#contact a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #ff0101;
	font-weight : bold;	
	text-decoration : none;
}

