/*
+-----------------------------------------------------------------+
|                                                                 |
|         Feuille de styles homepage Smart Gallery V2.5           |
|                                                                 |
+-----------------------------------------------------------------+
*/


/* Styles principaux */
*    	{ margin: 0; padding:0; border: none;  }
body { 
	font-family: Verdana, Helvetica, Lucida, Tahoma, Arial, sans-serif; 
	font-size: 12px;
	color:#ccc; 
	background:#222;
	cursor:default;
}

p        			{ margin: 10px 30px 10px 12px; }
a , a img  		{ border: none; }
span a 			{ text-decoration: none; color:#777 } 
span a:hover 		{ color:#7AB51D } 
span				{ color:#444; }
h2 				{ font-weight:normal; font-size:46px; margin: 3px 0 3px 9px; color:#444; letter-spacing:1px }
h2 a 				{ text-decoration:none; color:#444 }
h2 a:hover 		{ text-decoration:none; color:#444 }
h1				{ font-size: 48px; font-weight:normal; margin: 10px 0 0 10px; color:#343434; letter-spacing:2px }

/* Contents */
#content		{ float:left; margin: 0 0 10px 12px; padding:3px 0 12px 0; width:581px }
#albums			{ float:left; width:375px; margin-left:2px }
#spanner		{ width:958px; margin-left:12px; border-bottom:1px solid #444 }
.floatimg 		{ float:left; display: block; padding:2px; margin: 5px 7px 0 0; border:1px solid #111; background:#111 }
.intro			{ text-align: justify; width:581px; line-height: 20px; }

#albumsMenu		{ 	
					float:left; 
					margin:4px -14px -19px 5px; 
					text-align:center; 
					width:120px; 
					height:120px; 
					padding-top:5px; 
					background:url(../images/backgrounds/thumb.png) no-repeat; 
					z-index:1 
				}
.overflow		{
					width:97px;
					height:97px;
					overflow:hidden; 
					margin-left:5px;
				}

/* Footer */
#footer 			{ background:#111; padding-bottom:2px; color:#444; border-top:1px solid #222; clear:both }
#footer a 		{ color:#444; text-decoration:none; }
#footer a:hover 	{ color:#7AB51D; }