#header {
	background: white url("../img/PROWESS_Logo.PNG") no-repeat scroll 50px center;
	color: #f49434;
	border-bottom: 1px solid #CCCCCC;
  	background-size: 250px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: #a4a49c;
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: #f49434;
	color: white;
}
#header a {
	color: #f49434;
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: #f49434;
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: #f49434;
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  #f49434;
}
.information_haut{
	background-color: #f49434;
}

.titrebox {
	background-color: #f49434;
}

.elementMenu {
	border-color: #f49434;
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: #a4a49c;
	color: white;
}

.calendrier-groupe-pere {
	background-color: #f49434;
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: #f49434;
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid #f49434;
	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: #f49434 !important;
    	border: thin solid #f49434;
    	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: #f49434;
    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: #f49434;
}
.titresNouvelleConversation {
    color: white;
    background-color: #f49434;
}

.Titre1 {
    background-color:#a4a49c;
    color: white;  
    font-weight: bold;      
} 

.Gras {
    font-weight: bold;      
}   

.Blanc{
    background-color:white;
}  

.Italique{
    font-style:italic;
}  

.Complete{
	color: #f49434;
    background-color:#fdf4ea;
    font-weight: bold;   
}

.alert_info{
    background-color:white;
    color: #bf9998;  
    font-weight: bold;    
    border-color: #bf9998;      
}


.GrosTitre{
	background-color: #f49434;
	padding: 5px;
    font-weight: bold;
    color: white;  
}


/* INCLUSION */
.inclusion-div {
	width : 600px;
	text-align: left;
	margin: auto;
}

.infos-explicatives{
	font-style : italic;
	padding : 5px;
    padding-bottom: 10px;
}

.inclusion-block .inclusion-label, .inclusion-block .inclusion-data {
	display: inline-block;
	margin-bottom: .5rem;
	height: 25px;
}
.inclusion-label {
	font-size: 11pt;
	text-align: right;
	width: 45%;
	margin-right: 2rem;
}
#centre-test {
	color: #73695A;
}

.inclusion-data, .inclusion-block input[type='text'] {
	font-size: 11pt;
	text-align: left;
	margin-right: 1rem;
}
.inclusion-div h2 {
	border-bottom: thin solid ;
	padding-bottom: 10px;
    font-size: 14pt;
}
.inclusion-div #submit_ {
	display: block;
	margin: 1.0rem auto;
}

.champ-lecture-seule{
	background: initial !important;
    border: none !important;
    font-weight: bold !important;
}

.bouton-disabled:hover{
	cursor:not-allowed;
}

.champ-lecture-seule{
	background: initial !important;
    border: none !important;
    font-weight: bold !important;
	resize : none !important;
}
.champ-lecture-seule + label{
    font-weight: bold !important;
}

.lien-ouverture-modale{
	cursor: pointer;
}
.lien-ouverture-modale:hover{
    color: #a4a49c;
	text-decoration: underline;
}

.bouton-disabled{
	cursor :not-allowed;
	opacity : 0.5;
}