#header {
	background: white url("/specif/J53150031/img/activion_logo.png") no-repeat scroll 50px center;
	color: #156978;
	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(36, 130, 151);
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: #156978;
	color: white;
}
#header a {
	color: #156978;
}
#header a:hover{
	color: rgb(176,174,174);
}
#header small {
	color: #555555;
	font-size: 13px;
}
#login-logos {
	text-align: center;
}
#login-logos span {
	display: inline-block;
	height: 102px;
	width: 302px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 10px;
	margin: 15px;
}
#login-logos img {
	vertical-align: middle;
}
#login-logos img {
  height: 150px;
  width: auto;
  margin-left: -55px;
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: #156978;
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: #156978;
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  #156978;
}
.information_haut{
	background-color: rgb(36, 130, 151);
}

.titrebox {
	background-color: #156978;
}

.elementMenu {
	border-color: #156978;
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: rgb(36, 130, 151);
	color: white;
}

.calendrier-groupe-pere {
	background-color: #156978;
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: #156978;
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid #156978;
	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: #156978 !important;
    	border: thin solid #156978;
    	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: #156978;
    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: #156978;
}
.titresNouvelleConversation {
    color: white;
    background-color: #156978;
}
#etat-signature {
	border-color: #156978;
}
.titre-signature {
	background-color: #156978;
}
.boutonActifOk {
	border-radius: 3px;
	border: thin solid;
	padding: 5px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center!important;
	background: #eee;
	font-weight: bold;
	border-color: green;
	color: green;
	white-space: nowrap;
	display:inline-block;
}
.boutonActifRouge {
	border-radius: 3px;
	border: thin solid;
	padding: 5px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center!important;
	background: #eee;
	font-weight: bold;
	border-color: 1px solid red;
	color: red;
	white-space: nowrap;
	display:inline-block;
}