/* CSS Document */

body {
	background-color:#fde2ad;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; /*"Century Gothic", Calibri, Arial;*/
	font-size:12px;
	color:#231f20;
}

a {
	color:#9c9d9f;
	font-weight: bold;
}

a img {
	border: 0;
}

a:hover {
	text-decoration:none;
}

a.link {
	color:#f29a79;
	font-weight: normal;
}

a.link:hover {
	color:#f29a79;
	text-decoration:none;
}

#motcle a {
	color:#231f20;
	text-decoration:none;
	padding-left:16px;
}

#motcle a:hover {
	color:#9c9d9f;
	text-decoration: underline;
	border-left: 6px solid #f29a79;
	padding-left:10px;
}


input, textarea, select {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif; /*"Century Gothic", Calibri, Arial;*/
	font-size: 12px;
}

input.checkbox, input#checkbox {
	border: none;
}

input {
	padding: 2px 5px;
}

input:focus {
	border: 1px solid #666666;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	padding: 0;
	text-align:center;
	border-bottom: 6px solid #fdc178;
	background-image: url(images/title_fond.png);
}

#logos img{
	padding: 0 20px 10px 20px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
	margin-top: 10px;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#block {
	background-color: #feebc1;
}

#container {
	width:955px;
	margin:0 auto 0 auto;
	padding: 0;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	float: left;
	width:200px;
}

#sidebar p {
	line-height:15px;
}

/* THE MENU */

#menu {
	text-align: left;
	font-weight: bold;
}

#menu a {
	color:#231f20;
	line-height:10px;
	text-decoration:none;
	border-left: 6px solid #ffdb4f;
	padding-left:10px;
}

#menu a:hover {
	color:#9c9d9f;
	text-decoration: underline;
	border-left: 6px solid #fdc178;
	padding-left:10px;
}

#menu p.active {
	color:#9c9d9f;
	border-left: 6px solid #fdc178;
	padding-left: 10px;
	text-decoration:underline;
	margin: -3px 0 -3px 0;
}

#menu_general {
	background: url(images/menu_general.png) no-repeat left;
	padding: 30px 0 0 0;
}

/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-left: 220px; 
	padding-left:20px;
	border-left:1px solid #cccccc;
}

#presentation_erd {
	background: url(images/presentation_erd.png) no-repeat left;
	padding: 30px 0 0 0;
}

#base_donnees_documentaires_erd {
	background: url(images/base_de_donnees_documentaires_erd.png) no-repeat center;
	margin: 18px 104px 6px 15px;
}

#dernieres_notices_saisies {
	background: url(images/dernieres_notices_saisies.png) no-repeat center;
	margin: 18px 104px 6px 15px;
}

#introduction {
	background: url(images/introduction.png) no-repeat left;
	padding: 30px 0 0 0;
}

#liste_periodiques {
	background: url(images/liste_periodiques.png) no-repeat left;
	padding: 30px 0 0 0;
}

#publics {
	background: url(images/publics.png) no-repeat left;
	padding: 36px 0 0 0;
}

#services {
	background: url(images/services.png) no-repeat left;
	margin: 24px 0 6px 0;
}

#themes_de_sante {
	background: url(images/themes_de_sante.png) no-repeat left;
	margin: 30px 0 6px 0;
}

#modalites_de_diffusion {
	background: url(images/modalites_de_diffusion.png) no-repeat left;
	margin: 30px 0 6px 0;
}

#nous_contacter {
	background: url(images/nous_contacter.png) no-repeat left;
	padding: 30px 0 0 0;
}

#mentions_legales {
	background: url(images/mentions_legales.png) no-repeat left;
	padding: 30px 0 0 0;
}

#responsable_publication {
	background: url(images/responsable_publication.png) no-repeat left;
	margin: 18px 0 6px 0;
}

#hebergement {
	background: url(images/hebergement.png) no-repeat left;
	margin: 30px 0 6px 0;
}

#donnees_personnelles {
	background: url(images/donnees_personnelles.png) no-repeat left;
	margin: 30px 0 6px 0;
}

#propriete_intellectuelle {
	background: url(images/propriete_intellectuelle.png) no-repeat left;
	margin: 30px 0 6px 0;
}

#clause_de_responsabilite {
	background: url(images/clause_de_responsabilite.png) no-repeat left;
	margin: 30px 0 6px 0;
}

#base_scientifique {
	background: url(images/base_scientifique.png) no-repeat left;
	padding: 30px 0 0 0;
}

#base_outils_prevention {
	background: url(images/base_outils_prevention.png) no-repeat left;
	padding: 30px 0 0 0;
}

#titre_notices {
	font-family: Arial, Helvetica, sans-serif; /* "Futura Bk BT", Century Gothic, Calibri, Arial;*/
	color:#231f20; 
	font-weight: bold;
	font-size: 14px;
	padding-bottom:12px;
	text-decoration:underline;
	text-align:center;
}

#amd {
	background: url(images/amd.png) no-repeat left;
	padding: 30px 0 0 0;
}

#amd_noir {
	background: url(images/amd_noir.png) no-repeat left;
	padding: 30px 0 0 0;
}

#partenaires {
	background: url(images/partenaires.png) no-repeat left;
	padding: 30px 0 0 0;
}

#content p {
	line-height:20px;
	text-indent:15px;
	text-align:justify;
	padding-right: 50px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	/*list-style-image:url(/images/li.gif);*/
}

#content h1 {
	font-family: Dislexiæ;
	font-weight: bold;
	text-align:left;
	font-size:2em;
	color:#f29a79; 
	padding-top:15px !important;
	padding-top:0;
}

#content h2 {
	font-family: Dislexiæ;
	font-weight: bold;
	text-align:left;
	font-size:1.5em;
	color:#231f20; 
	padding-top:15px !important;
	padding-top:0;
}

#entete {
	width: 575px;
	font-weight: bold;
	background-color: #fdc178; 
	border-top: 2px solid #f29a79;
	border-bottom: 2px solid #f29a79;
	padding: 10px;
	text-align: center;
	margin: 0 0 20px 15px;
}

#notice_gauche {
	float: left;
	width: 265px;
	padding: 10px;
	background-color: #fde2ad; 
	border: 1px dashed #f29a79;
	margin-left: 15px;
}

#notice_droite {
	width: 265px;
	padding: 10px;
	background-color: #fcd4b6;
	border: 1px dashed #f29a79;
	margin-left: 323px;
}

#notice_gauche p, #notice_droite p {
	line-height:20px;
	text-align:left;
	margin: 0;
	padding: 0;
}

#colgauche {
	float: left;
	width: 265px;
	padding: 0 10px 10px 10px;
	background-color: #fde2ad; 
	border: 1px dashed #f29a79;
	margin-left: 15px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
}

#coldroite {
	width: 265px;
	padding: 0 10px 10px 10px;
	background-color: #fcd4b6;
	border: 1px dashed #f29a79;
	margin-left: 323px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
}

#encadre {
	margin:0 auto 0 auto;
	text-align: center;
	background-color: #fff2a0;
	border: 1px solid #a8a5a0;
	width: 430px;
	padding: 10px 5px 20px 5px;
}

.erreur {
	font-weight: bold;
	color: #FF0000;
}

.caps {
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

.img_right  {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #999999;
}

.img_left  {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #999999;
}

/* FOOTER */

#footer {
	margin:0;
	padding: 0 0 5px 0;
	text-align:center;
	border-top:5px solid #fdc178;
}

#footer p{
	line-height: 16px;
}