body
{
	background: url(images/fond.png) repeat-x #a1beda;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

#site
{
	width:500px;
	padding:0 30px 0 30px;
	margin:0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#entete
{
	background: url(images/entete.png);
	height:154px;
}

h1
{
	/*background:url(images/h1.png) bottom left no-repeat;*/
	font-family: times;
	font-style:italic;
}

#pro a
{
	display:block;
	padding:1em;
	border:1px solid #ddd;
	text-decoration:none;
	font-size:1.5em;
	text-align:center;
	/*background:url(images/b1.png) repeat-x;*/
	background: #d2dee8;
	color:#516179;
}

#pro a:hover
{
	background:url(images/b0.png) repeat-x;
	color:#4f6c98;
}

#pro p
{
	font-style:italic;
	margin-top: -2em;
	padding-left:3em;
	color:#aaa;
}

#login
{
	width:200px;
	border-left:5px solid #ddd;
	padding-left:10px;
}

label
{
	display:block;
}

input
{
	width:100px;
	border:1px solid #ddd;
}

#loginpro
{
	font-size:0.8em;
}

small
{
	color:#aaa;
}

#contact a
{
	color:#1967bb;
	font-weight:bold;
}

#contact a:hover
{
	color:#000;
	text-decoration:none;
}

h1
{
	border-bottom:1px solid #ddd;
}


