@charset "UTF-8";

/* 
	TOSSEN - comingsoon.css
	--------------------------------------------------
	Version 1.0.0 (26/08/2008)
	--------------------------------------------------
	Copyright (c) TOSSEN - www.tossen.net
*/

html,body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #000000;
	background-image: url(img/comingsoon_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.85em; color: #666;
	line-height: 1.5em;
}

h1 { margin: 0; font-size: 2em; font-weight: normal }
h2 { margin: 0; font-size: 1.5em; font-weight: normal }
h4 { margin: 0; font-weight: bold }

.fix { clear: both; height: auto; }
.hid { position: absolute; left: -9999px; }

#page {
	position: relative;
	width: 650px; height: auto;
	margin-right: auto; margin-left: auto;
	top: 90px;
}
#logo {
	position: relative;
	width: 48px; height: 49px;
	background-image: url(img/comingsoon_logo.png);
	background-repeat: no-repeat;
}
#title {
	position: relative;
	width: 385px; height: 37px;
	background-image: url(img/comingsoon.png);
	background-repeat: no-repeat;
	margin-top: 120px;
}
.hr_dot_white {
	position: relative;
	width: 100%; height: 10px; 
	background-image: url(img/dot_blanc.png); 
	background-repeat: repeat-x; 
	background-position: center center; 
	margin-top: 20px; margin-bottom: 20px; border:none
}

#info { margin-top: 25px; margin-bottom: 25px; }
#item1 { width: 250px; float: left; }
#item2 { width: 250px; float: left; }
#item3 { width: 150px; float: left; }

.info_titre { color: #fff; margin-bottom: 10px; }
.info_link { font-weight: bold; color: #fff; margin-top: 10px; }

/*----------  LIENS  ----------*/

a:visited {
	color: #C00065; font-weight: bold; text-decoration: none;
	background-color: #000;
	padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px;
}
a:link {
	color: #EE007F; font-weight: bold; text-decoration: none;
	background-color: #000;
	padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px;
}
a:hover {
	color: #fff; font-weight: bold; text-decoration: none;
	background-color: #ee007f;
	padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px;
}
