/* BLOC TITRE ET MENU */

#menu_page {
	position: relative;
	width: 467px;
	height: 365px;
	border: 0px solid White;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* titre */

#titre_page {
	position: absolute;
	left: 40px;
	top: 10px;
	width: 400px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	color: #FFFFFF;
	text-align: center;
}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	color: White;
}


/* nav */

#menu_sr {
	position: absolute;
	left: 10px;
	top: 38px;
	width: 450px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	text-align: center;
}

/*  liens non actifs */

a.link_menu:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

a.link_menu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

a.link_menu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #CFCFCF;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

a.link_menu:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

/*  liens actifs */

a.link_menu_a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #ECEC14;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

a.link_menu_a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

a.link_menu_a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #ECEC14;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

a.link_menu_a:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid White;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}

/* IMPRESSION */

#outils{
	position: absolute;
	left: 40px;
	top: 100px;
	width: 400px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	text-align: center;
	background-image: url(../images/trait_outils.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#outils_rubgene{
	position: absolute;
	left: 40px;
	top: 100px;
	width: 400px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	text-align: center;
	background-image: url(../images/trait_outils.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* GALERIE */

#galerie{
	position: relative;
	width: 467px;
	height: 210px;
	border: 0px solid White;
	border-right-style: solid;
	border-bottom-style: solid;
	
	border-top-style: solid;
	border-left-style: solid;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

#titre_galerie{
	position: absolute;
	left: 81px;
	top: 12px;
	width: 145px;
	height: 36px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	background-image: url(../images/galerie.jpg);
	background-position: top;
}

#titre_galerie1{
	position: absolute;
	left: 35px;
	top: 12px;
	width: 145px;
	height: 36px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	background-image: url(../images/galerie1.jpg);
	background-position: top;
}

#titre_photo_conteneur {
	position: absolute;
	left: 71px;
	top: 48px;
	width: 166px;
	height: 66px;
	border: 1px solid Black;
	background-color: #E0E6F4;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#titre_photo {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 160px;
	height: 48px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	font-size: 10px;
	color: #0A3FC3;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#titre_loupe {
	position: absolute;
	left: 10px;
	top: 35px;
	width: 150px;
	height: 24px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
}

a.link_loupe:link{
	font-size: 10px;
	TEXT-DECORATION: underline;
	color: #D90C1A;
}

a.link_loupe:hover{
	font-size: 10px;
	TEXT-DECORATION: none;
	color: #D90C1A;
}

a.link_loupe:visited{
	font-size: 10px;
	TEXT-DECORATION: underline;
	color: #D90C1A;
}

a.link_loupe:visited:hover{
	font-size: 10px;
	TEXT-DECORATION: none;
	color: #D90C1A;
}



#g_photo {
	position: absolute;
	left: 242px;
	top: 0px;
	width: 166px;
	height: 114px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
}

#vignettes {
	position: absolute;
	left: 49px;
	top: 120px;
	width: 315px;
	height: 52px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
}

#hold	{
	position: relative;
	width: 315px;
	height: 52px;
	border: 0px solid Fuchsia;
	overflow: hidden;
	z-index: 10;
}

#wn { 
	position:absolute; 
	left:0px;
	top:0px; 
	width:315px;
	height:52px; 
	clip:rect(0px, 315px, 52px, 0px); 
	overflow:hidden;
	z-index:1; 
	}

#lyr1	{ 
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
	}

.contour{
	border-top: 1px;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-left: 1px;
	border-left-style: solid;
	border-color: #000000;
}


/* galerie qui sommes-nous */

#galerie1{
	position: relative;
	top: 35px;
	left: 20px;
	width: 400px;
	height: 180px;
	border: 0px solid White;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

#titre_photo_conteneur1 {
	position: absolute;
	left: 29px;
	top: 53px;
	width: 166px;
	height: 66px;
	border: 1px solid Black;
	background-color: #E0E6F4;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#vignettes1 {
	position: absolute;
	left: 8px;
	top: 125px;
	width: 315px;
	height: 52px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
}


