﻿body {
	margin: 0;
	padding: 10px 0 ;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #B4B4B4;
	text-align: center;
}

a {
	color: #fff;
}

p {
  display: block;
  margin: 1.12em 0;
}

div#conteneur {
	background: #FFFFFF url(../images/fond_page.gif) repeat-y;
	width: 801px;
	margin: 0 auto;
}

div#contenu {
	background: #FFFFFF url(../images/fond_livre.jpg) no-repeat top center;
	padding-top: 170px;
}

div#pied {
	background: #FFFFFF url(../images/pied.gif) no-repeat top center;
	width: 801px;
	height: 11px;
}

div#texte {
	padding: 0px 10px 0px 330px;
	text-align: left;
	font-size: .9em;
}

div#commande {
	background: #FFFFFF url(../images/commande.gif) no-repeat top right;
	height: 152px;
	margin-top: 0px;
	/*padding-left: 330px;*/
	text-align: left;
	color: #fff;
}

div#commande div{
	padding-top: 40px;
	padding-left: 10px;
}

.titre {
	font-size: 1.1em;
	color: #E1001A;
	font-weight: bold;
}

.titreBlanc {
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
}

/* FORMULAIRES */

select {
	background: #FFFFFF url(images/fondChamp.gif) repeat-x top;
	border: 1px solid #CBCBCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555454;
}

input.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/fondChamp.gif) repeat-x top;
	border: 1px solid #CBCBCB;
	margin-right: 0.25em;
	width: 210px;
	color: #555454;
	font-size: 11px;
}

fieldset {
	margin-bottom: 1em;
	border: 0;
	background-color: #DBDBDB;
	border: 1px solid #E7E7E7;
}

fieldset p {
	clear: both;
	margin: 3px;
	text-align: left;
}

legend {
	margin: -10px 0 15px -8px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color:#DBDBDB !important;
	background-color: transparent;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #E7E7E7;
	border-bottom: 1px dotted #E7E7E7;
}

label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #E7E7E7;
}

/* FIN FORMULAIRE */
