

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #F1B21F ;
	background-image: url(img/fond.gif);
}
div#xiti-logo
{
	width: 35px ;
	height: 29px;
	float: right;
	margin-top:-5px;
	margin-right:5px;
}
div#xiti-logo-noscript
{
	width: 35px ;
	height: 29px;
	float: right;
	margin-top:-5px;
	margin-right:5px;
}
div#conteneur
{
	width: 679px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #993300 ;
	background: #f1b21f ;
}

h1#header
{
	height: 152px ;
	background: url(img/header.jpg) no-repeat left top;
	margin: 0 ;
}
div#contenu a
{
	color: #8a0 ;
}

div#contenu a:hover
{
	color: #9b2 ;
}


p#footer
{
	margin: 0 ;
	padding 0 ;
	line-height: 30px ;
	text-align: center ;
	color: #df3301 ;
	background: #feda02 ;

}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}
pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}
* html pre
{
	//width: 636px ;
}
/*formulaire Style*/
form {
padding:10px;
width:600px;
}
label {
font: "Trebuchet MS", helvetica, sans-serif ;}
input {
border:1px solid black;
background-color:red;
background-image: url(img/fond.gif);
font-family:"trebuchet ms",sans-serif;
color:black;
}
select, option {
background-color:red;
color:black;
}
textarea {
border:1px solid black;
background-color:red;
background-image: url(img/fond.gif);
font-family:"trebuchet ms",sans-serif;
color:black;
}
p#envoiformulaire
{
	margin: 0 ;
	text-align: center ;
}
input.bouton {
border:1px outset black;
font-weight:bold;
cursor:pointer;
}

a:link {
font-family:"trebuchet ms",sans-serif;
font-size:100%;
color:black;
background-color:transparent;
text-decoration:none;
}
a:visited {
font-family:"trebuchet ms",sans-serif;
font-size:100%;
color:#696969;
background-color:transparent;
text-decoration:none;
}
a:hover {
font-family:"trebuchet ms",sans-serif;
font-size:100%;
color:#ffd700;
background-color:#df3301;
text-decoration:none;
}

