/*	Ici cr�er les classes	*/

/*
Cr�er une classe theme pour toute les miniatures ki vont apparaitre

une classe titre th�me

*/

/*Classe pour la couleur dela police*/
.red
{
	color:#e7007b;
}

.red_s
{
	color:#e7007b;
	text-decoration: underline;
}

#corps form *{line-height:2em;}

.souligne
{
	text-decoration: underline;
}
	
.breaker
{
	clear: both;
	height: 5px;
	overflow: hidden;
	/*Bordure � enlever par la suite
	border:2px solid #55ff5f;*/
	/*border:none;*/
	margin:1px 0px;
}

.top_5
{
	font-size:11px;
}

.float_left
{
	float:left;
	margin-right:10px;
}

.stat
{
	font-size:9px;
}

.stickers
	{
		margin:0px;
		padding:8px 5px 5px;
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}

/*	ici d�finition des blocs!	*/

/*page principale*/

#page
{
	width: 767px;
	margin: 0px auto;
	text-align: left;
	background-color:#000000;
	/*Bordure � enlever par la suite
	border:3px solid #00ffff;*/
}

/*Tete*/
#tete
{
	height: 180px;
	width:767px;
	margin:auto;
	/*background: url("../images/banniere.jpg") no-repeat top center;
	Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
}

#tete #titre
{
	width:500px;
	height:100px;
	float:left;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
}

#tete #langue
{
	float: right;
	height: 19px;
	padding:6px 10px 0px 0px;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
}



#tete #recherche
{
	float: right;
	width:159px;
	height:19px;
	padding:5px 2px 0px 0px;
	/*Bordure � enlever par la suite
	border:2px solid #ff0000;*/
}

#recherche input
{
	margin:0px;	
}

/*Fil d'arianne*/
#ariane
{
	float: left;
	font-size:11px;
	font-weight:bold;
	width:auto;
	padding:3px 5px 9px;
	color:#ffffff;
	background-color:#000000;
}

