/*------------------------- index.htm ------------------------- */

/* gestion de la hauteur de la page */

#definitionHauteur {
	position: absolute;
	left:0px;
	top:0px;
	width: 1px;
	height:1500px;
	}

/* gestion des blocs de contenu */

#identite {
	position: absolute;
	left:42px;
	top:400px;
	/* background-color: #000000; */
	float: left;
	width: 250px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#entrer {
	position: absolute;
	left:314px;
	top:412px;
	/* background-color: #000000; */
	float: left;
	width: 250px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#social {
	position: absolute;
	left:42px;
	top:500px;
	/* background-color: #000000; */
	float: left;
	width: 250px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#motsCles {
	position: absolute;
	left:315px;
	top:500px;
	/* background-color: #000000; */
	float: left;
	width: 250px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#activitees {
	position: absolute;
	left:315px;
	top:692px;
	/* background-color: #000000; */
	float: left;
	width: 250px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

/* gestion des blocs "Distinction" */

#NewWebPick {
	position: absolute;
	left:603px;
	top:117px;
	/* background-color: #00FF00; */
	float: left;
	width: 146px;
	height: 36px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#mydesignaward {
	position: absolute;
	left:603px;
	top:206px;
	/* background-color: #00FF00; */
	float: left;
	width: 146px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#QTNgallery {
	position: absolute;
	left:603px;
	top:162px;
	/* background-color: #00FF00; */
	float: left;
	width: 146px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#Dexigner {
	position: absolute;
	left:758px;
	top:208px;
	/* background-color: #00FF00; */
	float: left;
	width: 88px;
	height: 31px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#CSSEvo {
	position: absolute;
	left:756px;
	top:179px;
	/* background-color: #00FF00; */
	float: left;
	width: 89px;
	height:24px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#Foliostars {
	position: absolute;
	left:755px;
	top:147px;
	/* background-color: #00FF00; */
	float: left;
	width: 118px;
	height:21px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

#Oulaka {
	position: absolute;
	left:756px;
	top:120px;
	/* background-color: #00FF00; */
	float: left;
	width: 140px;
	height: 24px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}
	
#dopeAwards {
	position: absolute;
	left:750px;
	top:52px;
	/* background-color: #00FF00; */
	float: left;
	width: 122px;
	height: 62px;
	text-align: left;
	list-style: none;
	padding-left:0px;
	}

/* gestion des liens */

a:link {
	text-decoration:none; 
	color: #cccccc;
	}
a:visited {
	text-decoration:none; 
	color:#cccccc;
	}
a:active {
	text-decoration:none; 
	color:#cccccc;
	}
a:hover {text-decoration:none; 
	color:#FFFFFF;
	}	
	
.bold {
	font-size: 10px;
	font-weight:bold;
	color:#cccccc;
	}
		
/*twitter et scrollpan */

#twitter_div {
	background-color:none;
	background:none;
	background-image:none;
	}

ul#twitter_update_list { 
	text-align:left;
	list-style: none; 
	vertical-align:top; 
	padding-left:0px;
	padding-right:5px;  
	margin-bottom:10px;
	}

ul#twitter_update_list li { 
	text-align:left;
	list-style: none; 
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}

.dark-bar .jScrollPaneTrack {
	background: #161816;
	}

.dark-bar .jScrollPaneDrag {
	background: #2d312c url(../images/drag_grab.gif) no-repeat 50% 50%;
	}

.dark-bar .scroll-pane {
	background: #EEEEEE;
	}			

.holder {
	float: left;
	position:absolute;
	left: 42px;
	top: 692px;
	width: 250px;
	}

.scroll-pane {
	overflow: auto;
	float: left;
	text-align:left;
	height:150px;
	width:250px;
	}

/*------------------------- itsstillthereV7.htm ------------------------- */

#isstV7 {
	position: absolute;
	left:0px;
	top:0px;
	float: left;
	width: 100%;
	height: 100%;
	/* background-color: #00FF00; */
	}

