@charset "utf-8";
/* 
Gamme de couleurs site Yasmine Tamara HTML
------------------------------------------
Gris foncé : #7f7f7f
Gris clair : #b5b4b4
Blanc      : #ffffff
*/

/* Corps du site */
html, body {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

/* Construction */
#center_home {
	text-decoration: none;
	background-image: url(../images/logoyt.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

*+html > body #center_home {margin-top: 100px;}

#homeTab{
	height: 600px;
	width: 800px;
}
#hometop {
	height: 262px;
	width: 800px;
}
#homeNav{
	height: 148px;
	width: 800px;
}
#homeBottom{
	height: 190px;
	width: 800px;
}

#FLASH {width: 261px; height: 148px;}
#HTML {width: 262px; height: 148px;}
