@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1,5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *************************************************************************************************** */
/*** FIXE IE 6 PNG 24 bit ***/
* html img,
* html .png{
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  this.src = "pixel.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
}
/*********************************************************************************************************/


html{
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
}

body{
/*background-image:url(images/background.jpg);*/
/*background-repeat:repeat-x;*/
/*background-color: #ffffff;*/
}

.container{
position: absolute;
left: 50%;
top: 50%;
margin-left: -490px;
margin-top: -290px;
width:980px;
height:580px;
/*background-image:url(images/fond_container.png);*/
background-color:#000000;
}

.texte{
position:absolute;
width:307px;
height:457px;
margin-top:100px;
margin-left:100px;
left: 563px;
top: 11px;
font-size:11px;
line-height:16px;
}

.liste_txt li{
list-style:none;
background:url(../images/puce_verte_sm.gif) no-repeat;
padding-left:30px;
background-position:20px 5px;
font-size:12px;
color:#FFFFFF;
margin-top:10px;
}

h1{
/*background:url(../images/puce_longue.gif) no-repeat left 16px;*/
color: #009434;
margin-top:10px;
height:20px;
font-size:12px;
font-weight:bold;
padding-left:30px;
}


/* BOUTON RETOUR INDEX ********************************************************/
.home{
position: absolute;
left:405px;
top:29px;
width:184px;
height:174px;
cursor:pointer;
z-index:3;
line-height:2000px;
overflow:hidden;
display:block;
}

.home2{
position: absolute;
left:716px;
top:328px;
width:184px;
height:174px;
cursor:pointer;
z-index:3;
line-height:2000px;
overflow:hidden;
}

/* STYLES INPUT ********************************************************/
input[type="reset"],input[type="submit"],input[type="file"]{
background-image:none;
border: solid 1px;
border-color:#ffffff;
font-size:11px;
color:#FFFFFF;
background-color: #00638f;
font-family:Arial, Verdana, "Times New Roman";
}

input[type="text"],input[type="password"]{
font-family:Arial, Verdana, "Times New Roman";
font-size:11px;
}

/* MESSAGE DE RETOUR ********************************************************/
.msg_retour{
color: #FF0000;
text-align:center;
background-color:#FFFFFF;
width:100%;
height:20px;
line-height:20px;
border-style:dashed;
font-weight: bold;
}

/* CONTAINER FORMULAIRE *****************************************************/
.container_formulaire{
width:420px;
height:460px;
padding-top:40px;
/*background-image:url(../images/back_metal06.gif);*/
background-color: #000000;
font-size:11px;

}

/* STYLE DES INPUT TEXT DE FORMULAIRE ********************************************************/
.champs input{
margin-left:100px;
width:150px;
}

.champs span{
position:absolute;
width:100px;
margin-top:5px;
}

.input_formulaire{
color: #FFFFFF;
margin-left:88px;
font-size: 12px;
font-family:Arial, Verdana, "Times New Roman";
}

.input_formulaire input[type="text"]{
font-size:11px;
height:12px;
margin-top:5px;
border:solid 1px;
font-family:Arial, Verdana, "Times New Roman";
}

.input_formulaire input[type="text"].validation-failed{
border:solid 1px #FF0000;
}

.input_formulaire input{
_font-size:10px;
}

.input_formulaire textarea{
border:#000000 1px solid;
width:222px;
height:150px;
}

/* MESSAGE DE VALIDATION ********************************************************************/
.validation-advice {
margin: 5px 0;
padding-left: 5px;
color: #FF0000;
font-weight: bold;
font-size:9px;
}

/* CREATION DU COPYRIGHT **********************************************************************/
.copyright{
position:absolute;
text-align:center;
width:100%;
top:50%;
margin-top:295px;
}

.copyright a{
color: #000000;
text-decoration:none;
font-size:9px;
}

#index01{
position:absolute;
background-image:url(../images/index01.jpg);
width:301px;
height:301px;
left:660px;
}

#index_flash{
position:absolute;
z-index:1;
}

#position_menu_index{
position: absolute;
top: 320px;
left: 660px;
}

.position_menu{
position: absolute;
top: 10px;
left: 660px;
}

.degrade{
position:absolute;
background-image:url(../images/degrade.jpg);
width:301px;
height:248px;
left:660px;
}

.logo{
position:absolute;
background-image: url(../images/logo.gif);
width:208px;
height:199px;
left:386px;
line-height:2000px;
overflow:hidden;
}

.anime_small{
position:absolute;
width:205px;
height:205px;
left:395px;
top:10px;
z-index:1;
}

.logo_hide{
line-height:2000px;
overflow:hidden;
}

.logo2{
position:absolute;
background-image: url(../images/logo.gif);
width:208px;
height:199px;
left:704px;
top:309px;
line-height:2000px;
overflow:hidden;
}

.anime_small2{
position:absolute;
width:205px;
height:205px;
left:704px;
top:309px;
}

.txt_gros{
color:#FFFFFF;
position:absolute;
top:225px;
left:20px;
font-size:24px;
font-weight:bold;
}

.txt_bas{
color:#FFFFFF;
position:absolute;
top:548px;
font-size:13px;
width:100%;
text-align:center;
}

.txt_bas_cartes{
color:#FFFFFF;
position:absolute;
top:548px;
font-size:13px;
width:300px;
text-align:center;
left:660px;
background-color:#005f8a;
}

.puce{
background-image:url(../images/puce_blanche_sm.gif); 
background-repeat:no-repeat;
padding-left:20px;
background-position:10px 5px;
}

#mycustomscroll{top:10px;}

/* IMAGE DES PAGES ****************************************************/
.img{
position:absolute;
top:265px;
width:980px;
height:268px;
background-repeat:no-repeat;
}

.cent_ans{background-image:url(../images/cent_ans.jpg);}
.leader{background-image:url(../images/leader.jpg);}
.realisations{background-image:url(../images/realisations.jpg);}
.realisations2{background-image:url(../images/realisations2.jpg);}
.metiers_amenagements{background-image:url(../images/metiers_amenagements.jpg);}
.metiers_rampes{background-image:url(../images/metiers_rampes.jpg);}
.metiers_carrosserie{background-image:url(../images/carrosserie.jpg);}
.metiers_peinture{background-image:url(../images/metiers_peinture.jpg);}
.carrieres{background-image:url(../images/carrieres.jpg);}
.qualite{background-image:url(../images/qualite.jpg);}
.environnement{background-image:url(../images/environnement.jpg);}
.grand_lyon{background-image:url(../images/grand_lyon.jpg);}
.grand_lyon2{background-image:url(../images/grand_lyon2.jpg);}
.ile_de_france{background-image:url(../images/ile_de_france.jpg);}
.acces{background-image:url(../images/acces.jpg);}
.acces_grandlyon{background-image:url(../images/acces_grandlyon.jpg);}
.acces_iledefrance{background-image:url(../images/acces_iledefrance.jpg);}

/* positionnement des cartes *********************************************/
#carte1{
position:absolute;
left:0px;
top:0px;
}

.par{
color:#FFFFFF;
font-size:12px;
padding-left:30px;
}

.par2{
text-align:right;
padding-right:10px;
}

.next{
padding-left:30px;
color: #FFFFFF;
}

.next:hover{
color:#01628D;
}

