
/*--------------------------------mise_en_page.css is an external style sheet that use as a template for every page -------------------------*/
*
{
    margin:0;
    padding:0;
}

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
    /*background: url(Images/fond_gris.png);*/
}

div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #9d0000 ;
	background: #ffffff;
}

h1#header
{
	height: 110px ;
    background: url(Images/entetespeed_territoire.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 ;
	padding: 0 ;

}

div#contenu
{
	padding: 0 25px 0 100px ;
	background-repeat: no-repeat;
    background-position: left bottom;

}

div#contenu h2
{
    text-align: center;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: red;
	border-bottom: 1px solid #ca0000;
    font-family: 'Times New Roman',Times,serif;
}

div#contenu p
{
	text-align: center;
	text-indent: 2em ;
	line-height: 1.7em ;
    font-size: 24px;
    font-family: 'Times New Roman',Times,serif;
}