﻿@charset "utf-8";
/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	background-color:#7878ff;
}
#PTVD
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:45px;
	background-color:#ffffff;
	text-align:center;
}
#PTVD img
{
	border-style:none;
	border-width:0px;
	border-color:#000000;
}

#conteneur
{
	position:absolute;
	top:45px;
	left:50%;
	width:930px;
	margin-left:-465px;
}
#entete
{
	height:240px;
}
#bandeau
{
	position:relative;
	height:185px;
}
#navig
{
	position:relative;
	height:32px;
	height:50px;
}
#navig img
{
	border-style:none;
	border-width:0px;
	border-color:#000000;
}
#contenu
{
	position:relative;
	background-image:url(../graphics/flamme.jpg);
	background-repeat:no-repeat;
	min-height:383px;
	width:930px;
}

#footer
{
	position:relative;
	clear:left;
	width:930px;
	height:50px;
	background:url(../graphics/fond_footer.png) no-repeat;
}
#footer_lesplus
{
	position:absolute;
	top:22px;
	left:20px;
}
#footer_plandusite
{
	position:absolute;
	top:22px;
	left:320px;
}
#footer_mentionslegales
{
	position:absolute;
	top:22px;
	left:420px;
}
#footer_ptvd
{
	position:absolute;
	top:22px;
	left:560px;
}
#footer_contacts
{
	position:absolute;
	top:22px;
	left:740px;
}
#footer_credits
{
	position:absolute;
	top:22px;
	left:860px;
}
