@charset "utf-8";
@import url("styles-sidebar.css");
/********************************************************
	CSS Document / General - Piecesavenue par Skalpel.fr
********************************************************/

/* CSS Reset
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; border: 0; }
:link, :visited { text-decoration: none; }
ul,ol { list-style: none; }
fieldset { border: 0; }
img { border: none; background: none; } a img { border: 0 none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
.clear{ clear: both; height: 0px; font-size: 0px; line-height: 0px; }
.strong{ font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; }


/* General
-----------------------------------------------------------------------------*/

html, body { height: 100%; }
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 2.10em;
	color: #92BA27;
	font-weight: normal;
}
h2 {
	margin: 20px 0 10px 0;
	font-size: 1.90em;
	color: #92BA27;
	font-weight: normal;
}


h3 {
	margin: 10px 0 10px 0;
	font-size: 1.50em;
	color: #92BA27;
	font-weight: normal;
}
h4 {
	margin: 10px 0 10px 0;
	font-size: 1.50em;
	color: #7AB9CB;
	font-weight: normal;

}
h5 {
	margin: 5px 0;
	padding-left: 15px;
	font-size: 1.20em;
	color: #666;
	font-weight: bold;
}

a:link, a:visited { color: #EF8401; text-decoration: underline;  }
a:hover { color: #E64514; }

p { margin-bottom: 15px; }

img.left { float: left; margin-right: 10px; vertical-align: middle; }
img.right { float: right; margin-left: 5px; vertical-align: middle; }
img.center { margin-bottom: 10px; }
img.border { border: 1px solid #CCC; }

#ajax-loader { width: 144px; margin-left: -72px; height: 25px; line-height: 25px; color: #FFF; background: #FF6600 url(../images/interface/ajax-loader.gif) no-repeat 5px 5px; position: fixed; padding-left: 30px; z-index: 1000; left: 50%; top: 0; display: none; }

/* Form
-----------------------------------------------------------------------------*/
div.form { margin-top: 10px; padding-left: 15px; }
div.form p { margin-bottom: 7px; }
/* Fields */
div.form p.textfield {}
div.form p.select {}
div.form div.actions {}

/* Label */
div.form label {
	float: left;
	display: block;
	width: 130px;
	padding-top: 2px;
	margin-right: 5px;
}
div.form label span { color: #92BA27; }

/* Inputs */
div.form input[type=text], div.form input[type=password] {
	padding: 3px 5px 2px;
	width: 290px;
	background: url(../images/interface/form-text.gif) top left no-repeat;
	border: 1px solid #7A7A7A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #666;
	/* Round corners */
	-moz-border-radius: 3px;
	-webkit-border-radius:	3px;
}

div.form select {
	width: 300px;
	height: 21px;
	border: 1px solid #A4A4A4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.10em;
}

div.form textarea {
	padding: 3px 5px 2px;
	width: 290px;
	height: 120px;
	background: url(../images/interface/form-text.gif) top left no-repeat;
	border: 1px solid #7A7A7A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #666;
	/* Round corners */
	-moz-border-radius: 3px;
	-webkit-border-radius:	3px;
}

div.form input[type=submit] {
	display: block;
	height: 24px;
	padding: 0 25px;
	margin-left: 135px;
	background: url(../images/interface/form-submit.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	/* Round corners */
	-moz-border-radius: 3px;
	-webkit-border-radius:	3px;
}

p.valid-message,
p.error-message {
    padding: 5px 5px 5px 5px;
    margin: 0 0 10px 0;
    min-height: 12px;
}

p.valid-message {
  border: 1px solid #81c01e;
  background: #e6f2d2;
  color: #666666;
}

p.error-message {
  border: 1px solid #a03225;
  background: #f7d3d2;
  color: #a03225;
}

a.error-message img {
  width: 14px;
  height: 14px;
}

span.error-message {
  background: url(../images/interface/picto-error.gif) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 3px;
}

div.form p.checkfield {
	margin-left: 135px;
}

div.form p.checkfield input {
    float: left;
}

div.form p.checkfield label {
    width: 300px;
    margin-left: 5px;
    cursor: pointer;
}
