@CHARSET "UTF-8";

#haut {
  background: url("../images/img-conseils.jpg") no-repeat 0 20px;
}

#conseils-liste {
	background-color: #b7d3df;
	padding: 20px 20px 10px 20px;
	font-size: 8pt;
}

#conseils-liste a {
	color: black;
	text-decoration: none;
}
	
#conseils-liste-col1 {
	width: 47%;
}

#conseils-liste-col2 {
	float: right;
	width: 47%;
}

ul.liste-conseils {
	margin: 0;
	padding: 0;
}

li.liste-conseils {
  padding-bottom: 10px;
  list-style: none;
  
}

li.liste-conseils a {
	background: url("../images/carre-10x10.png") no-repeat;
	padding-left: 20px;
}

.aucun-conseil {
  font-style: italic;
  margin-left: 15px;
  padding-bottom: 10px;
}

/*****************/
/*    Article    */

.conseil-menu {
	background-color: #85b2c9;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
	
.conseil-menu-item {
  font-size: 8pt;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.conseil-menu-item a {
	color: white;
	text-decoration: none;
	
}

.conseil-article {
  background-color: #b7d3df;
  font-size: 8pt;
  padding: 15px;
  color: #52677c;
  height: 500px;
  overflow: auto;
}

.conseil-article-titre {
	font-size: 18px;
	margin: 15px 0px;
	padding: 0px;
}

.conseil-article-retour a {
	color: white;
	padding-left: 15px;
	background: url("../images/fleche-retour.png") no-repeat;
	text-decoration: none;
}

.conseil-article-contenu {
	text-align: justify;
}
.conseil-article-contenu table {
	border: 0px;
	width: 90%;
	margin: 15px auto;
}
.conseil-article-contenu table caption {
	display: none;
}
.conseil-article-contenu table td, .conseil-article-contenu table th {
	padding: 3px 6px;
}
.conseil-article-contenu table th {
	border-bottom: 1px solid #FFF;
}
.conseil-article-contenu table td {
	border-bottom: 1px solid #DEE7FF;
}
.conseil-article-date {
  font-style: italic;
  width: 180px;
  border-top: 1px solid #52677c;
  margin-top: 30px;
  padding-top: 5px;
}

#conseil-envoyer-ami textarea {
	width: 520px;
	height: 150px;
	border: 1px solid #7ea9ba;
  font-size: 8pt;
}

p.form-envoyer-ami-label {
	margin-top: 0;
	margin-bottom: 0;
}

p.form-envoyer-ami-input {
	margin-top: 3px;
	margin-bottom: 10px;
}

input.form-envoyer-ami-input {
  border: 1px solid #7ea9ba;
  font-size: 8pt;
  width: 250px;
}

input.form-envoyer-ami-input[type=submit] {
	background-color: #314d7f;
  font-size: 8pt;
  font-variant: small-caps;
  color: white;
  margin-top: 10px;
  cursor: pointer;
}

.error_message {
  color: white;
  background-color: #cc0000;
  font-size: 8pt;
  text-align: center;
}

.error_message p {
  margin: 0;
  padding: 15px;
}