#header {
	background: white no-repeat scroll 50px center;
	color: rgb(4,49,71);
	border-bottom: 1px solid #CCCCCC;
  	background-size: 250px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: rgb(44,163,45);
}
#banner{
	width : 100%;
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: rgb(4,49,71);
	color: white;
}
#header a {
	color: rgb(4,49,71);
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: rgb(4,49,71);
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: rgb(4,49,71);
	background: #FDFDFD;
}
#information_connexion{
	padding-right : 5%;
}
#logo{
	padding-left : 5%;
	padding-top : initial;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  rgb(4,49,71);
}
.information_haut{
	background-color: rgb(4,49,71);
}

.titrebox {
	background-color: rgb(4,49,71);
}

.elementMenu {
	border-color: rgb(4,49,71);
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: rgb(44,163,45);
	color: white;
}

.calendrier-groupe-pere {
	background-color: rgb(4,49,71);
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: rgb(4,49,71);
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid rgb(4,49,71);
	color: #333333 !important;
}
table.scrollTab th, #scrollTab th, table.scrollTab thead tr, #scrollTab thead tr, table.scrollTab thead tr td, #scrollTab thead tr td {
    	background-color: rgb(4,49,71) !important;
    	border: thin solid rgb(4,49,71);
    	color: white !important;
}
table.scrollTab tbody tr:nth-child(2n+1), #scrollTab tbody tr:nth-child(2n+1), table.scrollTab tr:nth-child(2n+1), #scrollTab tr:nth-child(2n+1) {
	background: #EEEEEE;
}
table.scrollTab tbody td.td-rouge, #scrollTab tbody td.td-rouge {
	background: #FFCCCC;
	color: red;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: rgb(4,49,71);
    font-weight: bold;
    background: #E0E0E0;
    border: 1px solid #999999;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: rgb(4,49,71);
}
.titresNouvelleConversation {
    color: white;
    background-color: rgb(4,49,71);
}
#etat-signature {
	border-color: rgb(4,49,71);
}
.titre-signature {
	background-color: rgb(4,49,71);
}

.lien-ouverture-modale{
	cursor: pointer;
}
.lien-ouverture-modale:hover{
    color: #a4a49c;
	text-decoration: underline;
}

.bouton-disabled:hover{
	cursor:not-allowed;
}

.champ-lecture-seule, .champ-lecture-seule > input{
	background: initial !important;
    border: none !important;
    font-weight: bold !important;
	resize : none !important;
}
.champ-lecture-seule + label, .champ-lecture-seule > input + label{
    font-weight: bold !important;
}

.bilan-donut-procedure{
	width : unset;
	width : 1100px;
}

.cal-monitoring-section{
    padding-bottom: 50px;
}