#header {
	background: white url("/specif/TARGET/img/logo_etude.png") no-repeat scroll 50px center;
	color: rgba(40,162,175,255);
	border-bottom: 1px solid #CCCCCC;
  	background-size: 236px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: rgb(44,163,45);
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: rgba(40,162,175,255);
	color: white;
}
#header a {
	color: rgba(40,162,175,255);
}
#header a:hover{
	color: rgba(40,162,175,255);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: rgba(40,162,175,255);
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: rgba(40,162,175,255);
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  rgba(40,162,175,255);
}
.information_haut{
	background-color: rgba(40,162,175,255);
}

.titrebox {
	background-color: rgba(40,162,175,255);
}

.elementMenu {
	border-color: rgba(40,162,175,255);
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: rgba(175,219,212,255);
	color: white;
}

.calendrier-groupe-pere {
	background-color: rgba(40,162,175,255);
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: rgba(40,162,175,255);
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid rgba(40,162,175,255);
	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: rgba(40,162,175,255) !important;
    	border: thin solid rgba(40,162,175,255);
    	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: rgba(40,162,175,255);
    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: rgba(40,162,175,255);
}
.titresNouvelleConversation {
    color: white;
    background-color: rgba(40,162,175,255);
}

.GrosTitre{
	background-color: white;
	color : rgba(40,162,175,255);
    font-weight: bold;	
    text-align: center;
	font-size: 1.4em;
}

.Titre1{
	background-color: rgba(114, 189, 197, 255);
	color : white;
    font-weight: bold;	
}

.Titre2{
	color : rgba(40,162,175,255);
    font-weight: bold;	
}

.Titre3{
    font-weight: bold;
    font-style: italic;	   	
}

.Aide{
	color: rgba(61,30,85,255);
    font-weight: bold;
    font-style: italic;	
}

.Attention{
	color: rgba(61,30,85,255);
    font-weight: bold;
    font-style: italic;	
}
.Info{
	color: rgba(61,30,85,255);
    font-weight: bold;
    font-style: italic;	
}

.Score{
    font-weight: bold;	
	color: rgba(61,30,85,255);
	background-color: #EFF7F6;
}

.Index{
    font-weight: bold;	
	color: rgba(61,30,85,255);
	background-color: #EFF7F6;
}

.alert_info{
	background-color: white;
	color: rgba(40,162,175,255);
	border-color: rgba(40,162,175,255);
}

#etat-signature{
	border: thin solid rgba(40,162,175,255);
}

.titre-signature{
	background-color: rgba(40,162,175,255);
} 

.retrait1{
	padding-left:25px !important;
}

.GrandText > textarea {
	width : 80%;
}

#table-consignes {
	width: 95%;
	margin: 1.5rem auto;
	border-collapse: collapse;
	border: thin solid;
}

#table-consignes th {
	text-align: center;
	padding: .25rem .5rem !important;
	border: thin solid;
}

#table-consignes tr th:last-of-type {
	font-weight: unset;
}

#table-consignes tr td:first-of-type {
	text-align: center;
}

#table-consignes td {
	border-top: none !important;
	border-bottom: none !important;
	border-left: thin solid;
	border-right: thin solid;
	padding: .25rem .5rem !important;
}

#table-consignes #hr-table {
	border-bottom: thin solid !important;
}

.alert_info{
	background-color: #eaf3f3;
	color: #3a8484;
	border-color: #4cafaf;
}

.bras_patient{
	background-color: #eaf3f3;
	color: #3a8484;
	border-color: #4cafaf;
    margin-bottom: 10px;
    margin-top: 0px;
    display: block;
    padding: 10px;


}