/* This CSS is autocompiled by LESS parser. Don't edit it manually. */


a {
    text-decoration: none;
    color: #75726f;
}
a:hover {
     color: #bfd75b;
}
body {
  background-color:#645346;
  background-image:url(../images/menuTop/background.png);
  background-repeat:repeat-x;
  font-size:0.8em;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
/*  font-family: "Helvetica", Helvetica;*/
  color: #525252;

}

input[type="text"], input[type="textarea"], input[type="password"] {
    border: 1px solid #b0b0b0;
    background-color: #f2f2e7;
}
input[type="text"]:focus, input[type="textarea"]:focus {
    background-color: #e8e8da;
}
input[type="submit"] {
	text-shadow: 1px 1px 6px #486c18;
}
#contentAll {
    background-color: #ffffff;
    overflow: hidden;
}
div.cybook_content_item div ul li, div.home_content_item ul li, div.cybook_content_item ul li{
	display : list-item;
	text-align: left;
	list-style-image: url('../images/content/puce.gif');
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 12px;
    color: #525252;
}
.content_item_container {
	background-image: url('../images/content/textDiv_background.png');
    background-repeat: repeat-x;
	}
.must {
    color: #FF0000;
}
.wrong {
    color: #ff0000;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.link {  border-bottom: 1px dashed #c1c4c1; }
.label {
    margin-top: 15px;
    margin-bottom: 5px;
}