/* CSS concernant tout ce qui dépend des formulaires et des boutons */
.formulaire_bandeau a { color: #ffa8dd }
.formulaire_bandeau INPUT {
background: #d278b0 url(../images_base/formulaire_login_bandeau_ombre.gif) no-repeat left top;
border: solid 1px #fbc5ee;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
width: 94px; height: 14px;
text-align: center;
padding: 3px;
margin: 3px;
vertical-align: middle;
}

.formulaire_bandeau .bouton_submit {
width: 25px;
height: 22px;
}

#recherche_zone {
width: 250px; height: 28px;
background: url(../images_base/bouton_recherche.gif) no-repeat left top;
padding-left: 10px;
padding-top: 2px;
vertical-align: middle;
}

#form_recherche INPUT {
background: none;
border: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
width: 120px; height: 15px;
text-align: center;
vertical-align: middle;
}

/* Styles de boutons */
.mini_bouton {
margin-left: 5px;
position: relative;
top: 5px;
}

#form_recherche .bouton_submit:hover, .formulaire_bandeau .bouton_submit:hover {
cursor:pointer;
}

#form_recherche .bouton_submit {
margin-left: 15px;
width: 100px; height: 26px;
vertical-align: middle;
}

/* INSCRIPTION ET GRANDS FORMS */
.cssform p{
width: 455px;
clear: left;
margin: 0;
padding:8px 0 8px 200px;
border-top: 1px solid #f2e4de;
/*height: 1%;*/
font-size: 10px;
color: #a56690;
}
.cssform p span.error {
padding: 3px 0px 5px 0px;
color:#F639A3;
font-weight:normal;
}
.cssform p span {
color:#333333;
float:left;
font-weight:bold;
padding-top:7px;
}
.cssform .submit-buttom {
margin:20px 0px 15px 200px;
}

.cssform label{
padding-top: 5px;
padding-left: 15px;
font-weight: bold;
float: left;
margin-left: -200px; /*width of left column*/
width: 185px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
font-size: 13px;
color: #333333;
}

.cssform input[type="text"], .cssform input[type="password"], .cssform textarea { /*width of text boxes. IE6 does not understand this attribute*/
width: 280px;
border: 1px solid #e7eaee;
padding: 5px;
color : #333333;
font-family: 'lato', arial;
font-size: 13px;
background-color: #fcf8f7;
}

.cssform textarea {
width: 430px;
height: 450px;
padding: 10px;
}

.cssform_petit p{
width: 320px;
clear: left;
margin: 0;
padding: 4px 0 4px 0;
padding-left: 150px; /*width of left column containing the label elements*/
height: 1%;
font-size: 10px;
color: #a56690;
}

.cssform_petit label{
padding-top: 5px;
font-weight: bold;
float: left;
margin-left: -150px; /*width of left column*/
width: 135px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
font-size: 11px;
color: #333333;
}

.cssform_petit input[type="text"], .cssform_petit input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
border: 1px solid #e7eaee;
padding: 5px;
color : #333333;
font-family: 'lato', arial;
font-size: 13px;
background-color: #fcf8f7;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.erreur_form {
background-color: #f2e4de;
}

.erreur_form2 {
background-color: #f8f1ed;
}
#zone_question, .textarea_couleur, .input_couleur {
border: 1px solid #e7eaee;
padding: 10px;
color : #333333;
font-family: 'lato', arial;
font-size: 15px;
background-color: #fcf8f7;
}

.input_couleur { padding: 5px; }

#zone_question, .textarea_couleur {
width: 633px;
height: 200px;
}

#id_reponse_message {
width: 633px;
height: 200px;
border: 1px solid #e7eaee;
padding: 10px;
color : #333333;
font-family: 'lato', arial;
font-size: 11px;
background-color: #fcf8f7;
}

#submit_question, #submit_reponse {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
border:none;
background: transparent url('../images_base/bouton_ok_question.gif') no-repeat top left;
width:163px;
height:39px;
}
#submit_question:hover, #submit_reponse:hover { cursor: pointer; }

#submit_question { background: transparent url('../images_base/bouton_ok_question.gif') no-repeat top left; }
#submit_reponse { background: transparent url('../images_base/bouton_ok_reponse.gif') no-repeat top left; }

/* forms recherche école */
.recherche_ecole SELECT {
	width:100%;
	margin-bottom: 5px;
}

.recherche_ecole input[type="submit"] {
	width:100%;
	color: #333333;
	background-color: #fff5f8;
	border: 1px solid #fbcde7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}