#g_photo1 {
	position: absolute;
	left: 200px;
	top: 5px;
	width: 166px;
	height: 114px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
}

/* ------------------------ */


 /* REFERENCES */

#reference{
	position: relative;
	width: 400px;
	height: 210px;
	border: 0px solid White;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

#titre_ref{
	position: absolute;
	left: 48px;
	top: 12px;
	width: 135px;
	height: 36px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	background-image: url(../images/references.jpg);
	background-position: top;
}

#contenu_ref{
	position: absolute;
	left: 80px;
	top: 48px;
	width: 350px;
	height: 120px;
	border: 0px solid White;
	overflow: auto;
	visibility: visible;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.titre_ref{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


/* CONTENU TEXTE */

#conteneur_contenu {
	position: absolute;
	left: 40px;
	top: 122px;
	width: 400px;
	height: 228px;
	border: 1px solid White;
	overflow: hidden;
	visibility: visible;
	z-index: 2;
}


#contenu_text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 96%;
	height: 96%;
	border: 0px solid White;
	overflow: auto;
	visibility: visible;
	z-index: 2;
	text-align: justify;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	color: #FFFFFF;
}

h2{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
}

/* LIENS GENERIQUES */

a.liens_generiques:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

a.liens_generiques:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}

a.liens_generiques:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

a.liens_generiques:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}

a.liens_generiques:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

/* PLAN */

a.liens_plan:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}

a.liens_plan:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
}

a.liens_plan:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #CFCFCF;
}

a.liens_plan:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
}

a.liens_plan:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #ECEC14;
}

a.liens_titreplan:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}

a.liens_titreplan:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	color: #ECEC14;
}

a.liens_titreplan:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	color: #CFCFCF;
}

a.liens_titreplan:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	color: #ECEC14;
}

a.liens_titreplan:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	color: #ECEC14;
}


/* LIEN BLEU */

a.liens_bleu:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #0A3FC3;
}

a.liens_bleu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #0A3FC3;
}

a.liens_bleu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #0A3FC3;
}

a.liens_bleu:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #0A3FC3;
}

a.liens_bleu:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
	color: #0A3FC3;
}

.texte_bleu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0A3FC3;
}

/* PAGE CONTACT */

#menu_page_contact {
	position: relative;
	width: 467px;
	height: 535px;
	border: 0px solid White;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#formulaire{
	position: absolute;
	left: 29px;
	top: 100px;
	width: 364px;
	height: 378px;
	color: #FFFFFF;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.indication{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 4px;
}

.champsdetexte{
	font-weight: normal;
	color: #0A3FC3;
	text-align: left;
	margin-left: 10px;
	width: 200px;
	background-color: #EDEDED;
	border: 1px solid #4E4F51;
}

.message{
	font-weight: normal;
	color: #0A3FC3;
	text-align: left;
	margin-left: 10px;
	background-color: #EDEDED;
	border: 1px solid #4E4F51;
}

.bouton{
	font-weight: normal;
	color: #0A3FC3;
	width: 100px;
	background-color: #EDEDED;
	border: 1px solid #4E4F51;
}

.texte_blanc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
}

#agences{
	position: relative;
	left: 50px;
	top: 20px;
	width: 320px;
	height: 170px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border: 1px solid #4E4E4E;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	text-align: center;
	background-color: White;
}

#lagence1{
	position: absolute;
	left: 5px;
	top: 35px;
	width: 320px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
	font-size: 12px;
	font-weight: normal;
}

#lagence2{
	position: absolute;
	left: 5px;
	top: 35px;
	width: 320px;
	border: 0px solid White;
	overflow: inherit;
	visibility: hidden;
	z-index: 1;
	font-size: 12px;
	font-weight: normal;
}

