/*|||||||||||||||||||||||||||||||||||||||||||||||*/
/* CSS Joubert : GLOBAL */
/*|||||||||||||||||||||||||||||||||||||||||||||||*/


/*################################*/
/* DEFAUT */
/*################################*/
* {
	margin: 0;
	padding: 0;
	border: 0; 
	border-style: solid; 
	border-color: #668699;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}


/*################################*/
/* BALISES HTML BASE */
/*################################*/
html {
	font-size: 100%;
}
body {
	position: relative;
	background-color: white;
	font-size: .7em;
}
/* Hack IE 6 Win \*/
* html, * body {
	height: 100%;
}
/* Fin hack */
p {
	padding-bottom: .5em;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: .25em;
}
h1 {
	padding-bottom: .75em;
	font-size: 2em;
	font-weight: normal;
	color: #1E4D66;
}
h2 {
	font-size: 1.8em;
	color: #1E4D66;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
blockquote {
	margin: 1em 0;
	font-size: 1.25em;
	font-weight: normal;
	color: #1E4D66;
	text-align: center;
}
a {
	font-weight: bold;
	color: #1E4D66;
	text-decoration: none;
}
a:hover {
	color: #CC0012;
	text-decoration: underline;
}
img {
	font-size:.9em;
	font-style: italic;
	color: #668699;
	font-weight: bold;
	text-align: center;
}
ul {
	margin: 0;
	padding: 0 0 .5em 0;
}
li {
	padding-bottom: .3em;
	list-style-type: square;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
form table td {
	vertical-align: top;
}
label {
	vertical-align: middle;
}
form {
	font-weight: normal;
}
input, select, textarea {
	padding: .2em .5em;
	border-width: 1px;
	background-color: white;
	vertical-align: middle;
	font-size: 100%;
}
input[type=file] {
	/*border: none;*/
}
.radio, 
.checkbox {
	border: none;
}
select {
	padding: 1px;
}
select option {
	padding-left: .5em;
}
input:focus,
textarea:focus {
	outline: 2px solid #CCC;
	background-color: white;
}
fieldset {
	margin: 0 0 .5em 0;
}
hr {
	height: 1px;
	background-color: #668699;
}

/*################################*/
/* GLOBAL */
/*################################*/

/* Global / CONTENEURS */
/*--------------------------------*/
#conteneur_global_toutpublic, 
#conteneur_global_partenaire, 
#conteneur_global_admin {
	width: 945px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}

/* Global / DETECTION JS + FLASH */
/*--------------------------------*/
#flashversion {
	position: absolute;
	top: 0;
	left: 139px;
	width: 530px;
	padding: 5px 5px 5px 20px;
	background-color: #CC0012;
	z-index: 20;
}
#flashversion p {
	padding: 0;
	font-weight: bold;
	color: white;
}
#flashversion a {
	display: block;
	padding-left: 13px;
	background:url(../images/global/nav_fleche_BD_rouge_blanc.gif) left .25em no-repeat;
	color: white;
}
#flashversion a:hover {
	background-image:url(../images/global/nav_fleche_B_rouge_blanc.gif);
}

/* Global / FORMULAIRES */
/*--------------------------------*/
input.valider {
	background: #668699 url(../images/global/fd_bleufonce_deg1.gif) left top repeat-x;
	font-weight: bold;
	color: white;
	border: none;
}
input.valider:hover {
	outline: 2px solid #CCC;
}
input.valider_img {
	background: none;
	margin:0;
	padding: 0;
	border: none;
}

/* Global / LIENS */
/*--------------------------------*/
a.ancre {
	display: block;
	clear: both;
}
a.lien_souligne {
	text-decoration: underline;
}
a.lien_txt_fleche {
	display: inline-block;
	margin-right: 1em;
	padding-left: 12px;
	background:url(../images/global/nav_fleche_BD_blanc_bleu.gif) left .25em no-repeat;
}
a.lien_txt_fleche:hover {
	background-image:url(../images/global/nav_fleche_B_blanc_rouge.gif);
	color: #CC0012;
	text-decoration: none;
}
a.lien_bloc {
	padding: .5em 1em .5em 2em;
	background: #668699 url(../images/global/nav_fleche_BD_bleu_blanc.gif) .75em .75em no-repeat;
	color: white;
}
a.lien_bloc:hover {
	text-decoration: none;
	background-color: #CC0012;
	background-image:url(../images/global/nav_fleche_B_rouge_blanc.gif);
	color: white;
}
a.supprimer span, 
a.editer span {
	display: none;
}
a.supprimer, 
a.editer {
	display: block;
	float: right;
	width: 11px;
	height: 11px;
	background: #668699 url(../images/global/nav_supprimer.gif) left top no-repeat;
	overflow: hidden;
}
a.editer {
	width: 16px;
	height: 16px;
	background-image: url(../images/global/nav_editer.gif);
}
a.supprimer:hover, 
a.editer:hover {
	background-position: left bottom;
}

