/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }
body {
	background: #fff;
	font: .70em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
	color: #555;
	text-align: center;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; color: #007E80; }
p, address {
	margin: 0;
	padding: 7px 15px 7px 15px;
}
ul, ol {
	margin: 5px 15px 5px 15px;
	padding: 0 20px;
}

/* images */
img, iframe {
	background: #e9e9e9;
    border: 1px solid #231f20;
	padding: 6px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}
img.no-border  {
	border: none;
	background: #fff;
	padding: 0;
}
iframe {
	margin: 25px 0 0 0;
}


/* -----------------------------------------
   LAYOUT
-------------------------------------------- */

#wrap {
	width: 1024px;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: justify;
}
#content-wrap {
	position: relative;
	width: 88%;
	margin: 0 auto;
	padding: 0;	
}

/* header */
#header {
	position: relative;
	width: 1024px;
	height: 150px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 23px; left: 36px;
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0;
	padding: 0;
	font: bold 16px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #81aac6;
	font-style: italic;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 85px; left: 150px;			
}
#header p {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 12px;
}
#header a {
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
	color: #fff
}
#header a:hover {
	text-decoration: underline;
	color: #fff;
}

/* menu */
#menu {
	clear: both;
	width: 1024px;
	height: 30px;
	background: #FFF url(../images/menubg.jpg) repeat-y;
	margin: 0;
	font: bolder 14px/30px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}
#menu ul {
	margin: 0; padding: 0 0 0 40px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 8px;
	background: inherit;
	color: #fff;
}
#menu ul li a:hover {
   background: #fff; 
	color: #231f20;  
}
#menu ul li#current a {	
	background: #1c6da5; 
	color: #fff;	
}

/* Main */
#main {
	float: right;	
	width: 76%;
	padding: 0;
	min-height: 450px;
    margin: 10px 0 25px 0;
	border-left: #68a3d8 1px solid;
}
#main h1 {
	color: #1c6da6; 
	border-bottom: 1px solid #231f20;
	background: #fafafa;
	padding: 5px 0 5px 20px;
	margin: 10px 10px 20px 20px;
	font-size: 16px;
}
#main h2, h3, h4 {
	padding: 7px 0 5px 17px;
	margin: 7px;
}
#main h2 {
	color: #231f20;
}
#main h2.secur {
	padding: 50px 0 0 0;
}
#main h3 {
	color: #149bd2;
}
#main p {
	line-height : 21px;
	color: #000;
	font-size: 1.1em;
	margin: 0 0 0 10px;
}
#main p.video {
	margin: 0 0 10px 0;
}
#main cite {
	font-size: 10px;
	font-style: italic;
}
#main address {
	color: #000;
}
#main hr {
	color: #cecece;
	width: 96%;
	margin: 10px 0 10px 12px;
}
#main ul, ol {
	color: #000;
	line-height : 18px;
}
#main table {
	margin: 0 0 0 20px;
}
#main td.cen-ti {
	text-align: center;
	color: #231f20;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
#main li {
	padding: 4px 0 4px 0;
	margin: 0 0 0 15px;
}
#main img.image {
	margin: 10px 18px 0 15px;
}
#main img.icone {
	position: relative;
	top: 9px;
	right: 18px;
}
#main img.icone2 {
	position: relative;
	top: 7px;
	right: 18px;
}
#main img.iconelsq {
	position: relative;
	top: 1px;
	right: 18px;
}
#main img.coul {
	position: relative;
	top: 12px;
	left: 0;
}
#main img.fleche {
	position: relative;
	top: 3px;
	left: 0;
}
#main a, a:visited {
	background-color: inherit;
	text-decoration: none;
	color: #149bd2;
	font-weight : normal;
}
#main a:hover {
	background: inherit;
	color: #5dbb46;
	font-weight : normal;
}
#main span {
	padding: 10px 0 0 0;
}
.secur {
	height: 300px;
}

/* Full Page */
#full {
	width: 75%;
	padding: 1px 25px 0 25px;
    margin: 10px auto 25px auto;
	min-height: 450px;
}
#full h1 {
	color: #1c6da6; 
	border-bottom: 1px solid #231f20;
	background: #fafafa;
	padding: 5px 0 5px 20px;
	margin: 10px;
	font-size: 16px;
}
#full p {
	line-height : 21px;
	color: #000;
	font-size: 1.1em;
}
#full h2, h3, h4 {
	padding: 5px 0 5px 5px;
	margin: 7px;
}
#full h2 {
	color: #231f20;
}
#full h2.glossary {
	text-align: center;
	font-size: 14px;
	padding: 10px 0 20px 0;
}
#full h3 {
	color: #149bd2;
}
#full address {
	color: #000;
}
#full ul {
	color: #000;
	line-height : 18px;
}
#full ul li {
	font-size: 14px;
	line-height: 24px;
}
#full img.icone {
	position: relative;
	top: 9px;
	right: 18px;
}
#full a, a:visited {
	background-color: inherit;
	text-decoration: none;
	color: #149bd2;
	font-weight : normal;
}
#full a:hover {
	background: inherit;
	color: #5dbb46;
	font-weight : normal;
}
#full span {
	padding: 10px 0 0 0;
}

