/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color:;
background-image: url("../images/fond.jpg");
background-attachment: fixed ;
background-repeat:no-repeat;
background-position:center; /* pour decaler le fond*/
margin: auto;
padding: 5px;
}
/*----------------------------------------------------------------------------------------------------*/

/* PROPRIETE DE LA BANNIERE */
#header 
{
height: 150px;
width: 758px;
background-color: #99CCCC;
}

#conteneur 
{
position: auto;
width: 768px;
height: auto;
margin: 0 auto; 
border:;
}

#contenu 
{
position: auto;
text-align:center;
margin: 0 auto; 
border:;
}
/*----------------------------------------------------------------------------------------------------*/
/* PRORPIETE DE LA PAGE DU VIPIZZ */
.entete
{
	height: 50px;
	width:620px;
	margin-left:10%;
	padding-top:5%;
	text-align:center;
	font-size:1.5em;
	margin-bottom:2em;
	border:;
}

p 
{
margin: 0 0 10px 0;
}

h1
{
	text-align:center;
	color:#71387f;

}

h4
{
	text-align:center;
}

a
{
	text-decoration:none;
}

.enseigneangerville
{
	height:400px;
	width:360px;
	float:left;	
	text-align:center;
	font-size:1.5em;	
	border:5px ridge #684160;

}

.enseignelesloges
{
	height:400px;
	width:360px;
	float:left;	
	margin-left:2%;
	text-align:center;
	font-size:1.5em;	
	border:5px ridge #684160;

}

.menu
{
	border:5px ridge #684160;

}

.ouverture
{
	text-align: center;
	font-size:1.5em;
	margin-bottom:2em;
}

.nompizza
{
	color:#FFFFFF;
	font-size:1.1em;
	font-weight: bolder;
	font-style:normal;
}
.compopizza
{
	color:#FFFFFF;
	font-size:0.9em;
	font-style:italic;
}
/*----------------------------------------------------------------------------------------------------*/
caption
{
font-weight:bold;
font-size:1em;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
color:#ffe300;
background-color:#487b39;
}


table
{
width: 768px;
}

th
{
	background-color:#684160;
	line-height : 21px; /* on défini une hauteur pour chaque élément */
	color:#FFFFFF;
	font-style:italic;
	font-size: 1em;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td
{
	border: ;
	color:#FFFFFF;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align:center;
	line-height : 21px; /* on défini une hauteur pour chaque élément */
	font-size:1em;
	font-weight:;
	background-color:#684160;
}

/*----------------------------------------------------------------------------------------------------*/
#pied {
	background-image:url("../images/.jpg");/*  fond du menu*/
	width:758px;
	height:auto;
	margin:auto;
    text-align:center;
    font-size:0.8em;
	border:5px ridge #684160 ;

}
/*----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------*/

