body {
    color:#000000; /* couleur de la police */
    /*background-color : #0D0D0D; /* couleur d'arriere plan */
    font-family : Verdana;
    font-size: 11px;
 /* background-color :#181818; */
     background-color :#ffffff;
}

#zone_de_texte
{
    margin:5px;
    
}
.accroche
{
   text-align:center;
   font-weight : bold;
   margin-bottom : 10px;
    
}
/* ############################################################
     Skin des boutons qui doivent avoir un lien (pour liframe notamment)
############################################################# */
.bouton{
	border: #564722 1px solid;
	background-color:#767e26;
	font-family : Verdana;
	font-size: 11px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	color:white;
	float:left;
	margin:5px;	
}

.bouton a
{
	color:white;
	text-decoration: none ;
	
}
.bouton:hover{
background-color:#5F5532;
text-decoration: none ;
cursor: pointer;
}
.bouton a:link { 
	color : white;
	text-decoration: none; }
.bouton a:visited { 
color : white;
text-decoration: none; }

.bouton a:hover, .bouton  a:focus {
    color : white;
	text-decoration: none ;
	
}

.erreur
{
   text-align:center;
   color: red;
   
    
}
p, ul{
    margin-top:0;
    margin-right:0;
    margin-bottom:1em;
    margin-left:0;
}
table {
border:1px solid #5C0100;
clear:both;
font-size:11px;
margin:10px auto;
/*width:100%;*/
}
th {
background-color:#817E75;
color:white;
width:auto;
}

form {
	

}
form fieldset {

	margin:10px;
	
	padding:6px;
	
}
form fieldset legend
{
	margin:auto;
	/*text-align:center;*/
}
form fieldset
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
 form label
{
	
	display: block;
	width: 55%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}


 input, textarea
{
	
    font-family : Verdana;
    font-size: 11px;
}


input[type="submit"], input[type="button"]
{
	
    border: #564722 1px solid;
    background-color:#767e26;
    font-family : Verdana;
    font-size: 11px;
    float:right;
    color:white;
	
}
input[type="button"]:hover
{
	
	cursor: pointer;
}


img
{
    border:thin solid #000000;
}


input[type="submit"]:hover
{
	background-color: #5F5532;
	cursor: pointer;
}

input[type="button"]:hover
{
	background-color: #5F5532;
	cursor: pointer;
}



input:focus, textarea:focus, input:hover, select:hover, select:focus, textarea:hover
{
	
}

.ligne0
{
	
	background-color:transparent;
}
.highlight
{
	
	background-color:#ECD5B5;
}
#resultAmazon
{
	margin-top:10px;
}
.faqRubrique
{
    font-weight:bold;
    color:white;
    background-color:gray;
    padding-left:5px;
}
.faqQuestion
{
    font-weight:bold;
    padding:5px;
}
.faqReponse
{
    padding-bottom:10px;
}
