@charset "ISO-8859-1";
/* CSS Document */


/*RESET
@charset "ISO-8859-1";
/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com
   Addition by Christian Montoya - www.christianmontoya.net */
	/* Neutralize styling:
   Elements we want to clean out entirely: */
html,body,form,fieldset {
	margin: 0;
	padding: 0;
	font: 100%/ 120% Verdana, Arial, Helvetica, sans-serif;
}
 
/* Neutralize styling:
   Elements with a vertical margin: */
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	margin: 1em 0;
	padding: 0;
}
 
/* Apply left margin:
   Only to the few elements that need it: */
li,dd,blockquote {
	margin-left: 1em;
}
 
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
 
fieldset {
	border: none;
}
 
input,select,textarea {
	font-size: 100%;
	font-family: inherit;
}

a {
text-decoration:none;
color:#a7362d;
}
/********************FIN*/

body {
/* background-color:#a8341b;*/
background-color:#b1c707;
}
#pages{
width:899px;
height:650px;
margin:20px auto 5px auto;
text-align:center;
border:2px solid #a8351b;


}
#basdepage{

width:1024px;
font-family:Arial, Helvetica, sans-serif;
color:#a8351b;
text-align:center;
margin-left:auto;
margin-right:auto;

} 
#boutonbasdepage{
width:400px;
margin:0px auto 8px auto;

}
#boutonbasdepage a{
font-weight:bold;
display:block;
float:left;
width:180px;
height:20px;
padding:0px 8px 8px 8px;
}
#boutonbasdepage a:hover{
color:#d4d700;
}
.spacer{
clear:both;
}
