/* ------------------------------------ *
 CSS
 15 juin, 2009 15:12:31
 HAPedit 3.1.11.111
 * ------------------------------------ */

@import url("reset.css");
@import url("global.css");

/*Entete*/
									
#pagewrap  								{	width: 800px;
											background-color: #FFFFFF;	
											margin: auto;
											border: 0px dashed red;
										}
										
.BreadCrumb								{	margin: 0px 0px 25px 0px;
											color: #F8981D;
											font-size: 1.4em;	
											font-weight: bold;
										}
										
										
	/* Barre de Navigation */
	#NavigationTop						{	position: absolute;
											top: 228px;
										  
											list-style-type: none; 
										  
											line-height: 25px;
										  
											margin: 0px;	
											padding-left: 250px;								  
										}
										
		#NavigationTop li					{	display: inline;
											margin-right: 10px;
										}
										
		#NavigationTop a					{	font: bold 1.3em arial narrow;
											color: #FFFFFF;
											text-decoration: none;	
										}
										
		#NavigationTop a:hover			{	color: #F6EB13;							  
										}
										
	/* Barre de Navigation */
	#NavigationBottom					{	list-style-type: none; 
											
										  
											margin: auto;										  							  
										}
										
		#NavigationBottom li				{	display: inline;
											margin: 5px;
										}
									
										
										
/* Contenu */
#Contenu							 	{	padding: 25px;
										}
										
	/* Contact.php */									
	#Coordonnees						{	width: 500px;
											border: 1px solid #CCCCCC;
										  
											margin: auto;
											margin-bottom: 25px;
										  
											padding: 20px;
										}
										
		#Coordonnees address				{	margin-top: 15px;
										}
										
	#Commerce							{	float: right;
										}
	

	/* Produits.php */
	#EnteteProduits						{	height: 200px;
										}
										
		#EnteteProduits img				{	float: right;
										}
	
	.ListeProduits	ol					{	list-style-type: none;
											margin: 0px;
											padding: 0px;
											width: 100%;
										}
	
		.ListeProduits	ol li				{	display: block;
										  
											background-color: #FFFFFF;
											background-image: url(../../produits/background_left.jpg);
											background-repeat: repeat-y;
										  
											margin: 5px 0px 5px 0px;
											border-bottom: 1px dashed #CCCCCC;
										  
											padding: 0px;
										}
	
			.ListeProduits	li h3			{	float: left;
											width: 180px;
										}
										
			.ListeProduits	li ul			{	margin-left: 280px; 
											width: 475px;										  
										}
										
			.ListeProduits	ul li			{	background-image: none;
											float: left;
										  
											margin: 3px 3px 10px 3px;
										  
											display: block;
										  
											border: 0px;
										  
											width: 150px;
											text-align: center;
										}
										
			.ListeProduits	ul img		{	display: block;
										}
	
			.ListeProduits	ul span		{	display: block;
											background-color: #E2A741;
											background-image: url(../../produits/model.jpg);
											background-repeat: no-repeat;
										  
											line-height: 20px;
										  
											font-weight: bold;
											color: #FFFFFF;
											color: #FFFFFF;
										}
										
	/* Services.php */
	#Services							{	width: 600px;
											margin: auto;
											list-style-type: none;
										}
										
		#Services li						{	height: 210px;
											border-bottom: 1px dashed #CCCCCC;
										}
										
			#Services ul					{	padding: inherit;
											margin-left: 320px;
										}
			
			#Services li ul li				{	height: auto;
											border: 0px;
										}
										
		#Services img					{	float: left;
											border: 1px solid #CCCCCC;
											padding: 3px;
										  
											margin-right: 25px;
											margin-bottom: 25px;
										}
										

								




										
/* Formulaire de contact */
table tfoot td								{	padding-top: 25px;
										}
										
	input[type=reset]						{	margin-left: 25px;
										}
										
										/* Pied de page */
#PieddePage								{	border-top: 2px solid #C88D26;
											background-color: #DEDEE0;
											padding: 8px;
										}
										
	#PieddePage p						{	text-align: center;
											font-size: 0.9em;
										}
