div#envelope{
width: 100%;
margin: 0;
}

input[type=button].resp_home, input[type=submit].resp_home{
margin-bottom: 2px;
width:80%;
padding: 15px;
border-radius:5px;
border:2px solid #c7d5db;
background-color: #006b98;
background-image:url(images/logo_home.png);
background-repeat: no-repeat;
background-position: center; 
color: #006b98;
font-size:19px;
cursor:pointer;
font-weight:bold;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

input[type=submit].resp_help,input[type=button].resp_help{
font-size:19px;
}

input[type=submit].resp_compte,input[type=button].resp_compte{
font-size:19px;
}

input[type=button].resp_home:hover, input[type=submit].resp_home:hover
{
background-color: #66a6c1;
background-image:url(images/logo_home2.png);
background-repeat: no-repeat;
color: #66a6c1;
font-size:19px;
}
input[type=button].resp_home:active, input[type=submit].resp_home:active
{
background-color: #00435f;
background-image:url(images/logo_home3.png);
background-repeat: no-repeat;
color: #00435f;
font-size:19px;
}

/* input[type=text], input[type=password], input[type=email], input[type=date], input[type=search]{
font-size:18px;
} */

input[type=submit].resp, input[type=button].resp{
font-size:18px;
}

input[type=submit].resp_search, input[type=button].resp_search{
font-size:18px;
}

input[type=submit].resp_pdf, input[type=button].resp_pdf{
font-size:18px;
}

input[type=submit].resp_suppr, input[type=button].resp_suppr{
font-size:18px;
}

input[type=submit].bouton_action,input[type=button].bouton_action{
font-size:18px;
width:60%;
}

input[type=submit].bouton_delete,input[type=button].bouton_delete{
font-size:18px;
width:60%;
}

form.resp{
width:90%;
margin:2% 4%;
}

/* select{
font-size:22px;
} */

fieldset.ci{
margin-top:12px;
margin-bottom:12px;
}

.avertissement
{
	font-size:18px;
}

.enregistre_ok
{
	font-size:18px;
}

textarea{
font-size:18px;
}

textarea.lettre{
font-size:18px;
}

input[type=button].deconnexion{
width:80%;
background-position: center;
color: #8e8f90;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

input[type=button].deconnexion:hover
{
color: #627c87;
}
input[type=button].deconnexion:active
{
color: #292a2a;
}

input[type=button].bouton_excel, input[type=submit].bouton_excel{
font-size:19px;
}

input[type=submit].bouton_action_reinitia,input[type=button].bouton_action_param{
font-size:19px;
width:60%;
}

input[type=submit].resp_param, input[type=button].resp_param{
width:80%;
background-position: center;
color: #006b98;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

input[type=submit].resp_param:hover, input[type=button].resp_param:hover
{
color: #66a6c1;
}
input[type=submit].resp_param:active, input[type=button].resp_param:active
{
color: #00435f;
}