#lagence3{
	position: absolute;
	left: 5px;
	top: 35px;
	width: 320px;
	border: 0px solid White;
	overflow: inherit;
	visibility: hidden;
	z-index: 1;
	font-size: 12px;
	font-weight: normal;
}

#lagence4{
	position: absolute;
	left: 5px;
	top: 35px;
	width: 320px;
	border: 0px solid White;
	overflow: inherit;
	visibility: hidden;
	z-index: 1;
	font-size: 12px;
	font-weight: normal;
}


#agence1{
	position: absolute;
	left: 3px;
	top: 160px;
	width: 140px;
	height: 12px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

#agence2{
	position: absolute;
	left: 95px;
	top: 160px;
	width: 120px;
	height: 12px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

#agence3{
	position: absolute;
	left: 160px;
	top: 160px;
	width: 120px;
	height: 12px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

#agence4{
	position: absolute;
	left: 228px;
	top: 160px;
	width: 120px;
	height: 12px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 1;
}

/* Impression */

.print_titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.print_texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


/* carte des agences*/

#carte{
	position: relative;
	left: 40px;
	top: 0px;
	width: 380px;
	height: 380px;
	border: 0px solid White;
	overflow: inherit;
	visibility: visible;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #OOOOOO;
}

#adresse0{
	position: relative;
	left:0px;
	top: 0px;
	width: 380px;
	height: 380px;
	border: 0px solid black;
	visibility: visible;
	z-index: 1;
	background-image: url(../images/carte3.gif);
	background-position: top;
}


#adresse1{ /* IDF */
	position: absolute;
	left: 150px;
	top: 155px;
	width: 204px;
	height: 87px;
	border: 1px solid black;
	overflow: inherit;
	visibility: hidden;
	z-index: 2;
	background-color: White;
	padding: 6px 6px 6px 6px;
}

#adresse2{	/* Sud */
	position: absolute;
	left: -64px;
	top: 62px;
	width: 204px;
	height: 88px;
	border: 1px solid black;
	overflow: inherit;
	visibility: hidden;
	z-index: 2;
	background-color: White;
	padding: 6px 6px 6px 6px;
}

#adresse3{  /* Rhones alpes */
	position: absolute;
	left: 150px;
	top: 50px;
	width: 204px;
	height: 100px;
	border: 1px solid black;
	overflow: inherit;
	visibility: hidden;
	z-index: 2;
	background-color: White;
	padding: 6px 6px 6px 6px;
}

#adresse4{  /* Sarl 2JML */
	position: absolute;
	left: -64px;
	top: 155px;
	width: 204px;
	height: 87px;
	border: 1px solid black;
	overflow: inherit;
	visibility: hidden;
	z-index: 2;
	background-color: White;
	padding: 6px 6px 6px 6px;
}

#puce1{
	cursor: pointer;
	position: absolute;
	left: 190px;
	top: 30px;
	width: 95px;
	height: 70px;
	overflow: inherit;
	visibility: visible;
	z-index: 3;
	background-image: url(../images/drap_idf_off.gif);
	background-position: top;
}

#puce2{
	cursor: pointer;
	position: absolute;
	left: 180px;
	top: 210px;
	width: 95px;
	height: 70px;
	overflow: inherit;
	visibility: visible;
	z-index: 3;
	background-image: url(../images/drap_sud_off.gif);
	background-position: top;
}

#puce3{
	cursor: pointer;
	position: absolute;
	left: 290px;
	top: 150px;
	width: 95px;
	height: 70px;
	overflow: inherit;
	visibility: visible;
	z-index: 3;
	background-image: url(../images/drap_rhone_off.gif);
	background-position: top;
}
#puce4{
	cursor: pointer;
	position: absolute;
	left: 98px;
	top: 30px;
	width: 95px;
	height: 70px;
	overflow: inherit;
	visibility: visible;
	z-index: 3;
	background-image: url(../images/drap_2jml_off.gif);
	background-position: top;
}
.qui {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.sugg_form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #0033CC;
	text-align: center;
}
.aide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-align: center;
}
