#header {
	background: white url("/specif/HPVNGS/images/Logo_C2R.png") no-repeat scroll 20px center;
	color: rgb(30, 144, 255);
	border-bottom: 1px solid #CCCCCC;
  	background-size: 220px;
	height : 100px;
}
#header * {
	display: inline-block;
	float: none;
}
#logo {
	height: 80px;
	background-image: url("/specif/HPVNGS/images/bandeau_HPVNGS.gif");
	width: 50vw;
  	background-size: 450px;
  	background-repeat: no-repeat;
  	background-position-x: 1rem;
  	background-position-y: .25rem;
}
#header small {
	font-size: 16px;
	color: rgb(4,49,71);
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: rgb(30, 144, 255);
	color: white;
}

#banner {
	width: calc(100vw - 240px);
	margin-left: 240px;
	position: relative;
}
#information_connexion {
	position: absolute;
	top: 1rem;
}
#header a {
	color: rgb(30, 144, 255);
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: rgb(30, 144, 255);
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: rgb(30, 144, 255);
	background: #FDFDFD;
}
.connexion h2 {
    color:  rgb(30, 144, 255);
}
.information_haut{
	background-color: rgb(30, 144, 255);
}

.titrebox {
	background-color: rgb(30, 144, 255);
}

.elementMenu {
	border-color: rgb(30, 144, 255);
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: rgb(4,49,71);
	color: white;
}

.calendrier-groupe-pere {
	background-color: rgb(30, 144, 255);
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: rgb(30, 144, 255);
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid rgb(30, 144, 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: rgb(30, 144, 255) !important;
    	border: thin solid rgb(30, 144, 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: rgb(30, 144, 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: rgb(30, 144, 255);
}

.inclusion-saisie-patient{
	padding : 2px;
}

 #content{
	padding-top : 120px;
 }