﻿@import url('Controls.css');

body
{
  padding: 5px;
  font-family: Verdana;
  font-size: 10pt;
}

.ZoneIntro
{
}

.TitreSection
{
  font-weight: bold;
}

.LiBullets
{
	text-align: justify;
	padding-bottom:10px;
}

.LinkBDroite
{
  text-align: right;
}

.LigneEtapes
{
	background-color: #0033CC;
	width: 800px;
	height: 2px;
}

/* ??? */
.Impression
{
	display: none;
	font-size: 1.4em;
	color: red;
}
.Print
{
		margin-left:40px;
}
.Print a
{
	color: #4d4d4d;
	font-size: 0.9em;
	font-weight: bold;	
	text-decoration: none;
}
.Print a:hover
{
	color: #849b94;
	text-decoration: underline;
}	

/* Couleur pour le formulaire État de la demande */

.EtatDem .ZoneQuestion
{
	background-color: white;	
	padding: 0px;
}


/* Bouton soumettre */
.Soumettre
{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:right;
	margin-right: auto;
	margin-left: auto;
}

/* Zone d'erreur du formulaire */
.ZoneErreur
{
	color: Red;
	border: solid 1px red;
	padding: 1px 1px 1px 1px;
	margin: 5px 1px 5px 1px;
}
.ZoneErreur ul li a
{
	text-decoration: underline;
	color: Blue;
}
.Warning
{
	font-size:1.1em;	
}



