/*style pour le content */
.opaquevisible00{
background-color:white;
filter : alpha(opacity=00); 
-moz-opacity : 0.0; 
opacity : 0.0;
vertical-align:top;
visibility:hidden;
}
.opaquevisible{
background-color:white;
vertical-align:top;
visibility:visible;
}
.opaquenonvisible{
visibility:hidden;
}

/* Style anciennement dans la page */
/*** debut css de dynamicdrive ***/

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden; 
height: 100%; 
max-height: 100%; 
}


/*** Debut Exemple Yahoo ***/

#demo {
    height:72px;
    width:40em;
    overflow:auto;
    margin-bottom:1em;
}
/*** Fin Exemple Yahoo ***/

#divChargement {
position: absolute;
top: 0px;
left: 0px;
background: black;
color: white;
z-index:10;
}

#DivPhoto
{
	position:absolute;
	overflow:auto;
	top: 0px;
	left: 0px;
}
#cibleImage
{
  overflow:auto;
}
a.LienPhoto:link ,a.LienPhoto:visited ,a.LienPhoto:active 
{text-decoration: none;	color: #E9A504;}
a.LienPhoto:hover 
{text-decoration: none;	color: #244893;}

.pictoMoto
{
   filter : alpha(opacity=50); 
	-moz-opacity : 0.5; 
	opacity : 0.5;
	border-top-style:solid;
	border-top-width:6px;
	border-top-color:black;
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-bottom-color:black;
	border-right-style:solid;
	border-right-width:6px;
	border-right-color:black;
	border-left-style:solid;
	border-left-width:6px;
	border-left-color:black;
	height:50px;
}


.pictoMotoSelect
{
	border-width: 0px;
}
