/* Dekwo - Lauching Page - CSS Document */
* { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	background:#f2f2f2 url(../img-dekwo/bg_spoof.gif) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
}

a img {
	border: 0px none;
}

h1 {
	margin:0;
	padding: 20px 0;
	font-size: 1.6em;
}

h2 {
	margin:0;
	padding: 22px 0;
	font-size: 1.2em;
}

#position-home {
	width: 680px; 
	padding: 0; 
	margin: 0 auto;
	background-color:#f2f2f2;
	position: relative; 
}

#slider-creations {
	width: 760px; 
	padding: 0; 
	margin: 0 auto 20px; 
	position: relative; 
}

.hd-gd-logo {
	position:relative;
	float: left;
	width: 265px;
	height:100px;
	padding:0;
	margin:0;
}

.hd-dt-text {
	position:relative;
	float: right;
	text-align:right;
	width: 415px;
	height:100px;
	padding:0;
	margin:0;
}

#medias-sociaux {
	padding: 35px 80px 0 0;
	margin:0;
}


#cpteRebours { width: 400px; height: 80px; }

.clear {
	clear: both;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Derniers Tweets */
#tweets li {
	font-size:13px;
	background:url(../img-dekwo/twitter-mini.png) no-repeat left ;
	padding-left:20px;
	margin-left:10px;
	margin-top:8px;
	list-style-type:none;
	height:17px;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}


