*{
    margin: 0;
    padding: 0;
}
/* --- STYLES DE BASE --- */

/* Page */
html {
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
  margin: 0;
  padding: 1em; /* Remettre à zéro si nécessaire. */
  /* Pensez à utiliser une collection de polices (2), par ex:
  font-family: Arial, Helvetica, FreeSans, sans-serif; */
  font-size: .75em; /* À adapter pour la police choisie. (3) */
  line-height: 1.4; /* À adapter au design. (4) */
  color: black;
  font-family: Arial, Verdana, Helvetica, FreeSans, sans-serif;
  background: #e5f2fa;
}

.pusher {
  clear: both;
  height: 1px;
  line-height: 1px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
}
h1 {
  font-size: 1.75em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

/* Listes */
ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}

/* Paragraphes */
p {
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
  margin: .75em 0;
  font-style: normal;
}

/* Liens */
a {
  color: #7f1718;
  text-decoration: underline;
}
a:link {
  color: #7f1718;
}
a:visited {
  color: #666;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
/* Pas de bordure pointillée ou halo lors du clic sur un lien */
a:active {
  outline: none;
}
/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
}

/* Divers éléments de type en-ligne (8) */
sup {font-size: .7em;}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

.nopuce {list-style-type: none;}

.relative {position: relative;}
.inline {display: inline;}

.rouge {
  color: #7f1718;
}

.alignleft {
  float: left;
  width: auto;
  color: #000;
  font-weight: bold;
  text-align: left;
}

.alignleft a {
  color: #000;
  text-decoration: none;
}

.alignleft a:hover {
  text-decoration: underline;
}

.alignleft span {
  margin: 0 5px;
}

.alignright {
  float: right;
  width: auto;
  color: #7f1718;
  font-weight: bold;
  text-align: right;
}

.alignright span {
	float: left;
  display: block;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

.alignright a {
  color: #7f1718;
  text-decoration: none;
}

.alignright a:hover {
  text-decoration: underline;
}

/* Formulaires */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
	/*overflow: auto; Ne pas mettre auto ! */
}
.input, .submit {
  padding: 5px 0;
  clear: both;
}
input, button, select {
  vertical-align: middle; /* Solution pb. d'alignement. */
  font-size: 1em;
}

.submit input, button{
  cursor: pointer;
}



/*--------------------------------------------------------------*/
/*------- Gestion des messages d'erreurs/avertissements --------*/
/*--------------------------------------------------------------*/

#messages_flash {
	position: relative;
	margin: 10px 0;
}
#messages_flash .main-success {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #d3fccc solid;
	border-bottom: 1px #d3fccc solid;
	/*background: #edf9eb url(/css/img/fnd/fnd_infos_sprite.png) no-repeat 3px 0;*/
	background: #edf9eb url(/css/img/fnd/fnd_infos_success.png) no-repeat left center;
}

#messages_flash .main-error  {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #e2001a; /*E3001A*/
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #ffabb5 solid;
	border-bottom: 1px #ffabb5 solid;
	background: #fce5e8 url(/css/img/fnd/fnd_infos_error.png) no-repeat left center;
}

.messages_flash .main-info {
  display: block;
  padding: 5px 5px 5px 30px;
  color: #333333;
  font-size: 1.1em;
  font-weight: bold;
  overflow: auto;
  border-bottom: 1px solid #CEEAFF;
  border-top: 1px solid #CEEAFF;
  background: #E8F5FE url(/img/icons/info.png) no-repeat 10px 4px;
}

#messages_flash .fermer {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-indent:-999em;
	border: none;
	outline: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.85em;
	overflow: hidden;
	background: transparent url(/img/css/fnd/livesearch/icon-reset.gif) no-repeat scroll 0 0;
}

#messages_flash .fermer:hover {
	background: transparent url(/img/css/fnd/livesearch/icon-reset.gif) no-repeat scroll 0 -12px;
}
.message .main-warning,
#messages_flash .message {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #f45703; /*E3001A*/
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #f37836 solid;
	border-bottom: 1px #f37836 solid;
	/*background: #fdedd3 url(/css/img/fnd/fnd/fnd_infos_sprite.png) no-repeat 3px -97px;*/
	background: #fdedd3 url(/css/img/fnd/fnd_infos_warning.png) no-repeat left center;
}

#messages_flash #flashMessage,
.message .main-info {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #333; /*E3001A*/
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #9FD0F2 solid;
	border-bottom: 1px #9FD0F2 solid;
	/*background: #E8F5FE url(/css/img/fnd/fnd/fnd_infos_sprite.png) no-repeat 3px -33px;*/
	background: #E8F5FE url(/css/img/fnd/fnd_infos_info.png) no-repeat left center;
}

.main-info span a,
.main-success span a,
.main-error span a,
.main-warning span a {
	margin-left: 15px;
	font-size: .915em;
	font-weight: normal;
}

div.input.required.error input,
div.input.required.error textarea,
div.input.required.error select {
	background: #fce5e8;
}

.error-message {
	margin: 20px 0 0 10px;
	padding: 0 0 0 20px;
	line-height: 16px;
	font-weight: bold;
	color: #E3001A;
	clear: both;
	background: url(/css/img/fnd/fnd_infos_error_2.png) no-repeat left center;
	/*background: url(/css/img/fnd/fnd_error.png) no-repeat left center;*/
}

.col_droite .error-message {
  /*text-align: right;*/
	margin: 0 10px 0 0;
}

.asterisque {
	font-weight: bold;
	color: #990000;
}

.champ_obligatoire {
  padding: 0 20px;
  font-style: italic;
}


/*--- pied de page ---*/
#pied {
  width: 950px;
  background: #e5f2fa;
  margin: auto;
}
#pied p{
  margin: 0;
  padding: 5px 30px;
}