/* Mon jardin fleuri - http://www.monjardinfleuri.com/index.html */
/* Copyrights 1997-2010 @ Tous droits réservés */



* 	{
	margin:0;
	padding:0;

	}




body 	{background:#222;}




#container 	{
	
		width:990px;
		height:722px;
		
		margin:10px 0 5px 0;
		border:1px solid #222;

		} 




h4		{
		
		font-style:normal;
		font-weight:bold;	
		font-family: georgia, "times new roman", arial, serif;
		font-size:11px;		

		margin:15px 0 20px 37px;
		padding-bottom:20px;
		
		} 



img 		{

		vertical-align:middle; 
		border:none;

		}



/* ---------------------Mise en forme des vignettes--------------------- */ 



#thumbs 	{
	
		overflow:auto; 
		list-style:none; 
		margin:34px 0 30px 34px; 
		padding-bottom:5px;		
		
		} 



#thumbs li 	{

		float:left;
		padding:0 5px 10px 0;
		
		}
 


#thumbs a 	{

		display:block; 
		padding:3px; 
		outline:none;

		} 




#thumbs a:hover, 
#thumbs a:focus 

		{background:#ffffff;} 
	



#thumbs a.active {background:#3f861c;}




/* -------------Mise en forme des grandes photos-------------- */ 



#viewer 	{

		position:relative; 
		width:720px; 
		height:545px; 
		
		margin:20px 0 0px 37px;
		padding-top:5px;
		
		} 



#viewer img[src*="loader"] 
	
		{
		
		position:absolute; 
		left:50%; 
		top:50%; 
		margin:-15px 0 0 -15px;

		}



/* -------------Mises en forme des liens------------ */



a:link		{
	
		color: #3fb006;
		font-weight:bold;
		text-decoration:none;

		}




a:visited 	{
	
		color: #30730f;
		font-weight:bold;
		text-decoration:none;
	
		}



a:hover 	{
	
		color: #3fb006;
		font-weight:bold;
		text-decoration:underline;
	
		}



a:active 	{
	
		color: #fd073a;
		font-weight:bold;
		text-decoration:underline;
	
		}




div.text_line

		{

		clear:both;
		height:5px;
		
		}












