@charset "UTF-8";

body 				{ background-color:rgb(57, 45, 45); }
#page 				{ background-color:rgb(255, 255, 255); }
#pp_profil 			{ background-color:rgb(201, 201, 201); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#pp_profil h1.pseudo{ color:rgb(198, 39, 21); font-family:Arial, Helvetica, sans-serif;}
#pp_profil p 		{ color:rgb(17, 20, 50); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
#pp_profil a 		{ color:rgb(92, 92, 92); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
#pp_profil li 		{ color:rgb(92, 92, 92); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
#pp_profil a:hover	{ color:rgb(92, 92, 92); }

.item_content 		{ background:rgb(220, 222, 224);
						-moz-border-radius-bottomleft: 5px; 	-webkit-border-bottom-left-radius: 5px;
						-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;}
#pp_wrapper h2,
#side_bar h2		{ color:rgb(198, 39, 21); background:rgb(191, 191, 191); 
						font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
						-moz-border-radius-topleft: 5px; 	-webkit-border-top-left-radius: 5px;
						-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;
					}
					
#pp_wrapper .sub_h2 {color:rgb(198, 39, 21);}

#pp_wrapper li,
#side_bar li		{ color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;  }
#pp_wrapper a,
#side_bar a			{ color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;  }
#pp_wrapper a.more 	{ color:rgb(92, 92, 92); }
#pp_wrapper p,
#side_bar p			{ color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }

p.titre_album 		{ color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
p.description_album { color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }

p.titre_photo 		{ color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
p.description_photo { color:rgb(22, 44, 54); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }

#navpage a			    { background-color:rgb(220, 222, 224); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
#navpage #page_current  { background-color:rgb(191, 191, 191); color:rgb(198, 39, 21)}
#navpage #page_off  	{ background-color:rgb(220, 222, 224); font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }


