body {
margin: auto;
text-align: center; /* Pour centrer avec IE*/
background: #908C81 url(../images/fond.jpg) repeat-x;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
div#general {
margin-left: auto; /* Pour centrer avec Firefox & co */
margin-right: auto;
text-align: left; /* Pour remettre normal */
width: 80% /* Tout à fait ce que l'on veut ici... */
}
td {
	vertical-align: top;
}

#valentin {
	position: relative;
	width: 220px;
	float: left;
	left:500px;
	top: 5px;
  font-size: 14px;
  text-align:center;
}
#valentin a {
	color: #FAFFB6;
	font-weight: bold;
	text-decoration: none;
}
/* MENU */
#menu {
	position: relative;
	width: 265px;
	float: right;
	top: 59px;
  font-size: 16px;
}
#menu a {
	color: #FAFFB6;
	font-weight: bold;
	text-decoration: none;
	margin-right: 25px;
}
#menu a:hover, #valentin a:hover {
	color: #FFBB4A;
}

/* TEXT */
#conges {
	position: relative;
	width: 463px;
	left: 24px;
	top: 13px;
	color: #b22222;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
#present {
	position: relative;
	width: 463px;
	left: 24px;
	top: 40px;
	line-height: 19px;
	color: #5a5750;
}
/* hasard */
#conseil {
	position: relative;
	width: 663px;
	left: 164px;
	top: 63px;
	font-weight: bold;
	line-height: 21px;
	color: #5a5750;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #f9f190;
	border-right: 1px solid #a5a29a;
	border-bottom: 1px solid #a5a29a;
	border-left: 1px solid #f9f190;
	background-color: #FAF4B1;
}
#textconseil {
	position: relative;
	width: 653px;
	left: 164px;
	top: 52px;
	line-height: 19px;
	color: #5a5750;
	text-align: center;
}
span.tit {
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}
/* CONTACT */
input.butt {
	color:#5A5750;
	background-color: #Faffb6;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	border-width:1;
	width:152px;
	text-align:center;
	border-color:#DAB9A7;
}
#error {
	position: absolute;
	top:124px;
	left: -280px;
	background-color: #Faffb6;
	font-weight:bold; 
	color:#FF0000;
	padding:8px;
	border-color:#DAB9A7;
}
#coord {
	position: relative;
	width: 653px;
	left: 164px;
	top: 52px;
	line-height: 19px;
	color: #5a5750;
	text-align: center;
}
/* photos */
#photos {
position: relative;
	top:80px;
	left: 70px;
	text-align: center ;
	margin: auto auto 5px 83px;
	width:700px;
	
}
#photos a img {
	border: 2px solid #deb887;
}
#photos a:hover img {
	border: 2px solid #fcffdd;
}

#footer {
	font-size: 9px;
	text-align: center;
	color: #a5a29a;
}
#footer a {
	color: #c7c5c0;
}
#footer a:hover {
	color: #a5a29a;
}

