@import url(style.css);

body.par a
{
	color: #90A7AC;
}

body.pro a
{
	color: #7A9E89;
}

div#centre h3
{
	padding-left: 10px;
}

div#formulaire img.vignette
{
	float: left;
	width: 85px;
	height: 100px;
	margin-top: 0px;
	margin-left: 10px;
}

div#chapeau p
{
	margin: 5px 0px 5px 0px;
}

div#chapeau p strong
{
	color: #90A7AC;
	font-size: 1.2em;
}

body.par div#contenu-formulaire
{
	margin-left: 130px;
}

body.pro div#contenu-formulaire
{
	margin-left: 10px;
}

div#contenu-formulaire div.module
{
	clear: both;
	margin: 5px 0px;
}

div#contenu-formulaire div.module p
{
	float: left;
	width: 300px;
	text-align: right;
	margin: 0px 10px 0px 0px;
}

p.intitule
{
	font-size: 1.2em;
	font-weight: bold;
	color: #90A7AC;
}

div.pied
{
	margin-left: 200px;
	margin-top: 30px;
	width: 400px;
}

div.pied img
{
	float: left;
	width: 88px;
	height: 35px;
}

div.pied p
{
	margin-left: 100px;
}

p.action
{
	text-align: center;
	/*border-top: 2px solid #90A7AC;
	margin: 20px 70px;*/
	padding-top: 20px;
}

p.action input
{
	margin: 0px 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	border-style: none;
}

p.action input#valide
{
	background-image: url("../images/valider.gif");
	width: 63px;
	height: 21px;
}

p.action input#annule
{
	background-image: url("../images/annuler.gif");
	width: 63px;
	height: 21px;
}

.mention
{
	font-size: .9em;
}

address.mention
{
	margin-bottom: 40px;
}

div.recevoir
{
	margin-left: 40px;
}

div.recevoir p.option
{
	margin: 4px 0px 0px 270px;
}

div.recevoir p.intitule
{
	width: 260px;
	text-align: right;
}

p.demande
{
	margin-left: 70px;
	margin-top: 20px;
}

p.demande strong.tel
{
	font-size: 1.2em;
	color: #90A7AC;
}