@import url(structure.css);
@import url(principal.css);
@import url(navigation.css);
@import url(calendrier.css);
@import url(jScrollPane.css);
@import url(styles_editeur.css);

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

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

body {
 color:#000;
 font-family:Arial, Helvetica, sans-serif;
 background:url('../images/elements/fd_page.gif') repeat-x #c1e361;
}

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

h1, h2, h3, h4, h5 {
 padding:0;
 margin:0;
}

ul, ol {
 list-style-type:none;
 padding:0;
 margin:0;
}

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

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

button span {
 display:none;
}

pre {
 font-size:12px;
 text-indent:0;
 font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;
 white-space:pre-wrap; /* CSS 3 */
 white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
 white-space:-pre-wrap; /* Opera 4 à 6 */
 white-space:-o-pre-wrap; /* Opera 7 */
 word-wrap:break-word; /* IE 5.5+ */
 overflow:auto;/* IE 6 */
}