@charset "utf-8";
/* CSS Document */
body {
	color: #FFFFFF;
	background-image: url(images/fond-page.jpg);
	margin-top: 0px;
}
.texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	letter-spacing: normal;
	text-align: left;
}
.textenoir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: normal;
	letter-spacing: -1px;
}
.tableau {
	background-image: url(images/fond-pages.jpg);
	background-repeat: no-repeat;
}

.textenoirplus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: normal;
}
.titre_rubrique {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660066;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #660033;
	text-align: left;
	line-height: normal;

}
.lien {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: normal;
	letter-spacing: -1px;
}

/* CSS MISE EN FORME*/

#miseenforme {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 600px;
}
#juanita {
	position: relative;
	width: 375px;
	float:left;
	background-image: url(images/juanita.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
#bandeauhaut {
	position: relative;
	width: 950px;
	float:left;
	height: 200px;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(images/juanita.jpg);
}
#contenu {
	width: 950px;
	height: 500px;
}
#vignettes {
	position: relative;
	float:left;
	width: 440px;
	height: 350px;
	vertical-align: bottom;
}
#grandeimage{
	position: relative;
	width: 380px;
	height: 350px;
	float:left;
}
#pied {
	position: relative;
	float:left;
	height: 100px;
	width: 950px;
}
#rubriques {
	position: relative;
	left: 540px;
	top: 0px;
	width: 300px;
}

