/* Design by: DENiAL-Design.com */
/* Author: Jason Kingery */
/* Released under GPL */
/* Link MUST STAY in footer */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	color: #6b6d6f;
	font-size: 90%;
	font-family: "verdana", helvetica, sans-serif;
	margin:0;
	text-align:center;
		
}
a {
	text-decoration: none;
	color: #9bb2be;
	font-variant: small-caps;
	font-size: 79%;
	letter-spacing: .1em;
	border-bottom: 1px dashed #ddd;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #60afc1;
	border-bottom: 0px;
}
p {
	margin-bottom: 25px;
}
#all{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
		
}
#start{
	float:left;
	margin-left:120px;
	width:80%;
	
}
#newPatient a{
	font-size:23px;
	letter-spacing: .1em;
	font-weight:600;
	font-variant:small-caps;
	color:#9bb2be;
}
#newPatient a:hover {
	color: #fff;
	background: #60afc1;
	border-bottom: 0px;
}
/* Header */
#header {
	background: #eee;
	float:left;
	width: 100%;
	background: url(images/banner.gif) repeat-x;
	height: 209px;
	margin-left:auto;
	margin-right:auto;
}
#header h1 {
	margin-top: 23px;
	/*text-transform: lowercase;*/
	font-size: 20px;
	color: #4282b2;
	font-weight: normal;
	font-family: "Times", helvetica, sans-serif;
	margin-left:220px;
}
#header h1 span {
	background: inherit;
	color: #4282b2;
}
#titreQuestionnaire{
	font-family: "Times", helvetica, sans-serif;
	color:#397caf;
	font-size:25px;
}
#search {
	margin-top: -35px;
	float: right;
}
#header input {
	border: 0px solid #9bb2be;
	padding-left: 2px;
	padding-top: 2px;
	width: 105px;
	height: 19px;
	background: url(images/search.png) no-repeat;
}
#header .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
	height: 20px;
	width: 50px;
	background: url(images/submit.png) repeat-x;
}

#navlist {
	list-style-image: url(images/square.png);
	padding-left: 20px;
}

.published {
	display: block;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	padding: 2px;
	margin: 3px;
	background: #cb0000 url(images/dback.png);
}
.pub-month {
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 2px;
	background: #c60000;
	color: #fff;
}
.pub-date {
	display: block;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #000;
}
/* footer */
#footer {
	clear: both;
	border-top:#407fb3 solid 5px;
	text-align: center;
}
#footText {
	float:right;
	clear: both;
	
	font-size: 76%;
	color: #71a0c5;
}
.label{
	font-size:14px;
}