@charset "UTF-8";
/* CSS Document */


/* HOME
__________________________________ */

/* Common Elements
__________________________________ */

.more { 
	margin-top:0px;
	margin-bottom:15px;
}

a.more {
	text-decoration:none;
	color: #ff0066;
	font-size:10px;
	font-weight:bold;
}
a.more:hover {
	text-decoration:underline;
	color: #ff0066;
	font-size:10px;
	font-weight:bold;
}


/* Content page - Last photos
__________________________________ */

ul#portfolio {
	width: 730px;
	margin: 0;
	padding: 0;
}

ul#portfolio li {
	list-style: none;
}

#blocgalery {
	width:730px;
	margin-top:15px;
	float:left;
}

.pictgalery {
	width:730px;
	height:260px;
	
}

.descriptifgalery {
	margin-bottom:15px;
}

.descriptifgalery p {
	margin-top: 10px;
	padding: 0;
}

/* Content page - Last web visual
__________________________________ */

#blocwebvisual {
	width:730px;
	padding-top:10px;
	border-top: solid 1px #000;
	clear:both;
}

#blocweb {
	width:365px;
	float:left;
}

.descriptifweb {
	
}

#blocvisual {
	width:365px;
	float:left;
}

.descriptifvisual {

}

/* Content page - Frends and blog
__________________________________ */

#blocnews {
	width:730px;
	padding-top:10px;
	border-top: solid 1px #000;
	clear:both;
}

#blocfriends {
	width:365px;
	float:left;
}

.descriptiffriends {
}

.descriptiffriends p {
	margin-bottom: 0;
	padding: 0;
	margin-top: 5px;
}

#blocblogs {
	width:365px;
	float:left;
}

.descriptifblogs {
}

.descriptifblogs p {
	margin-bottom: 0;
	padding: 0;
	margin-top: 5px;
}


/* Content page - Frends and blog
__________________________________ */

#blocfeeds {
	width:730px;
	clear:both;
	padding-top:10px;
	border-top: solid 1px #000;
}


/* Social buttons
__________________________________ */

#facebook {
	margin-bottom: 5px;
	margin-top: 20px;
}