/* Medicaments */
#medicaments {
	float: right;	
	width: 71%;
	padding: 0;
    margin: 10px 0 25px 0;
	border-left: #68a3d8 1px solid;
	min-height: 1080px;
}
#medicaments h1 {
	color: #1c6da6; 
	border-bottom: 1px solid #231f20;
	background: #fafafa;
	padding: 5px 0 5px 20px;
	margin: 10px 10px 20px 20px;
	font-size: 16px;
}
#medicaments h2, h3, h4 {
	padding: 7px 0 5px 15px;
	margin: 0 0 0 10px;
}
#medicaments h2 {
	color: #231f20;
	margin: 15px 0 0 10px;
}
#medicaments h3 {
	color: #149bd2;
	margin: 0 0 0 50px;
}
#medicaments p {
	line-height : 21px;
	color: #000;
	font-size: 1.1em;
	margin: 0 0 0 10px;
}
#medicaments p.inhibitieur {
	
	margin: 0 0 0 50px;
}
#medicaments ul {
	color: #000;
	line-height : 20px;
	padding: 0 0 0 35px;
	font-size: 1.1em;
}
#medicaments ul li {
	padding: 4px 0 4px 0;
}
#medicaments ul li ul li {
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
}
#medicaments img.icone-med {
	position: relative;
	top: 9px;
	right: 18px;
}

/* Sondage/Survey Page */
#sondage {
	width: 80%;
	padding: 1px 25px 0 25px;
    margin: 10px auto 25px auto;
}
#sondage h1 {
	color: #1c6da6; 
	border-bottom: 1px solid #231f20;
	background: #fafafa;
	padding: 5px 0 5px 20px;
	margin: 10px;
	font-size: 16px;
}

/* conseil d'administration, employé(e)s */
div.img-ca {
  	padding: 20px 0 30px 50px;
	margin-bottom: 30px;
  	float: left;
	height: 175px;
  	text-align: center;
}
div.img-ca img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #231f20;
  	height: 125px;
  	background: #e9e9e9;
}
div.img-em {
  	padding-left: 25px;
  	padding-top: 20px;
  	float: left;
	height: 175px;
  	text-align: center;
}
div.img-em img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #231f20;
  	width: 140px;
  	background: #e9e9e9;
}
div.desc {
  	text-align: center;
  	font-weight: normal;
  	width: 140px;
  	margin: 2px;
  	color: #000000;
}

/* logo */
div.logo {
	padding: 0;
    margin: 10px 0 20px 0;
}
div.img-logo {
  	padding: 20px 0 50px 100px;
  	float: left;
	width: 200px;
	height: 180px;
  	text-align: center;
}
div.img-logo img {
  	display: inline;
  	margin: 3px;
}
div.logo-desc {
  	text-align: center;
  	font-weight: normal;
  	width: 225px;
  	margin: 2px;
	padding: 7px 0 0 0;
  	color: #000000;
}
div.logo-texte {
	clear: both;
}

/* ITS */
#its {
	width: 175px;
	padding: 0;
    margin: 0 10px 15px 25px;
	float: right;
	text-align: center;
	border: 1px solid #1c6da6;
}
#its p.imageagr {
	font-size: 10px;
	text-align: center;
	line-height: 14px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 22%;
	margin: 10px 0 0 0;
	padding: 0;
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 5px 10px;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #FFF;	
	background: #68a3d8;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0;
	padding: 0;
	text-decoration: none;
    font-size: 1em;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/bullet.gif) no-repeat 2px 5px;
	margin: 0 2px;
	padding: 3px 0 3px 25px;			 
}
* html body #sidebar ul.sidemenu li { height: 1%; }
#sidebar ul.sidemenu a, a:visited {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
    color: #1c6da6;
	text-decoration: none;
}
#sidebar ul.sidemenu a:hover {
    color: #555;
}

/* sidebar Medicaments */
#sidebarmed {
	float: left;
	width: 27%;
	margin: 7px 0 0 0;
	padding: 0;
}	
#sidebarmed h1 {
	margin: 7px 0 0 0; 
	padding: 6px 6px;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #FFF;	
	background: #68a3d8;
	text-align: left;
}
#sidebarmed ul.sidemenumed {
	list-style: none;
	text-align: left;
	margin: 3px 0px 5px 0;
	padding: 0;
	text-decoration: none;
    font-size: 1em;
}
#sidebarmed ul.sidemenumed li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/bullet.gif) no-repeat 2px 5px;
	margin: 0 2px;
	padding: 3px 0 3px 25px;			 
}
* html body #sidebarmed ul.sidemenumed li { height: 1%; }
#sidebarmed ul.sidemenumed a, a:visited {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
    color: #1c6da6;
	text-decoration: none;
}
#sidebarmed ul.sidemenumed a:hover {
    color: #555;
}

/* footer */
#footer {
	clear: both;
	color: #fff;
	font: normal 92% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: url(../images/footerbg.jpg) no-repeat center top;	
	width: 1024px;
	height: 55px;
	text-align: center;
	margin: 0 auto;
	padding: 9px 0 3px 0;
}
#footer p { padding: 3px; }
#footer a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.center { display: block; text-align: center; margin: 0 auto; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #231f20; }


