*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #7f4569;
}
div#global{
	width: 980px;
	height: auto;
	/*background: url(../img/fond.png) repeat-y;*/
	background: url(../img/fond.gif) repeat-y;
	margin: auto;
	/*background-color: #20051b;*/
}
div#top{
	width: 980px;
	height: 97px;
	background: url(../img/top2.png) no-repeat;
	padding-top: 1px
}
div#menu{
	margin-left: 493px;
	width: 369px;
}
div#contenu{
	width: 940px;
	height: auto;
	min-height: 232px;
	background: url(../img/fond-bas-contenu.png) no-repeat bottom;
	padding: 20px 20px 20px 20px;
	padding-top: 0;
}
div#pied-page{
	width: 980px;
	height: 34px;
	background: url(../img/pied-page.png) no-repeat;
	text-align: center;
	font-size: 10px;
	color: #7b4460; 
}
div#pied-page a {
	color: #7b4460;
	text-decoration: none;
	font-weight: bold;
}
div#reflet{
	width: 980px;
	height: 75px;
	background: url(../img/reflet.png);
}
#contenu h2{
	font-size: 16px;
	padding-bottom: 15px;
	padding-left: 100px;
	color: #f48a91;
}
#contenu p{
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
}
#contenu form{
	margin: auto;
	width: 500px;
}
#contenu label{
	width: 100px;
	text-align: right;
	float: left;
	margin-right: 10px;
}
#contenu input, #contenu textarea{
	width: 350px;
	border: solid 1px #c86190;
	background: transparent url(../img/fond-input.png) no-repeat bottom;
	color: #fff;
	padding: 2px;
	margin-bottom: 7px;
}
#contenu textarea{
	height: 150px;
}
#contenu input.bt{
	width: 120px;
	height: 39px;
	background: transparent url(../img/bt.png);
	cursor: pointer;
	border: none;
	margin-left: 110px;
}
#contenu hr{
	margin: auto;
	width: 350px;
	height: 1px;
	border: none;
	border-bottom: solid 1px #c86190;
	color:  #c86190;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}
#contenu img.apercu{
	border-bottom: solid 1px #c86190;
}
#contenu td.vignette{
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#contenu span.titre{
	font-weight: bold;
}
td.legende {
vertical-align: top;
text-align: center;
}
