/*
Gphonepage Css
*/

/* body,
-------------------------------------------------------- */
body {
	margin:0px auto;
	padding:0px;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	color: #fff;
	position: relative;
	background: #000000;
}
* {
list-style:none;
text-decoration:none;
margin:0;
padding:0;
}

.websites {
	list-style:none;
	width: 400px;
	padding:0px;
	margin:0px 0px 15px;
	background-color: #000000;
	border-top: #272727 1px dotted;
}
.websites li{
	border-bottom: #272727 1px dotted;
	line-height: 130%;
	list-style:none;
	padding: 0;
	margin: 0;
}

.websites li a{
	color: #fff;
	text-decoration: none;
	padding: 15px 0px 4px 2px;
	display:block;
}
.websites li a:hover {
	background-color:#132022;
}

.websites li .titre {
	color: #3399cc;
	text-decoration: underline;
}
.websites li .lien {
	color: #cc0000;
	font-size: 85%;
}
.websites li .texte {
	color: #fff;
	font-size: 90%;
}

#page {
	width: 896px;
	background: #000000;
	margin: 0px auto;
	padding: 5px 12px 12px;
	color:#999999;
	clear:both;
}
.colgauche{
	text-align: center;
	width:400px;
	margin-right: 16px;
	float:left;
	overflow: hidden;
}

.titre {
	color: #3399cc;
	text-decoration: underline;
}

.coldroite {
	width:460px;
	float:right;
}

.border {
	border: 5px solid #fff;
}

#pub {
	width: 896px;
	background: #000000;
	margin: 0px auto;
	padding: 5px 12px 12px;
	text-align:center;
	color:#999999;
	clear:both;
}

