body {
	background: #888;
	font-family: Georgia, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}


/* Différentes sections */

.index { background: #999; color: #aaa; }
.blog { background: #D22E85; }
.smiley { background: #009CC3; }
.avatar { background: #82C300; }
.autre { 
	background: #EC5B00; 
	line-height: 24px; 
	color: #666;
	text-align: justify;
}

.index  h1 { color: #aaa; font-size:20px; line-height:28px; font-weight: normal; }
.blog h1 { color: #D22E85; }
.smiley h1 { color: #009CC3; }
.avatar h1 { color: #82C300; }
.autre h1 { color: #EC5B00; }

/* */

a {
	text-decoration: none;
	color: #555;
}
a:hover { color: #333; }

h1 { margin: 0px; padding : 0px; }
h2 { color: #bbb; font-weight: normal; margin: 5px 0px; padding : 0px; font-size: 20px; }

hr { border: 1px solid #ddd; }

.clear { clear: both; }

/* Structure */

#content {
	width: 945px;
	background: url(img/css/center.png) center top repeat-y;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
}

.page {
	width:610px;
	padding: 0px;
	margin-left: 10px;
	background: #fff;
}

#header {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	height: 28px;
}

#header a { text-decoration : none;}
#header img { border: 0 none; }

#header .logo {
	position: absolute;
	margin-left: 220px;
}

#footer {
	width: 950px;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

#footer a { text-decoration: none; color: #fff; }
#footer a:hover { text-decoration: underline; }

#footer span { font-size: 12px; }

.top {
	width: 990px;
	padding: 0px;
	background: url(img/css/top.png) center bottom  no-repeat;
	height:80px;
	margin: auto;
}

.bottom {
	width: 990px;
	padding: 0px;
	background: url(img/css/bottom.png) center top  no-repeat;
	height:80px;
	margin: auto;
}

/*Sidebar*/

.sidebar {
	background: transparent;
	width:300px;
	float: right;
	padding: 0px;
	margin: 10px;
}


.sidebar h3 {
	font-weight: normal;
	margin: 0px;
	padding-right: 50px;
	text-align: right;
	color: #aaa;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
}

.sidebar li { 
	list-style: none; 
	margin-left: 10px;
	padding: 0px;
	padding-left: 10px;
	font-size: 18px;
	height: 30px;
	line-height: 26px;
	margin-bottom: 4px;
	text-align: center;
}

.creation_blog a {
	color: #Fff;
	display: block;
}

.creation_blog li {
	background: url(img/css/bouton1.png) center top;
	height:32px;
	width:250px;
}
.creation_blog li:hover {
	background: url(img/css/bouton1hover.png);
}

.creation_blog li:hover,
.creation_blog a:hover {
	color: #FFF;
	font-weight: bold;
}

.creation_avatar a {
	color: #Fff;
	display: block;
}

.creation_avatar li {
	background: url(img/css/bouton2.png) center top;
	height:32px;
	width:250px;
}
.creation_avatar li:hover {
	background: url(img/css/bouton2hover.png);
}

.creation_avatar li:hover,
.creation_avatar a:hover {
	color: #FFF;
	font-weight: bold;
}



.creation_smiley a {
	color: #Fff;
	display: block;
}

.creation_smiley li {
	background: url(img/css/bouton3.png) center top;
	height:32px;
	width:250px;
}
.creation_smiley li:hover {
	background: url(img/css/bouton3hover.png);
}

.creation_smiley li:hover,
.creation_smiley a:hover {
	color: #FFF;
	font-weight: bold;
}


.autre_menu a {
	color: #Fff;
	display: block;
}

.autre_menu li {
	background: url(img/css/bouton4.png) center top;
	height:32px;
	width:250px;
}
.autre_menu li:hover {
	background: url(img/css/bouton4hover.png);
}

.autre_menu li:hover,
.autre_menu a:hover {
	color: #FFF;
	font-weight: bold;
}


/*Pub*/

.leaderboard {
	text-align: center;
	margin-top: -20px;
}

.carre {
	margin-top:25px;
}

/* Blocs */

.accueil {
	margin-left: 50px;
	width: 550px;
	color: #aaa;
}

.accueil a:hover { text-decoration: underline; }

#bloc_blog h2,
#bloc_avatar h2,
#bloc_smiley h2 { font-size: 38px; }

#bloc_blog h3,
#bloc_avatar h3 { margin: 0px; padding: 0px; margin-bottom: 10px; font-size:20px; }

#bloc_blog img,
#bloc_avatar img,
#bloc_smiley img { margin-right: 15px; }

#bloc_blog a,
#bloc_avatar a,
#bloc_smiley a { color: #000; }


#bloc_blog .texte,
#bloc_avatar .texte {
	text-align: justify;
	padding:2px;
	border: 2px solid #fff;
	line-height: 24px;
	font-size: 16px;
}


#bloc_blog .texte:hover {
	background: #FAEBF6; 
	border: 2px solid #F0F0F0;
	cursor: pointer;
	color: #888;
}
#bloc_avatar .texte:hover {
	background: #EAF5E1;  
	border: 2px solid #F0F0F0;
	cursor: pointer;
	color: #888;
}
#bloc_smiley .texte:hover {
	background: #E7F4F8;
	border: 2px solid #F0F0F0;
	cursor: pointer;
	color: #888;
}

#bloc_blog .texte {

}
#bloc_avatar .texte{

}
#bloc_smiley .texte {

}


#bloc_blog h2,
#bloc_blog h2 a { 
	color: #D22E85; 
}

#bloc_blog .texte { 
	height: 150px; 
}





#bloc_avatar h2,
#bloc_avatar h2 a { color: #82C300; }

#bloc_avatar .texte { 
	height: 96px;
}




#bloc_smiley h2,
#bloc_smiley h2 a { color: #009CC3; }

#bloc_smiley h3 { margin: 0px; padding: 0px; font-size:20px; }

#bloc_smiley .texte {
	height: 50px;
	border: 2px solid #fff;
	line-height: 24px;
	padding: 2px;
	font-size: 16px;
}

.historique h2 { 
	color:#FFA064; 
	padding: 25px; 
	font-size: 22px; 
	font-weight: bold; 
	text-decoration: underline;
}
.historique strong {
	color: #F65E00;
}

.page1 a {
	color: #EC5B00;
	font-weight: bold;
}
.page1 a:hover {
	background: #EC5B00;
	color: #fff;
}



.favoris {
	position: absolute;
	margin-top: 80px;
	margin-left: 780px;
	font-weight: bold;
	padding-left: 25px;
	font-size: 13px;
	background:  url(img/css/favoris.png) center left no-repeat;
}
.favoris  a { color: #EBC800; }


.addthis_toolbox {
	float: right;
}


.pliens { margin-top: 20px; }

