/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =General-----------------------------------------------------------------------------*/

p{margin: 0;padding: 0;}
ul{margin: 0;padding: 0;}
img{ /* Remove border around linked images */border: 0;}
hr{ margin: 0; padding: 0; border: 0;}
html { margin:0; padding: 0;}

/* =Typography-----------------------------------------------------------------------------*/

body { 
	margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	background: #F8F8F8 url('images-css/bg-main.gif') repeat-y top center;
}

/* =Main Content-----------------------------------------------------------------------------*/

#container { 
	width: 500px;
	margin: 0 auto;
	margin-top: 115px;
}

#eclosion{
	width: 230px;
	float: left;
	padding: 0 20px 0 0;
	text-align: right;
}
#eclosion h1{
	background: transparent url('images-css/img-logo-eclosion.gif') no-repeat top right;
	height: 200px;
	width: 230px;
}
#eclosion h1 span{
	display: none;
}
#oxygene{
	width: 230px;
	float: left;
	padding: 0 0 0 20px;
	text-align: left;
}
#oxygene h1{
	background: transparent url('images-css/img-logo-oxygene.gif') no-repeat top left;
	height: 200px;
	width: 230px;
	text-indent: -10000px;
}
#oxygene h1 span{
	display: none;
}

img{
	padding: 4px;
	background-color: #fff;
	border: 1px solid #CECEC4;
}
p{
	color: #606060;
	padding: 10px 0;
	font-size: 85%;
}
#eclosion a{
	font-size: 115%;
	color: #3E7C9A;
	font-weight: bold;
}
#oxygene a{
	font-size: 115%;
	color: #A30B05;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}