/* ------------ */
/* Mise en page */
/* ------------ */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}

#Conteneur {
	width: 100%;
	margin: 0;
	border: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#EnTete {
	display: none;
}


#CadreGauche {
	display: none;
}
#CadreDroite {
	display: none;
}
#CadreCentre {
	margin: 0;
}

#Pied {
	display: none;
}

.SpacerEnTete {
	display: none;
}
.SpacerPied {
	display: none;
}

/* ---- */
/* Menu */
/* ---- */

#BarreMenu {
	display: none;
}

/* Pour le préchargement : */
#PrechargementMenu {
	display: none;
}

#MenuCSS {
	display: none;
}


/* ------ */
/* Cadres */
/* ------ */

/* Centre */
#CadreCentre .top {
	display: none;
}
#CadreCentre .Contenu {
	padding: 0;
	background-color: #FFFFFF;
	border: 0;
}


/* ------- */
/* balises */
/* ------- */

#CadreCentre div {
	page-break-inside: avoid;
	widows: 3;
	orphans: 3;
}

#CadreCentre h2 {
	font-weight: normal;
	font-size: 160%;
	margin: 0;
	color:#666666;
}
#CadreCentre h3 {
	font-weight: normal;
	font-size: 120%;
	margin: 10px 0 3px;
	color: #006dba;
}
#CadreCentre h4 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
	color: #E87620;
	margin: 0.8em 0 0.4em 0;
}

/* Paragraphes */
#CadreCentre p.Vente {
	color: #666;
	text-align: justify;
	text-indent: 2em;
	margin: 3px 0;
	line-height: 18px;
}

/* Liens */
#CadreCentre a {
	font-weight: bold;
	color: #496EA7;
	text-decoration: none;
}
#CadreCentre a:hover {
	text-decoration: underline;
}
a.PetitLien {
	font-size: 9px;
	font-weight: bold;
	color: #496EA7;
	text-decoration: none;
}
a.PetitLien:hover {
	text-decoration: underline;
}

/* Texte */
.PetitTexte {
	font-size: 10px;
}
.TexteErreur {
	color: red;
	font-weight: bold;
	text-align: center;
}
.Gras {
	font-weight: bold;
}
.Souligne {
	text-decoration: underline;
}
.Centre {
	text-align: center;
}

/* Images */
#CadreCentre .legende {
	margin: 0 0 5px;
	font-size: 10px;
	font-style: italic;
}
#CadreCentre .CaptureDroite {
	float: right;
	margin: 5px 0 4px 8px;
	padding: 0 0 3px 3px;
	border: 0;
	border-left: 2px dashed #CCC;
	border-bottom: 2px dashed #CCC;
	text-align: right;
}
#CadreCentre .CaptureGauche {
	float: left;
	margin: 5px 8px 4px 0;
	padding: 0 3px 3px 0;
	border: 0;
	border-right: 2px dashed #CCC;
	border-bottom: 2px dashed #CCC;
	text-align: left;
}


/* Navigation */
.BoutonsNavigation {
	display: none;
}

/* Autres styles */
.Encadre {
	margin: 0 2%;
	padding: 5px;
	border: 1px solid #336;
	text-align: center;
}
hr {
	border: 0;
	color: #496EA7;
	background-color: #496EA7;
	height: 1px;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0;
	padding-left: 17px;
	color: #F86900;
}


/* --------- */
/* Sous-menu */
/* --------- */

#SousMenu {
	display: none;
}

/* ----------- */
/* Formulaires */
/* ----------- */
div.form {
	margin: 0 22px 1em;
	width: 510px;
}
form {
	margin: 0;
}

div.form h2 {
	width: 508px;
	background-color: #036;
	color: #FFF;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: 10px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

div.form div.form_entete {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.form div.recherche { background: url(/images/formulaires/form_entete_recherche.png) no-repeat; }
div.form div.email { background: url(/images/formulaires/form_entete_email.png) no-repeat; }
div.form div.idee { background: url(/images/formulaires/form_entete_idee.png) no-repeat; }
div.form div.warning { background: url(/images/formulaires/form_entete_warning.png) no-repeat; }
div.form div.codes { background: url(/images/formulaires/form_entete_codes.png) no-repeat; }
div.form div.inscription { background: url(/images/formulaires/form_entete_inscription.png) no-repeat; }

div.form div.form_corps {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/images/formulaires/form_corps.png) repeat-y;
}
div.form div.form_pied {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/images/formulaires/form_pied.png) no-repeat;
	text-align: center;
}

div.form fieldset {
	margin: 0;
	padding: 5px;
	border: 0;
}
div.form div.form_corps p {
	margin: 0;
	padding: 5px;
	text-indent: 1.5em;
}

div.form .div-text label, div.form .div-select label, div.form .div-textarea label, div.form .div-radio span {
	font-weight: bold;
	width: 38%;
	float: left;
	text-align: right;
	margin: 0.8em 2% 0 3px;
}

div.form .div-radio label, div.form span {
	font-weight: bold;
}

div.form .div-radio {
	margin-top: 0.8em;
}

div.form .div-text input {
	width: 50%;
	_width: 100%;
	margin-top: 0.8em;
	border: 1px solid #036;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
}

div.form .div-text-accueil label {
	font-weight: bold;
	width: 38%;
	float: left;
	text-align: right;
	margin: 1.5em 2% 0 3px;
}
div.form .div-text-accueil input {
	width: 50%;
	_width: 100%;
	margin: 1.5em 3px 0 0;
	border: 1px solid #036;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
}
div.form .div-text-accueil em, div.form .div-text em {
	font-weight: normal;
	margin-left: 40%;
	font-size: 0.8em;
}

div.form .div-textarea textarea {
	width: 50%;
	_width: 100%;
	margin-top: 0.8em;
	border: 1px solid #036;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
}

div.form select {
	margin-bottom: 0.8em;
	max-width: 40%;
	font-size: 0.8em;
}

div.form div.div-submit {
	text-align: center;
	margin: 0;
	padding: 0;
}
div.form .image_submit {
	border: 0;
	width: 24px;
	height: 24px;
}
div.form .bouton_submit {
	margin: 0;
	background: top left url(/images/boutons/bouton_submit.gif) repeat-x;
	border: 1px solid #EE783D;
	border-top: 0;
	padding: 2px 1em;
	color: #333366;
	font-weight: bold;
	vertical-align: middle;
}
div.form .bouton_submit:hover {
	background: bottom left url(/images/boutons/bouton_submit.gif) repeat-x;
	border: 1px solid #EE783D;
	border-bottom: 0;
	cursor: pointer;
	_cursor: hand;
}

/* -------- */
/* Tableaux */
/* -------- */
#CadreCentre table.specifications {
	margin-bottom: 2em;
	width: 100%;
	_width: 55%;
}
#CadreCentre table.specifications th {
	text-align: left;
	line-height: 20px;
	font-size: 0.8em;
	background: top left url(/images/titre_gd.gif) repeat-x;
}
#CadreCentre table.specifications td.cle {
	text-align: left;
	font-size: 0.7em;
	border-bottom: 1px solid #336;
	margin: 0;
}
#CadreCentre table.specifications td.valeur {
	width: 100px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	border-bottom: 1px solid #336;
	margin: 0;
}
