/*       feuille de style de la page des cameras   */

body{
  background-color  : rgba(0, 0, 0, 1);
  padding	    : 0px;
  margin            : 0px;
  color             : #FF0000;
}

div#salon
{
  height	    : 500px;
  width		    : 460px;
  left		    : 20px;
  top		    : 20px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 0.4);
}

img#vidsalon
{
  height	    : 300px; /*360px;*/
  width		    : 440px;
  left		    : 8px;
  top		    : 5px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 1);
}

img#vidcontrol
{
  height	    : 180px; /*360px;*/
  width		    : 260px;
  right		    : 8px;
  bottom	    : 5px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 1);
}


.ico	{	height	: 40px;	width	: 40px;	}
.icogrd	{	height	: 45px;	width	: 45px;	}

a#sun		{  	left		: 40px;		top		: 390px;	position		: absolute;}
a#sdeux		{  	left		: 100px;	top		: 390px;	position		: absolute;}
a#flashal	{	right		: 5px;		bottom	:	70px;	position		: absolute;}
a#flashet	{	right		: 5px;		bottom	:	10px;	position		: absolute;}



div#garage
{
  height	    : 245px;
  width		    : 460px;
  right		    : 20px;
  top		    : 20px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 0.4);
}

img#vidgarage
{
  height	    : 230px;
  width		    : 400px;
  left		    : 4px;
  top		    : 5px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 1);
}

div#camobile
{
  height	    : 245px;
  width		    : 290px;
  right		    : 190px;
  top		    : 275px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 0.4);
}

img#vidcamobile
{
  height	    : 230px;
  width		    : 276px;
  left		    : 5px;
  top		    : 5px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 1);
}


div#entree
{
  height	    : 245px;
  width		    : 320px;
  left		    : 600px;
  top		    : 20px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 0.4);
}

img#videntree
{
  height	    : 230px;
  width		    : 306px;
  left		    : 5px;
  top		    : 5px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 1);
}

div#lien
{
  height	    : 245px;
  width		    : 160px;
  right		    : 20px;
  top		    : 275px;     
  position	    : absolute;		
  border-style      : solid;
  border-width      : 2px;
  border-radius     : 5px;
  border-color      : rgba(255, 255, 255, 0.4);
}

	a#back
	{  
	  left		  : 30px;
	  top		  : -10px;
	  position	  : absolute;
	}

	img#icoback
	{
	  height 	  : 100px;
	  width	  	  : 100px;
	}
	
	img#dom
	{
	  position        : absolute;
	  left            : 30px;
	  top             : 105px;
	  height 	  : 54px;
	  width	  	  : 108px;
	}
	
	a#box
	{
	  text-decoration : none;
	  position        : absolute;
	  left            : 95px;
	  top             : 180px;
	  font-size       : 150%;
	}

	.imlien
	{
	  height          : 52px;
	  width 	  : 52px;
	}

	a#telec
	{
	  text-decoration : none;
	  position        : absolute;
	  left            : 20px;
	  top             : 180px;
	  font-size       : 150%;
	}

	

