/* général */

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana, "Dejavu Sans";
	font-size: 11px;
	cursor: default;
	background-color: #000000;
	color: #feee01;
}
a
{
	color: #1e00ff;
}

/* container */

#container
{
	position: relative;
	margin: auto;
	width: 950px;
	height: 691px;
	background: url(images/fond.jpg) no-repeat;
}

/* entête */

#entete
{
	height: 47px;
}
#entete a
{
	position: absolute;
	right: 40px;
	top: 25px;
	font-weight: bold;
}

/* textes */

#textes
{
	height: 149px;
	margin-left: 13px;
}
#textes div
{
	display: inline;
	float: left;
	width: 159px;
	margin: 10px 13px;
	text-align: center;
}
#textes h2
{
	font-size: 11px;
	text-transform: uppercase;
}
#textes a
{
	text-align: center;
	font-size: 11px;
}
#textes p
{
	padding-top: 5px;
	text-align: justify;
	font-size: 10px;
	color: #000;
}

/* vignettes */

#vignettes
{
	margin-left: 13px;
	height: 235px;
}
#vignettes img
{
	border: 0;
}
#vignettes a
{
	float: left;
	text-decoration: none;
}
#vignettes span
{
	display: block;
	padding-top: 6px;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;

}

/* pied-de-page */

#pied-de-page
{
	width: 920px;
	height: 170px;
	margin: 15px;
	font-weight: bold;
}
#pied-de-page p
{
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
#pied-de-page div
{
	display: inline;
	float: left;
	width: 460px;
	text-align: center;
	margin-bottom: 5px;
}
#pied-de-page div a
{
	color: #000;
	text-decoration: none;
}

