/*
	BALISES
*/

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
h1 {
	font-size: 16px;
	color: #A2273C;
	margin-top: 0px;
	margin-bottom: 16px;
}
img {
	border: 0px;
}
li {
	margin-bottom: 6px;
}
ul {
	margin-top: 0px;
}

/*
	IDENTIFIANTS
*/

#cadre_introduction {
	/*top: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
	height: 100%;*/
	width: 100%;
}
#cadre_introduction div {
	height: 664px;
	width: 964px;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
	text-align: left;	/*top: 50%;
	left: 50%;
	margin-top: -332px;
	margin-left: -482px;
	position: absolute;*/
}

#cadre_evenements_professionnels {
	background-image: url(../images/fd_evenements_professionnels.jpg);
	height: 660px;
	width: 960px;
	margin: 2px;
}
#cadre_evenements_prives {
	background-image: url(../images/fd_evenements_prives.jpg);
	height: 660px;
	width: 960px;
	margin: 2px;
}

#cadre_principal p {
	margin-top: 0px;
	margin-bottom: 10px;
	/*text-align: justify;*/
}
#credits {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#credits a {
	color: #888888;
	text-decoration: none;
}

/*
	CLASSES
*/

.logo {
	font-weight: bold;
	color: #996666;
	font-style: oblique;
}
.photo_droite {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
}
.photo_gauche {
	float: left;
	margin-bottom: 2px;
	margin-right: 5px;
}
