/*
Gphonepage Css
*/

/* body,
-------------------------------------------------------- */
body {
  margin : 0 auto;
  margin-top: 25px;
  padding : 0;
  background-color: #000000;
  text-align: center;
  font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
  font-size : 10pt;
  color: #fff;
  width: 820px;
}

a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}

img {
  border: none;
}

#content img {
  border : 5px solid #fff;
}

#content img .none {
  border : none;
}

#content {
  margin : 0;
  padding : 0;
  background-color: #000000;
  text-align: center;
}

.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%;
}
.colgauche2{
	width:400px;
	margin-right: 16px;
	float:left;
	overflow: hidden;
}
.titre {
	color: #3399cc;
	text-decoration: underline;
}


.coldroite2 {
	width:400px;
	float:right;
}
.clear
{clear:both;}