html,body
{
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #17191d;
	background-image: url("Images/background.gif");
	background-repeat: repeat-x;
}

h1
{
font-family: Verdana;
font-size: 14px;
text-align: center;
}

h2
{
font-family: Verdana;
font-size: 12px;
text-align: center;
}

div#conteneur 
{
	width: 900px;
	margin:0 auto 0 auto;
	height:100%;
}

div#header
{
	background-image: url("Images/header.png");
	background-repeat: no-repeat;
	width: 900px;
	height: 174px;
}

div#colonne-gauche
{
	width: 172px;
	float: left;
	margin-left: 2px;
}

div#block-gauche
{
	width: 172px;
	margin-bottom: 20px;
}

div#haut-block-gauche
{
	width: 172px;
	height: 38px;
	background-image: url("Images/Haut-block-gauche.png");
	background-repeat: no-repeat;
}

div#middle-block-gauche
{
	width: 172px;
	background-image: url("Images/middle-block-gauche.png");
	background-repeat: repeat-y;
	padding: 5px;
}

div#bas-block-gauche
{
	width: 172px;
	height: 12px;
	background-image: url("Images/bas-block-gauche.png");
	background-repeat: no-repeat;
}

div#corps-texte
{
	width: 709px;
	margin-right: 2px;
	float: right;
}

div#block-centrale
{
	width: 709px;
	margin-bottom: 30px;
}

div#haut-block-centre
{
	width: 709px;
	height: 39px;
	background-image: url("Images/haut-block-centre.png");
	background-repeat: no-repeat;
}

div#middle-block-centre
{
	width: 709px;
	background-image: url("Images/milieu-block-centre.png");
	background-repeat: repeat-y;
	padding: 5px;
}

div#bas-block-centre
{
	width: 709px;
	height: 14px;
	background-image: url("Images/bas-block-centre.png");
	background-repeat: no-repeat;
}

div#triple
{
	width: 709px;
	margin-bottom: 20px;
	height: 154px;
}

div#natio
{
	width: 218px;
	margin-right: 27px;
	height: 153px;
	background-image: url("Images/Block-nationale.png");
	background-repeat: no-repeat;
	float: left;
}

div#locales
{
	width: 218px;
	margin-right: 27px;
	height: 153px;
	background-image: url("Images/Block-locales.png");
	background-repeat: no-repeat;
	float: left;
}

div#web
{
	width: 218px;
	margin-right: 0px;
	height: 153px;
	background-image: url("Images/Block-web.png");
	background-repeat: no-repeat;
	float: left;
}

div#block-non
{
	background-image: url("Images/block-non.png");
	background-repeat: no-repeat;
	width: 708px;
	height: 154px;
	margin-bottom: 30px;
}

div#footer
{
	background-image: url("Images/footer.gif");
	background-repeat: no-repeat;
	width: 900px;
	height: 34px;
	clear: both;
	bottom: 0;
	padding: 5px;
	text-align: center;
}

div#texte-first
{
	width: 696px;
	height: 104px;
	margin-left: 7px;
	padding-top: 40px;
}

div#texte-triple
{
	width: 206px;
	height: 107px;
	margin-left: 7px;
	padding-top: 40px;
}
