/* Feuille css de la pre-home */
body
{
	background-image:url(/doc/img/home/fond-accueil.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#51004c;
		font-family:Arial;
}
#home
{
  width:1000px;
  height:600px;
  margin:auto;
}
table
{
	margin:0;
	margin-top:30px;
	margin-left:555px;
	border-collapse:collapse;
}
table td
{
	margin:0;
	padding:0;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	height:15px;
}
table tr td a 
{
	font-size:13px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
table tr td a:visited
{
	color:white;
	text-decoration:none;
}
.menu:hover
{
	color:#a3bd0b !important;
}
h1
{
	margin-top:90px;
	margin-left:570px;
	font-size:25px;
	font-weight:normal;
	color:white;
	margin-bottom:0;
}
h2
{
	margin-top:0;
	margin-left:570px;
	font-size:18px;
	font-weight:normal;
	color:#a3bd0b;
}
#corps
{
	line-height:22px;
	margin-top:18px;
	width:316px;
	margin-left:570px;
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	color:#f3eef3;
}
#espace_candidat
{
	margin-left:570px;
	display:block;
	background-image: url(/doc/img/home/bouton-candidat.gif);
	height:58px;
	width:170px;
	margin-top:40px;
}
#espace_candidat:hover
{
	background-image: url(/doc/img/home/bouton-candidat-hover.gif);
}
#espace_entreprise
{
	height:58px;
	width:184px;
	margin-left:760px;
	display:block;
	background-image: url(/doc/img/home/bouton-entreprise.gif);
	position:relative;
	bottom:58px;
}
#espace_entreprise:hover
{
	background-image: url(/doc/img/home/bouton-entreprise-hover.gif);
}