/* Global / TEXTE */
/*--------------------------------*/
.txt_rouge {
	color: #CC0012;
}
.txt_grisfonce {
	color: #666;
}
.txt_bleu {
	color: #1E4D66;
}
.legende {
	font-size: .85em;
	font-style: italic;
}
#blocvisuel1 p {
	font-size: .85em;
	font-style: italic;
}
#blocvisuel2 p {
	font-size: .85em;
	font-style: italic;
}
.commentaire, 
.commentaire * {
	font-style: italic;
	font-size: 11px;
	color: #F0F !important;
}
.souligne {
	border-bottom: 1px solid black;
}
.indice {
	position: relative; 
	top: .3em;
	font-size: 90%;
}
.exposant {
	position: relative; 
	top: -.4em;
	font-size: 85%;
}
.guillemetsXL_g, 
.guillemetsXL_d {
	margin: 0 .12em 0 0;
font-size: 3em;
	line-height: .05em;
	vertical-align: bottom;
	color: #B2C2CC;
}
.guillemetsXL_d {
	margin: 0 0 0 .12em;
}
blockquote span.ligne1 {
	margin-right: 1.25em;
}
blockquote span.ligne2 {
	margin-left: 1.25em;
}

/* Global / IMAGES */
/*--------------------------------*/
img.intext_g {
	float: left;
	margin-right: 1em;
}

/* Global / DIVERS */
/*--------------------------------*/
.clear_floats {
	clear: both;
}
.curseur_defaut {
	cursor: default;
}
p.haut_page {
	clear: both;
	padding-top: 1em;
	text-align: center;
}
p.haut_page a:hover {
	color: #1E4D66;
}


/*################################*/
/* CORPS DE PAGE */
/*################################*/

/* Corps / GLOBAL */
/*--------------------------------*/
#corps {
	width: 945px;
	margin-bottom: 7px;
}
#corps_haut {
	height: 5px;
	background: url(../images/global/corps_haut.gif) left top no-repeat;
	font-size: 0;
}
#corps_centre {
	float: left;
	background: url(../images/global/contenu_secondaire_fd.gif) 694px top repeat-y;
	border-left-width: 1px;
	border-right-width: 1px;
}
#corps_principal {
	float: left;
	position: relative;
	width: 694px;
}
#corps_bas {
	clear: both;
	height: 18px;
	background: url(../images/global/corps_bas.gif) left bottom no-repeat;
}

/* Corps / TÊTIÈRE (Global) */
/*--------------------------------*/
#tete {
	float: left;
}
#tete .logo_joubert {
	float: left;
	margin: 3px 20px 8px 19px;
}	
#tete_haut {
	float: left;
	width: 555px;
	min-height: 70px;
	background-color: #668699;
}
#tete_bas {
	float: left;
	position: relative;	
	width: 525px;
	min-height: 27px;
	padding: 5px 10px 0 20px;
	background-color: #CCDBDB;
}
/* Hack IE 6 Win \*/
* html #tete_haut {
	height: 70px;
}
* html #tete_bas {
	height: 27px;
}
/* Fin hack */

/* Corps / TÊTIÈRE (Nav principale) */
/*--------------------------------*/
#tete #nav_principale {
	float: left;
	display: inline;
	width: 390px;
	margin: 10px 10px 0 20px;
	padding: 0;
	font-size: 1.1em;
}
#tete #nav_principale li {
	display: inline;
	padding: 0;
	list-style: none;
}
#tete #nav_principale li a {
	float: left;
	width: 98px;
	height: 35px;
	margin-right: 10px;
	padding: 5px 0 0 22px;
	background:url(../images/global/nav_principale.gif) left top no-repeat;
	color: #1E4D66;
}
#tete #nav_principale li a:hover, 
.rub_gamme #tete #nav_principale li a.gamme, 
.rub_gamme_pdt #tete #nav_principale li a.gamme, 
.rub_realisations #tete #nav_principale li a.realisations, 
.rub_realisations_detail #tete #nav_principale li a.realisations, 
.rub_ecoenv #tete #nav_principale li a.ecoenvironnement {
	background-position: left bottom;
	color: #CC0012;
	text-decoration: none;
}

/* Corps / TÊTIÈRE (Nav secondaire) */
/*--------------------------------*/
#tete #nav_secondaire {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#tete #nav_secondaire li {
	padding: 0;
	list-style: none;
	font-size: .9em;
}
#tete #nav_secondaire li a {
	padding-left: 12px;
	background:url(../images/global/nav_fleche_BD_bleu_blanc.gif) left .25em no-repeat;
	color: white;
}
#tete #nav_secondaire li a:hover {
	background-image:url(../images/global/nav_fleche_B_bleu_blanc.gif);
}

