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

*{margin:0; padding:0;}
@font-face {
  font-family: 'Open Sans Hebrew light';
  src: url('font/opensanshebrew-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('font/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/opensanshebrew-light-webfont.woff') format('woff'), /* Modern Browsers */
       url('font/opensanshebrew-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/opensanshebrew-light-webfont.svg#1e3cbe1d61c0f2b766b8aff35f09f556') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
}


*{font-family:'Open Sans Hebrew light';}

body
{
	background-color:#e293ca;
}

#ob
{

width:500px;
	height:600px;
}

#objectdiv
{
	
	text-align:center;
	margin-top:-200px;
	margin-left:150px;
}

#textes
{
	position:relative;
	text-align:center;
	height:360px;
	padding-top:15px;
	color:rgba(255,255,255,1.00);
	background-color:rgba(202,102,160,1.00);
	text-align:center;
	font-size:30px;
}

#mail
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	text-decoration:none;
	font-size:18px;
	color:rgba(255,255,255,1.00);
	border: solid thin rgba(255,255,255,1.00);
	background:rgba(255,255,255,0.00);
-webkit-transition:ease 0.3s;
-moz-transition:ease 0.3s;
-o-transition:ease 0.3s;
-ms-transition:ease 0.3s;
}

#mail:hover
{
	color:rgba(202,102,160,1.00);
	background:rgba(255,255,255,1.00);
-webkit-transition:ease 0.3s;
-moz-transition:ease 0.3s;
-o-transition:ease 0.3s;
-ms-transition:ease 0.3s;
}

	
p
{
	line-height:0px;
}
