body{
	margin: 0;
	padding: 50px 0 0 0;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	background: #2e2e2e;
}
h1{
	border-bottom: 1px solid #000000;
	font-size: 17px;
	font-family: Tremuchet;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
}
.cl{
	clear: both;
}
a img {
	border: 0px solid #ffffff;
}

#global{
	width: 960px;
	height: 580px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	border: 1px solid #36424e;
	background: url(../images/fond.jpg);
}
	#logo{
		width: 141px;
		height: 65px;
		margin: 11px 0 0 112px;
		float: left;
	}
	#menu{
		width: 400px;
		height: 25px;
		float: right;
		color: #36424a;
		margin: 20px 30px 0 0;
		padding:25px 0 0 0;
		text-align: center;
		background: url(../images/fd-menu.jpg) top center no-repeat;
	}
		#menu a{
			color: #5c5d61;
			text-decoration: none;
		}
		#menu a:hover{
			text-decoration: underline;
		}
	#content{
		width: 759px;
		width: 626px !important;
		height: 457px;
		height: 405px !important;
		margin: 23px 0 0 131px;
		margin: 26px 0 0 131px !important;
		padding: 52px 68px 0 65px;
		background: url(../images/content.jpg);
	}
		#content h1 a{
			text-decoration: none;
			color: #000000;
		}
		#content h1 a:hover{
			text-decoration: none;
			color: #747574;
		}
	#content_1{
		width: 759px;
		width: 626px !important;
		height: 457px;
		height: 405px !important;
		margin: 23px 0 0 131px;
		margin: 26px 0 0 131px !important;
		padding: 52px 68px 0 65px;
		background: url(../images/content.jpg);
		overflow: auto;
	}
	#content_promo{
		width: 759px;
		width: 626px !important;
		height: 457px;
		height: 405px !important;
		margin: 23px 0 0 131px;
		margin: 26px 0 0 131px !important;
		padding: 52px 68px 0 65px;
		background: url(../images/content_promo.jpg);
	}
		#contenu{
			width: 510px;
			height: 300px;
			padding: 0 0 10px 0;
			float: right;
			overflow: auto;
		}
		#contenu_1{
			overflow: auto;
			padding: 0 5px 0 0;
			height: 315px;
		}
			.article{
				float: left;
				margin: 10px;
			}
		#gauche{
			width: 298px;
			height: 342px;
			border: 1px solid #050505;
			float: left;
			background: #cccccc;
		}
		
		#gauche-catalogue{
			width: 300px;
			height: 344px;
			float: left;
		}
		 #gauche-catalogue a{
			display: block;
			width: 106px;
			height: 107px
		 }
			#costumes{
				width: 106px;
				height: 107px;
				float: left;
			}
				#costumes a{
					background: url(../images/costumes.jpg);
				}
				#costumes a:hover{
					background: url(../images/costumes.jpg) 0 -107px;
				}
			#chemises{
				width: 106px;
				height: 107px;
				float: right;
			}
				#chemises a{
					background: url(../images/chemises.jpg);
				}
				#chemises a:hover{
					background: url(../images/chemises.jpg) 0 -107px;
				}
			#polos{
				width: 298px;
				height: 107px;
				margin: 11px 0 11px 0;
				float: left;
				text-align: center;
			}
				#polos a{
					background: url(../images/polos.jpg);
					margin: auto;
				}
				#polos a:hover{
					background: url(../images/polos.jpg) 0 -107px;
				}
			#chaussures{
				width: 106px;
				height: 107px;
				float: left;
			}
				#chaussures a{
					background: url(../images/chaussures.jpg);
				}
				#chaussures a:hover{
					background: url(../images/chaussures.jpg) 0 -107px;
				}
			#accessoires{
				width: 106px;
				height: 107px;
				float: right;
			}
				#accessoires a{
					background: url(../images/accessoires.jpg);
				}
				#accessoires a:hover{
					background: url(../images/accessoires.jpg) 0 -107px;
				}
		#droite{
			width: 275px;
			height: 344px;
			text-align: left;
			float: right;
		}
	#bottom{
		width: 960px;
		text-align: center;
	}
		#bottom a{
			color: #2266be;
			text-decoration: none;
		}
		#bottom a:hover{
			text-decoration: underline;
		}

INPUT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE; }
SELECT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE; }
TEXTAREA { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE; }
.txterror { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.txtform { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }