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

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
#conteneurIntro{
	height: 734px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fondHomeCenter5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#conteneurIntro1{
	height: 734px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fondHomeCenter6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#navig {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	height: 76px;
	top: 355px;
	position: relative;
}
#btHetero{
	background-image:url(images/IntroHeteroBT.png) ;
	background-repeat: no-repeat;
	float: left;
}
#btHetero a{
	display:block;
	height: 76px;
	width: 135px;
}
#btHetero a:hover{
	background-image:url(images/IntroHeteroBTover.png);
} 

#btGay {
	background-image:url(images/IntroGayBT.png) ;
	background-repeat: no-repeat;
	float: right;
}
#btGay a{
	display:block;
	height: 76px;
	width: 135px;
}
#btGay a:hover{
	background-image:url(images/IntroGayBTover.png);
}
#introCasting {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #515151;
	text-align: center;
	position: relative;
	margin:0px auto 0px auto;
	top: 450px;
	width: 700px;
}
#introCasting2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 33px;
	color: #810002;
	text-align: center;
}
#introCasting2 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #810002;
	text-decoration:none;
}
#introCasting2 a:hover{
	text-decoration:underline;
}
