@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999;
	margin-top:0px;
	width:900px;
	position: absolute;
    left: 50%;
	margin-left:-450px;
}
a, a:visited{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
.header{
	width:900px;
	height:186px;
}
.logo{
	position:absolute;
	top:0px;
	left:0px;
	margin-top:20px;
	margin-left:20px;
	border:none;
}
.titre{
	position:absolute;
	top:0px;
	left:300px;
	margin-top:15px;
	margin-left:5px;
	padding-left:5px;
	font-size:18px;
	border-left:#999 1px solid;
}
.chapo{
	position:absolute;
	top:100px;
	left:0px;
	margin-left:20px;
	width:850px;
	font-size:14px;
}
.photo{
	position:absolute;
	top:0px;
	left:795px;
	margin-top:0px;
}
.rose{
	font-size:16px;
	color:#cc0066;
}
.presentation{
	background-image:url(images/avant_03.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:294px;
	width:606px;
	height:365px;
	padding-left:10px;
	padding-top:100px;
}
.prezDate{
	color:#000;
	font-size:24px;
}
.prezRose{
	color:#cc0066;
}
.prezInvite{
	font-size:18px;
}
.prezQuestion{
	color:#cc0066;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	width:220px;
	margin-top:10px;
}
/*ALERTES*/
.questions{
	background-image:url(images/avant_02.jpg);
	background-repeat:no-repeat;
	width:294px;
	height:365px;
	float:left;
	color:#000;
	padding-left:40px;
}
.titreBlocEntreprise{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:30px;
}
.inputQuest{
	width:215px;
}
.sinputQuest{
	width:215px;
	height:100px;
}
.btnQuest{
	margin-left:70px;
	color:#fff;
	background-color:#b5b5b5;
	width:78px;
	height:22px;
	border:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.confirmQuest{
	color:#cc0066;
}
.alertes{
	position:absolute;
	left:0px;
	top:601px;
	background-color:#999;
	color:#fff;
	padding-top:5px;
	width:900px;
}
.email{
	width:240px;
	text-transform:uppercase;
	padding-left:10px;
	float:left;
}
.SMS{
	float:left;
	width:250px;
	text-transform:uppercase;
}
.ami{
	width:400px;
	text-transform:uppercase;
	float:left;
}
.inputP{
	width:120px;
	border:none;
}
.btnQuestAlerte{
	color:#fff;
	background-color:#cc0066;
	width:78px;
	height:18px;
	border:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.confirm{
	color:#cc0066;
	margin-bottom:5px;
}
/******ENDANT******/
.chat{
	float:left;	
}
.video{
	text-align:center;
}
.texteP{
	font-size:16px;	
	margin-left:10px;
}