/*
	pixandweb.fr
	(c) Copyright
*/

/*------------------------------------------------------------
	Structure
------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0 auto;
}

html, body {
	background: #D2D0B7}
}

body {
	font-family: Tahoma, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
}

#content
{
	color:#8F431F;
	width:630px;
	text-align:center;
}

h2
{
	font-family:Verdana, Geneva, sans-serif;
	color:#8F431F;
	font-size:18px;
	text-align:center;
	margin:5px;
}

/*------------------------------------------------------------
	Elements
------------------------------------------------------------*/

a { text-decoration: none; outline: none; color: #859C1A; }
a:hover { text-decoration: underline; }

img{
	border:0px;
}

div, p { color: #8F431F; }
sup { font-size: 8px; }
div.clear { clear: both; }

#content p {
	margin: 10px 0;
}

#footer {
	margin-top:5px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #8F431F;
}

/*------------------------------------------------------------
	Form
------------------------------------------------------------*/


#footer a {
	color: #8F431F;
}

