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


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

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

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

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

#CadreCentre .Contenu {
	font-size: 12px;
}
#CadreGauche .Contenu, #CadreDroite .Contenu {
	font-size: 11px;
}

.pied {
	display: none;
}
.spacer_pied {
	display: none;
}
.spacer_entete {
 display: none;
}
/* ------- */
/* balises */
/* ------- */
#CadreCentre div {
	page-break-inside: avoid;
	widows: 3;
	orphans: 3;
}
#CadreCentre h2 {
	font-weight: normal;
	font-size: 160%;
	margin: 0 0 1em;
	color:#666666;
}
#CadreCentre h3 {
	font-weight: normal;
	font-size: 120%;
	margin: 10px 0 3px;
	color: #006dba;
}
#CadreCentre h4 {
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: #E87620;
	margin: 8px 0 3px 10px;
}

#CadreCentre p.vente {
	font-size: 12px;
	color: #666;
	text-align: justify;
	text-indent: 8px;
	margin: 3px 0;
	line-height: 18px;
}

a.lien_centre {
	font-weight: bold;
	color: #496EA7;
	text-decoration: none;
}
a.lien_centre:hover {
	text-decoration: underline;
}
a.petit_lien {
	font-size: 9px;
	font-weight: bold;
	color: #496EA7;
	text-decoration: none;
}
a.petit_lien:hover {
	text-decoration: underline;
}
.petit_titre {
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: #E87620;
	margin: 10px 0 5px 10px;
}

.texte_erreur {
	color: red;
	font-weight: bold;
	text-align: center;
}

.gras {
	font-weight: bold;
}
.souligne {
	text-decoration: underline;
}
em {
	font-weight: normal;
}
.legende {
	margin: 0 0 5px;
	font-size: 10px;
	font-style: italic;
}
.img_capture {
	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;
}

.petit_texte {
	font-size: 10px;
}
.btn_navig {
	margin: 0;
	padding: 0 4px 3px;
	text-align: right;
	/* float: right; */
}
.centre {
	text-align: center;
}
.encadre {
	margin: 0 2%;
	padding: 5px;
	border: 1px solid #336;
	text-align: center;
}

hr {
	border: 0;
	color: #496EA7;
	background-color: #496EA7;
	height: 1px;
}

#recapitulatif {
	border: 2px dashed #CCC;
	padding: 5px;
}
#classements {
	display: none;
}
/* ---- */
/* Menu */
/* ---- */

#entete {
	display: none;
}
#banniere {
	display: none;
}

#barre_menu {
	display: none;
}

.menu_centre {
	display: none;
}

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

#menu_css {
	display: none;
}


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

.SousMenu {
	display: none;
}


ul.liste {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0;
	padding-left: 17px;
	color: #F86900;
}

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

#CadreCentre 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;
}
form .image_submit {
	border: 0;
	width: 24px;
	height: 24px;
	margin: 5px 0 0;
}
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;
}
/* Formulaires droite */

/* Date - heure */

.date_index {
	font-family: Sans, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

.heure_index {
	font-family: Sans, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

/* ----------------------- */
/* Affichage des resultats */
/* ----------------------- */

#une_societe {
	margin: 10px 2px;
	font-size: 11px;
	font-weight: normal;
}

#une_societe .chapeau {
	background: url(/images/barre_onglet.jpg) repeat-y;
	border: 1px solid #496EA7;
	border-bottom: 0;
}
#une_societe .corps {
	border: 1px solid #496EA7;
	background-color: #FFF;
	padding: 4px;
}

#une_societe .corps p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#une_societe .nom {
	margin: 0;
	padding: 4px 4px 0;
	font-weight: bold;
	font-variant: small-caps;
}
#une_societe p.liens_annonce {
	text-align: right;
	margin: 0;
}
#une_societe .liens_annonce a {
	font-size: 10px;
	font-weight: bold;
	color: #496EA7;
	text-decoration: none;
	line-height: 18px;
}
#une_societe .liens_annonce a:hover {
	text-decoration: underline;
}
#une_societe .activite {
	color: #036;
	font-weight: bold;
	overflow: hidden;
	margin: 0;
	padding: 0 4px;
}
#une_societe .adresse {
	text-align: left;
}
#une_societe .numero {
	text-align: right;
}
#une_societe .legend {
	color: #000;
	font-weight: bold;
}
#une_societe .numero .valeur {
	color: #C00000;
	font-weight: bold;
}
#une_societe .lien {
	text-align: left;
}

#une_societe .description {
	text-align: justify;
	vertical-align: middle;
	overflow: auto;
	height: auto;
	_height: 100%;
}
#une_societe .description img {
	float: left;
	margin: 3px 8px 3px 3px;
	border: 0;
}
#une_societe .site {
	text-align: justify;
	vertical-align: middle;
	overflow: auto;
	height: auto;
	_height: 100%;
}
#une_societe .site span.titre_site {
	font-size: 1.2em;
	color: #036;
	text-decoration: underline;
}
#une_societe .site img {
	float: right;
	margin: 3px 3px 3px 8px;
	padding: 1px;
	border: 1px solid #036;
}
#une_societe .site img:hover {
	padding: 0;
	border: 2px dashed #036;
}

/* Tableau spécifications */

#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;
}
