@import url();

html {  }
body {
	font-family: Helvetica, Arial, _sans-serif;
	background: transparent url("http://onirix.net/temp/img/bg_1.png");
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
img { border: 0; margin: 0; padding: 0; }
/*.left { float: left; }*/
.right { float: right; }
.spacer {
	clear: both;
	line-height: 1em;
}
.img_legends {
	padding: 0.2em 0;
}
.title {  }
#contener {
	/*border: 5px solid maroon;*/
	padding: 80px 0 0 10%;
	/*margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;*/
}
a { color: black; text-decoration: none; }
/* Navigation bar *********************/
#nav_bar, #links { background-color: white; }
/*#nav_bar, #links, #footer { margin-left:0.4em; margin-right:0.4em; }*/

#nav_bar { margin: 0 7px; float: left; }/*border: 2px dashed maroon;*/
#nav_bar:hover { cursor: default; }

/*html:not([lang*=""]) #nav_bar img {  }
html[xmlns*=""] body:last-child #nav_bar img { vertical-align: baseline; }*/

#nav_bar span, #nav_bar a {
	padding: 0 5px;
	margin: 0;
	background-color: white;
}
#nav_bar { padding-top: 0px; }
#nav_bar p { display: inline; }
#nav_bar a { border-left: 1px dotted white; border-right:1px dotted white; }
#nav_bar a:hover { border-left: 1px dotted black; border-right: 1px dotted black; } /*cursor: auto;*/
#nav_bar a:active { outline: none; }
#mail { margin-left:20px; }
#cv:hover { background-color: floralWhite; }
.buttons img {  }

/* Main websites *******************/
#main_websites {
	text-align: center;
	/*font-size: 0.9em;*/
}
#main_websites div {
	/*border: 1px solid darkGrey;*/
	background-color: white;
	margin: 0 6px 12px 6px;
	padding: 5px 5px 0 5px; 
	float: left;
}
#main_websites div * { clear: left; }
#main_websites :hover {
	color: white;
	background-color: darkGrey;
}
#main_websites span {
	display:block;
	margin: 0;
	line-height: 1em;
}
#main_websites a {
	display: block;
	color: black;
	text-decoration: none;
}

#main_websites img { display: block; width: 200px; height: 150px; border: 0; text-decoration: none; }

#bloc_gauche {  }

#blog {
	/*clear: both;*/
}

/* Copyright div *****************/
.copyright {
	display: inline;
	/*position: relative;
	float: right;*/
	margin: 0;
	padding: 0 5px;
	width : 200px;
	right: 50px;
	background-color: white;
}

#links {
	display: none;
	text-align: left;
	line-height: 1.6em;
}
#links p, #links a {
	display: inline;
}
#links a { border-bottom: 1px dashed black;}
#links a:hover { border-bottom: 1px solid black; }
#footer {
	display: none;
	padding:0 5px;
	font-size: smaller;
	background-color: white;
}
#footer a {
	color: black;
}
hr { clear:both; }