/*Corps*/
#corps
{
		/*Bordure � enlever par la suite
	border:1px solid #8800ff;*/
	background-color:#000000;
	padding:5px;
	height:auto;
	min-height:200px;
	line-height:2em;
}
	/*coeur*/
	#corps #coeur
	{
		width:337px;
		height:auto;
		float:left;
		padding:40px 5px 5px 5px;
		margin-right:5px;
		background-color:#181818;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}
		
	#coeur .theme
	{
		width:70px;
		height:100px;		
		margin:6px;
		padding:15px;
		float:left;		
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}
	
	#coeur .theme img
	{
		position:relative;
		bottom:0px;		
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}	
	
	#coeur .theme p
	{
		height:40px;	
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}	

	#ventricule
	{
		width:330px;
		height:86px;		
		margin:none;
		padding:none;
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #E7007B;
		background: url("../images/mini_banniere_theme.jpg") no-repeat left top;*/
	}	
	
	#ventricule #ventricule_droit
	{
		width:235px;
		height:30px;	
		margin-top:28px;
		padding:0px;
		float:left;
		text-align:center;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}
	
	#ventricule img
	{
		margin:0px;
		padding:5px;
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}
	
	#artere
	{
		width:330px;
		height:auto;		
		margin-top:5px;
		padding:none;
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #E7007B;*/
	}
	
	#artere .sous_theme
	{
		width:310px;
		height:40px;	
		margin:5px;
		padding-top:0px;
		float:left;
		text-align:left;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
		
	}
	
	#artere .sous_theme img
	{
		margin:0px;
		padding:5px;
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}
	
	
	
	/*corps*/
	#corps #brain
	{
		width:398px;
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
	}

	

	/*Poumon gauche*/
		#brain #lung_l
		{
			/*Bordure � enlever par la suite 
			border:1px solid #ff00ff;*/
			width:223px;
			height:249px;
			float:left;
			margin-right:5px;
			padding-top:40px;
		}
		
		.first
		{
			/*Bordure � enlever par la suite 
			border:1px solid #ff00ff;*/
			float:left;
			height:auto;
			margin:0px auto 5px;
			padding:5px;
			width:auto;
		}

		.first_content
		{
			/*Bordure � enlever par la suite 
			border:1px solid #557799;*/
			height:auto;
			margin:5px auto;
			padding:5px;
			text-align:left;
			width:auto;
		}
		.first a
		{
			height:90px;
		}		
		
		
		.first_content img
		{
			float:right;
			margin-left:5px;
			margin-bottom:3px;
		}
		
		.second
		{
			/*Bordure � enlever par la suite 
			border:1px solid #557799;*/
			width:auto;
			height:60px;
			margin:5px auto;
			padding:5px;
			text-align:left;
		}
		
		/*Poumon droit*/
		#brain #lung_r
		{
			/*Bordure � enlever par la suite
			border:1px solid #ff00ff;*/
			width:170px;
			height:218px;
			float:right;
			padding-top:40px;
		}
		
		/*shot*/
		#brain #shot
		{
			/*Bordure � enlever par la suite
			border:1px solid #ff00ff;*/
			width:170px;
			height:26px;
			float:right;
			text-align:center; 	
			font-weight:bold;
			margin-top:5px;	
			color:#ffffff;
			cursor: pointer;
		}
		
		/*arabesques*/
		
		#brain #belly
		{
			/*Bordure � enlever par la suite
			border:1px solid #ff00ff;*/
			width:396px;
			height:258px;
			padding:auto;
			margin:5px auto;
		}
		
			#brain #ar_l
			{
				/*Bordure � enlever par la suite
				border:1px solid #ff00ff;*/
				width:48px;
				height:250px;
				float:left;
				padding:0px;
				margin:0px;
				/*padding:2px;			
				margin:3px 2px 3px 9px;*/
				
			}
			
			/*Pub*/
			#brain #pub
			{
				/*Bordure � enlever par la suite
				border:1px solid #ff00ff;*/
				width:300px;
				height:250px;
				float:left;
				padding:0px;
				margin:0px;				
			}
		

			#brain #ar_r
			{
				/*Bordure � enlever par la suite
				border:1px solid #ff00ff;*/
				width:48px;
				height:250px;
				float:left;
				padding:0px;
				margin:0px;
				
				/*
				padding:2px;
				margin:3px 2px;*/
			}
		



/*Pied*/

#pied
{
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
	width:760px;
	padding-top:5px;
	margin:auto;
	background: url("../images/footer.jpg") repeat-x top center;
	font-size:10px;
}

	#pied #foot_l
	{
		float:left;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
		margin:4px;
	}
	
	#pied #foot_r
	{
		float:right;
		/*Bordure � enlever par la suite
		border:1px solid #ff00ff;*/
		margin:4px;
	}
	
	/*Partie pour les cat�gories*/

#visage
{
	width:765px;
	height:auto;
}	

#regard
{
	width:700px;
	height:85px;
	background-color:#181818;
	margin:auto;
	margin-top:10px;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
}


#eye_r
{
	width:310px;
	height:40px;	
	margin:20px 5px 0px 30px;
	float:left;
	text-align:left;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
	background: url("../images/sous_theme_fond.jpg") no-repeat left top;
}


#eye_r  img
{
	margin:0px;
	padding:5px;
	float:left;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
}
	
#eye_r form input
{
	width:70px;
}


#mouth
{
	width:680px;
	height:auto;
	min-height:70px;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
	padding:10px;
	margin:auto;
	background-color:#181818;
	
}
#mouth img
{
	float:left;
	margin:10px;
	align:center;
} 



#mouth p,h2
{
	margin-left:10px;
	margin-top:10px;
}




#mouth .element
{
	width:640px;
	height:70px;
	float:left;
	text-align:left;
	/*Bordure � enlever par la suite
	border:1px solid #ff00ff;*/
	padding:10px;
	margin-bottom:5px;
}


















