﻿body
{
    width: 760px;

    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;  
}






/* L'en-tête */
#en_tete
{
    width: 760px;
    height: 170px;
    margin:0px;
    padding:0px;
}

.bande_noir
{
	width:760px;
	height:20px;
	background-color:#333333;
}

.bande_noir p
{
	color: white;
	text-align: right;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	padding:2px 20px 0 0;
	margin:0px;
}

.logo_titre
{
	width:760px;
	height:150px;
	background-image:url('images/Fond.jpg');
}

.logo_titre h1
{
	color: white;
	text-align: center;
	font-family: "Trebuchet MS", serif;
	font-size:55px;
	margin:0px;
	padding:0px;
}




/* Le menu */
#menu
{
	background-color:gray;
	height:25px;
	margin:0px;
	padding:0px;
}


#menu ul
{
	font-family:"Trebuchet MS", serif;
	font-size:16px;

    list-style-type:none;
	
	padding:0px;
	margin:0px;
}


#menu ul li
{
    float:left;
    z-index:auto !important /*Non-IE6*/;
    z-index:1000 /*IE6*/;
    border-right:1px #333333 solid;
}


#menu ul li a
{
    float:none !important /*Non-IE6*/;
    float:left /*IE-6*/;
    display:block;
    line-height:25px;
    padding:0 13px 0 13px;
    text-decoration:none;
    color: #333333;
    margin:0px;
}


#menu ul li:hover a
{
	background-color:#FFFF66;
}







/* Le cadre de la page */
#cadre
{
    width: 758px;
    margin:0px;
    padding:0px;
	border-left:1px gray solid;
	border-right:1px gray solid;
	background-image:url('images/Fond.jpg');
} 

#cadre h1
{
	color: black;
	text-align: justify;
	font-family: "Trebuchet MS", serif;
	font-size: 18px;
	padding:30px 50px 10px 50px;
	margin:0px;
}

#cadre p
{
	color: black;
	text-align: justify;
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
	padding:10px 50px 10px 50px;
	margin:0px;
}

#cadre img
{
	width:660px;
	padding:10px 50px 10px 50px;
	border-width:0px;
}

#cadre a
{
	text-decoration:underline;
	color:black;
}

#cadre a:hover
{
	text-decoration:none;
	color:blue;
}







/* Le pied de page */
#pied_de_page
{
    width: 760px;
	height:100px;
    margin:0px;
    padding:0px;
    background-color: #333333;
}


#pied_de_page p
{
	color: white;
	text-align: center;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
    padding:0px;
    margin:0px;	
}

#pied_de_page a
{
	color: white;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
    padding:0px;
    margin:0px;	
    text-decoration:none;}

#pied_de_page a:hover
{
	color:#FFFF66;
	text-decoration:none;
}
