/* CSS Document */
.formulaire {
        display:block;
        width:670px;
        font-family:tahoma,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        background-color:#fff;
        margin:0 auto;
}

.formulaire fieldset{
        border:none;
        padding:10px;
}

.formulaire legend{
        font-size:1.5em;
        font-weight:bold;
        padding:0px;
        color:#222;
}
.formulaire label{
        display:block;
        font-weight:bold;
        text-align:right;
        width:150px;
        float:left;
        height:35px;
        font-size:1.1em;
		clear:both;
}
.formulaire label .small{
        color:#666666;
        display:block;
        font-size:0.75em;
        font-weight:normal;
        text-align:right;
        width:150px;
}

.formulaire input, .formulaire select, .formulaire textarea{
        font-size:1em;
        padding:4px 2px;
        border:solid 1px #aacfe4;
        margin:2px 0px 20px 10px;
        width:400px;
}
.formulaire select option:focus{
background-color:black;
}

.formulaire textarea{
		height:100px;
		font-family:tahoma,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.formulaire input:focus, .formulaire select:focus, .formulaire textarea:focus{
        background-color:#f1f9ff;
        border:1px solid #4aacff;
}



.formulaire input:hover, .formulaire select:hover, .formulaire textarea:hover{
        border:1px solid #4aacff;
}

.formulaire button{
        clear:both;
        margin-left:160px;
        width:120px;
        height:31px;
        background:#666666;
        text-align:center;
        line-height:31px;
        color:#FFFFFF;
        font-size:1.2em;
        font-weight:bold;
        border:none;
}
.formulaire button:hover{
        background: #32b1d0;
        cursor: pointer;
}
.formulaire .radio{
margin-bottom:10px;
margin-left:180px;
}
.formulaire .radio input{
margin:5px;
width:10px;
}
.formulaire p{
        margin-top:0px;
        color:#555;
}
.invalidInput{
        border:1px solid #FBC2C4;
        background-color:#fff1f1;
}
.formulaire .informationsbas{
        border:none;
        margin-top:10px;
        border-top:2px solid #c7e4fc;
}
.error, .notice, .success {margin:1em; padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;display:none;}
.notice{display:none;}
.php{
  display:block;
  list-style:none;
}
.php li{
  color:#8a1f11;
  margin-left:10px;
}
.php li ul{
  list-style:inside;
}

.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}


.formencyclopedie{
	background:none;
	width:260px;
	margin-left:15px;
	font-size:0.8em;
}
.formencyclopedie fieldset{
	width:100%;
	}
.formencyclopedie label{
	width:100%;
	margin-left:10px;
	text-align:left;
	height:20px;
	margin-bottom:0px;
}
.formencyclopedie label .small{
	font-size:0.9em;
	position:relative;
	display:inline;
}
.formencyclopedie input,.formencyclopedie textarea,.formencyclopedie select{
	width:230px;
	position:relative;
	top:-4px;
	clear:both;
	margin-top:0px;
	margin-bottom:0px;
	border-color:#fec8e4;
}
.formencyclopedie input:hover, .formencyclopedie textarea:hover,.formencyclopedie select:hover{
	border-color:#f761af;
	background:#fffafd;
}
.formencyclopedie input:focus, .formencyclopedie select:focus, .formencyclopedie textarea:focus{
        background-color:#fffafd;
        border-color:#f761af;
}
.formencyclopedie button{
	width:100px;
	height:25px;
	margin-left:145px;
}
.formencyclopedie button:hover{
	background:#d90674;
}
.formenyclopedie fieldset{
	margin-bottom:0;
}
.formencyclopedie input[type=file]{
	width:200px;
}

.rubrique-tutos input,.rubrique-tutos select,.rubrique-tutos textarea{
border-color:#dcefca;
}
.rubrique-tutos input:hover,.rubrique-tutos select:hover,.rubrique-tutos textarea:hover{
border-color:#7bcd33;
background-color:#fdfffb;
}
.rubrique-tutos input:focus,.rubrique-tutos select:focus,.rubrique-tutos textarea:focus{
border-color:#7bcd33;
background-color:#f5ffec;
}
.rubrique-tutos button:hover{
background-color:#7bcd33;	
}


