/*
#EDEDED : vert pomme
#3aa033 : vert foncé
#a96d37 : marron
#986e48 : marron foncé
#ea690b : orange
#0060b6 : bleu
#3caddf : bleu ciel
*/

.form_sejour {
    /**background-color: #EDEDED;/**/
    color: #000000;
    font-size:12px;
    padding:5px;
}

.titre_form_sejour {
    border-bottom: 1px solid #BBBBBB;
    font-size: 16px;
    height: 25px;
    padding-left: 0px;
    text-transform: uppercase;
	font-family: 'Ubuntu',sans-serif;
}
/**
.titre_form_sejour {
    background-color: #3aa033;
    color: #ffffff;
    height:25px;
    padding-left:5px;
    font-weight:bold;
}/**/

.form_sejour #mel {
    width:240px;
}

.form_sejour #commentaire{
    width:500px;
}

.form_sejour #pays {
    width:145px;
}

.form_sejour .boutonform {
    color: #FFFFFF;
    background-color: transparent;
    background-image:url('../images/fond_bouton_encart_resa.png');  
    background-position:left top;
    background-repeat:no-repeat; 
    font-weight: bold;
    text-align:center;
    border: 0px;
    cursor:pointer;
    width:170px;
    font-size:14px;
    height:25px;
    padding-bottom:5px;
}

#merci_contact {
    background-color: #EDEDED;
    color: #000000;
    font-size:12px;
    padding:5px;
}

#styles_brochures strong{
    font-family: Trebuchet MS,Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 111, 49);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom:10px;
	display:block;
}

#styles_brochures table{
background-color: rgb(240, 240, 240);
margin-bottom:15px;
padding:10px;
}

#styles_brochures p{
margin:0px;
}

#styles_brochures a:link, #styles_brochures a:visited{
color: rgb(100, 100, 100);
text-decoration:underline;
}

#styles_brochures a:hover{
text-decoration:none;
}

#styles_brochures br{
display:none;
}

#styles_brochures img[src="/formulaire/picto-pdf.gif"]{
margin-left:15px;
}

#styles_brochures img[src="/formulaire/brochure_interactive.png"]{
margin-left:15px;
}

#styles_brochures input{
margin-left:15px;
}

#styles_brochures img[width]{
margin-right:15px;
}

/*
#styles_brochures br{
float:left;
}
#styles_brochures input{
margin-left:15px;
}
*/

.form_doc .boutonform {
    color: #FFFFFF;
    background-color: transparent;
    background-image:url('../images/fond_bouton_encart_resa.png');  
    background-position:left top;
    background-repeat:no-repeat; 
    font-weight: bold;
    text-align:center;
    border: 0px;
    cursor:pointer;
    width:170px;
    font-size:14px;
    height:25px;
    padding-bottom:5px; 
}  

.form_sejour textarea, .form_sejour input{
font-family:arial,helvetica,sans-serif;
font-size:12px;
}