/* Corps / TÊTIÈRE (Moteur recherche et langue) */
/*--------------------------------*/
#tete_bas #recherche {
	float: left;
	width: 350px;
}
#tete_bas #recherche a {
	margin-left: .5em;
	font-weight: normal;
	text-decoration: underline; 
	vertical-align: bottom;
}
#tete_bas #recherche #recherche_saisie {
	width: 230px;
	margin-right: .25em;
}
#tete_bas #langue {
	float: right;
	width: 125px;
}
#tete_bas #langue_menu {
	float: right;
	width: 125px;
}
#aide_rech {
	display: none;
	position: absolute;	
	left: 145px;
	top: 75px;
	width: 395px;
	background-color: #668699;
	border-width: 1px;
	z-index: 20;
}
#aide_rech h6 {
	float: left;
	margin: 8px 0 0 10px;
	padding: 0;
	line-height: 1em;
	color: white;
}
#aide_rech .fermer {
	float: right;
	margin: 5px 5px 5px 0;
}
#aide_rech div {
	clear: both;
	padding: .5em 1em 1em 1em;
	background-color: white;
	background-color: #CCDBDB;
}

/* Corps / CONTENU PRINCIPAL */
/*--------------------------------*/
#contenu_principal {
	float: left;
	position: relative;
	padding: 30px 0 40px 60px;
	width: 539px;
}
.conteneur {
	clear: both;
	width: 580px;
	margin-bottom: 20px;
	padding-top: 5px;
	background:  url(../images/global/conteneur_t1_haut.gif) left top no-repeat;
}
.conteneur_bas {
	clear: both;
	width: 580px;
	height: 5px;
	background: url(../images/global/conteneur_t1_bas.gif) left top no-repeat;
	font-size: 0;
}
.contenu {
	float: left;	
	width: 538px;
	padding: 15px 20px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.conteneur#nav {
	margin-top: 10px;
}
.conteneur#nav .contenu {
	width: 538px;
	padding: 5px 20px;
}
.conteneur#nav .contenu p.nav {
	margin: 0;
	line-height: 1.5em;
}
.conteneur#nav .conteneur_bas {
	background-image: url(../images/global/conteneur_t1_bas.gif);
}
.ligne {
	clear: both;
	float: left;
	width: 500px;
}
.intro {
	margin-right: 80px;
	text-align: justify;
}

/* Corps / CONTENU SECONDAIRE (Col droite) */
/*--------------------------------*/
#contenu_secondaire {
	float: left;
	width: 249px;
	min-height: 140px;
	padding: 5px 0 10px 0 ;
	background: #EFE5DA url(../images/global/contenu_secondaire_img.gif) right top no-repeat;
}
/* Hack IE 6 Win \*/
* html #contenu_secondaire {
	height: 140px;
}
/* Fin hack */
.module {
	clear: both;
	width: 212px;
	/*margin: 0 18px 15px 19px;*/
	margin: 0 0 15px 19px;
	padding-top: 5px;
	background: url(../images/global/module_bleu_haut.gif) left top no-repeat;
}
/* Hack IE 6 Win \*/
* html .module {
	margin-bottom: 0;
}
/* Fin hack */
.module .tete {
	padding: 0 18px;
	background: #668699 url(../images/global/puce_carre_blanc.gif) 10px .5em no-repeat;
	color: white;
}
.module .corps {
	padding-top: 5px;
	background: white url(../images/global/module_bleu_bas.gif) left top no-repeat;
	border-left-width: 1px;
	border-right-width: 1px;
}
.module .pied {
	clear: both;
	height: 5px;
	background:  url(../images/global/module_blanc_filet_bas.gif) left top no-repeat;
}


/*################################*/
/* PIED DE PAGE */
/*################################*/

/* Pied / GLOBAL */
/*--------------------------------*/
#pied {
	clear: both;
	width: 945px;
}
#pied_haut {
	height: 5px;
	background: url(../images/global/pied_haut.gif) left top no-repeat;
	font-size: 0;
}
#pied_centre {
	float: left;
	width: 943px;
	min-height: 20px;
	border-left-width: 1px;
	border-right-width: 1px;
}
/* Hack IE 6 Win - IE 5 Mac */
* html #pied_centre {
	height: 20px;
}
/* Fin hack */
#pied_bas {
	clear: both;
	height: 18px;
	background: url(../images/global/pied_bas.gif) left bottom no-repeat;
}

/* Pied / © JOUBERT */
/*--------------------------------*/
#pied p {
	float: left;
	display: inline;
	margin: .7em 0 0 15px;
	padding: 0;
	font-size: .8em;
}

/* Pied / NAVIGATION */
/*--------------------------------*/
#pied ul {
	float: right;
	display: inline;
	width: 830px;
	margin: .5em 15px 0 0;
	font-size: .9em;
	text-align: right;
	line-height: 0;
}
#pied li {
	display: inline;
	padding: 0;
	list-style: none;
}
#pied li a {
	display: inline-block;
	margin-left: .3em;
	padding-left: .8em;
	background:url(../images/global/puce_carre_bleufonce.gif) left center no-repeat;
	color: #1E4D66;
	white-space: nowrap;
}
#pied li a:hover {
	background-image:url(../images/global/puce_carre_rouge.gif);
	color: #CC0012;
}
#pied li a.txt_rouge {
	background-image:url(../images/global/puce_carre_rouge.gif);
	color: #CC0012;
}
#pied li a.txt_grisfonce {
	background-image:url(../images/global/puce_carre_grisfonce.gif);
	color: #666;
}
#pied li a.txt_grisfonce:hover {
	background-image:url(../images/global/puce_carre_grisfonce.gif);
	color: #666;
}
