@import url(structure.css);
@import url(principal.css);
@import url(navigation.css);
@import url(onglets.css);
@import url(galerie.css);
@import url(fancybox.css);
@import url(imageflow.css);
@import url(treeview.css); /*plan site */

* {
 border:0;
 font-style:normal;
 margin:0;
 padding:0;
 text-decoration:none;
}

html, body {
 height:100%;
 margin:0;
 padding:0;
}

body {
 font-family:Arial, Helvetica, sans-serif;
 color:#3c3c3c;
 background:url(../images/elements/bg_body.jpg) 50% 0 no-repeat #EAE7DE;

}

img {
 border:0;
 vertical-align:bottom;
}

h1, h2, h3 , h4, h5 {
 padding:0;
 margin:0;
}
h4 {
 color:#55AA46;
}
ul, ol {
 list-style-type:none;
 padding:0;
 margin:0;
}

body, p, a, ol, li, tr {
 font-size:12px;
}

input, select, textarea {
 font-size:12px;
}

/* boutons de validation... */
button {
 cursor:pointer;
}
/*
button {
 background: url("../images/elements/btn.png") no-repeat scroll 0 -142px ;
 height: 20px;
 margin:0 auto;
 color:#ffffff;
 line-height:20px;
 text-align:center;
 font-size:12px;
 font-family:arial;
 padding:0 0 0 15px;
}
button span{
 display:block;
 float:left;
 background: url("../images/elements/btn.png") no-repeat scroll 100% -142px ;
 text-align:center;
 margin-top:-2px;  Firefox uniquement ? 
 padding:0 15px 0 0;
}
button:hover{
 background-position:0 -162px;
 color:#50372d;
}
button:hover span{
 background-position:100% -162px;
}
*/
button{
 float:left;
 width:auto;
 height:20px;
 background: url("../images/elements/btn.png") 0 -102px no-repeat;
 cursor:pointer;
 margin:20px 0 20px 170px;
 padding:0 0 0 15px;
 font-size:12px;
 font-family:arial;
 line-height:20px;
}
button span{
 display:block;
 float:left;
 text-align:center;
 background: url("../images/elements/btn.png") 100% -102px no-repeat;
 color:#ffffff;
 padding:0 15px 0 0;
 margin-right:-4px;
 margin-top:-2px;
}
button:hover {
 background-position:0 -122px;
}
button:hover span{
 background-position:100% -122px;
}

a {
 color:#008f39;
}

