/* feuille de style du site www.ecuriesdejava.com */


/* style du corp de la page*/
body 
{
background-color: #FFFFFF ;
/*text= #FF9900;*/
margin: 0cm 0mm 0cm 0cm;
}



/* style des paragraphes*/
p
{
font-family: arial, verdana, sans-serif ;
font-size: 10pt ; 
color: #FF9900 ;
background-color: #FFFFFF ;
font-weight: bold ;
text-align: justify  ;
}


/* style des titres de page*/
H2
{
font-family: arial, verdana, sans-serif ;
font-size: 14pt ; 
color: #FF9900 ;
background-color: #FFFFFF ;
text-align: center 
}

IMG
{
border: 0;
}

/* style des liens*/
a:link 
{ 
color:#000000 ;
text-decoration: none;
font-weight: bold ; 

}
a:visited 
{
color: #000000;
text-decoration: none;
font-weight: bold ; 

}
a:hover 
{ 
color: #FF9900 ;
text-decoration: none;
font-weight: bold ; 
font-style: italic;

}

.copyright:link
{ 
color:#000000 ;
font-size: 8pt ; 
text-decoration: none;

}
.copyright:visited 
{
color: #000000;
font-size: 8pt ; 
text-decoration: none;

}
.copyright:hover 
{ 
font-size: 8pt ; 
color: #FF9900 ;
text-decoration: none;
font-style: italic;

}


/* positionnement des cadre*/
.ImgHaut
{
position:absolute; 
width:788px; 
height:132px; 
left: 0; 
top: 0;
z-index:1; 
}

.ImgTitre
{
position:absolute;
width:485px; 
height:54px; 
top: 1px; 
left: 210px;
z-index:2; 
}

.ImgGauche
{
position : absolute; 
width:166px; 
height:341px;
top: 132px; 
left: 0px;
z-index: 3; 
}

.ImgBoutonLien
{
position:absolute; 
width:132px; 
height:22px; 
left: 18px; 
z-index:4; 
text-align: center  ;
}

.ImgCopyright
{
	position:absolute;
	width:173px;
	height:34px;
	left: -9px;
	top: 555px;
	z-index:4;
	text-align: center;
	font-size: 7pt;

}

.ImgCadrePrincipale
{
position:absolute; 
width:602px; 
height:500px;  
left: 187px; 
top: 134px; 
z-index:4;
overflow: auto
}
