/* GÉNÉRAL */

html, body { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	background-color: #EAEAEA;

	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
}

table.pageframe {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	background-color: #EAEAEA;

	width: 100%;
	height: 100%;
}

table.pageframe td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	vertical-align: middle;
	background-color: #EAEAEA;

	width: 100%;
	height: 100%;
}


/* HEADER */

#header {
	background: #EAEAEA url(images/header.gif) no-repeat bottom center;
	height: 165px;
	padding: 0;
	display: block;

	text-align: center;
}





/* CONTENT */

#content {
	background: #EAEAEA url(images/content.gif) no-repeat bottom center;
	height: 408px;
	padding: 0;
	display: block;

	text-align: center;
}

#content .main {
	/* padding: 10px 0 0 0; */
	padding: 0;
	margin: 0 auto;
	width: 700px;
	display: block;


	text-align: left;
}

#content .main a { color: #5C0C0C; text-decoration: none; }
#content .main a:hover { text-decoration: underline; }

#content .main .texte	{
	padding: 0;
	margin-left: 20px;
	margin-right: 120px;
	width: 560px;
	/* height: 398px; */
	height: 408px;
	overflow: auto;

	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	line-height: 150%;
}

#content h2 {
	padding: 0 0 0 5px;
	margin: 0;

	height: 17px;

	color: #FFF;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: -5%;
	text-transform: uppercase;

	background: #C11111 url(images/stitre_rouge.gif) no-repeat bottom left;
}

#content .h2 {
	margin: 5px 0 3px 0;
}

#content h4 {
	padding: 0 0 0 5px;
	mmargin: 0;

	height: 15px;

	color: #FFF;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: -5%;
	text-transform: uppercase;

	background: #32385c url(images/stitre_bleu.gif) no-repeat bottom left;
}

#content h3 {
	padding: 0;
	margin: 0;
	line-height: 110%;

	color: #000;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: -5%;
}

#content .gr { color: #666; }

#content ul {
	list-style-type: none;
	alist-style-image: url(images/bullet.png);
	margin-left: 2px;
	padding-left: 1em;
}

#content li {
	background: url("images/bullet.png") no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 8px;
}

#content .activites li {
	margin-bottom: 10px;
}

/* FOOTER */

#footer {
	background: #EAEAEA url(images/footer.gif) no-repeat bottom center;
	height: 131px;
	padding: 0;
	display: block;
	overflow: auto;

	text-align: center;
}

#footer .main {
	padding: 3px 0 0 0;
	margin: 0 auto;
	width: 700px;
	display: block;
	overflow: auto;

	/* color: #8A1110; */
	color: #eed9b8;
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;

	text-align: center;
}

#footer .main a {
	/* color: #8A1110; */
	color: #eed9b8;
	text-decoration: none;
}

#footer .main a:hover {
	text-decoration: underline;
}