body
{
	width: 900px;
	height: 760px;
	margin: auto;
	background: url(../images/contact/contact.jpg) no-repeat center top;
	font-family: "century Gothic", verdana;
	color: #000000;
}
#accueil
{
	position: relative;
	width: 60px;
	height: 25px;
	top: 105px;
	left: 365px;
	padding-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#accueil a
{
	color: #999999;
	text-decoration: none;
}
#accueil a:hover
{
	color: #333333;
	text-decoration: underline;
}
#retour
{
	position: relative;
	width: 60px;
	height: 25px;
	top: 80px;
	left: 445px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#retour a
{
	color: #999999;
	text-decoration: none;
}
#retour a:hover
{
	color: #333333;
	text-decoration: underline;
}
#contenu
{
	position: relative;
	width: 650px;
	height: 530px;
	margin: auto;
	top: 110px;
}
.texte_intro
{
	display: block;
	width: 50%;
	margin: auto;
	text-align: center;
	font-size: 0.8em;
}
.demarquation
{
	display: block;
	width: 100%;
	text-align: center;
}
.contact_ckam
{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	margin-top: 20px;
}
.contact_ckam a
{
	color: #999999;
	text-decoration: none;
}
.contact_ckam a:hover
{
	color: #333333;
	text-decoration: underline;
}
#hover_sounds
{
	position: relative;
	width: 25px;
	height: 33px;
	left: 845px;
	top: -400px;
}
#hover_sounds a
{
	background: url(../images/contact/sound.jpg);
}
#hover_sounds a:hover
{
	background: url(../images/contact/hover-sound.jpg);
}
#footer
{
	position: relative;
	width: 900px;
	height: 63px;
	top: 80px;
	text-align: center;
}

.block
{
	display: block;
	width: 100%;
	height: 100%;
}