body {
	font-family: Verdana;
	margin:0px;
	}
	
a:link {color:#389eff}    /* unvisited link */
a:visited {color:#389eff} /* visited link */
a:hover {color:#ff6600}   /* mouse over link */
a:active {color:#ff6600}  /* selected link */

#divdisplaynone{
	display:none;
	}
/*389eff = bleu
ff6600 = orange
*/

a{
	border:0px;
	margin:0px;
	padding:0px;
	}
	
#site{	
	height:809px;
	width:960px;
	margin:auto;
	border:2px;
	border-style:outset;
	}
	
.imgblock{
	border-style: none;
	border: none;
	margin: 0px;
	display: block;
	}
	
#entete{
	position:relative;
	top:0px;
	left:0px;
	border:1px solid;
	}	
#menu{	
	border:1px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	width:175px;
	height:600px;
	position:relative;
	top :0px;
	left:0px;
	z-index:30;
	background-image:url('../images/motif.jpg');
	}
	

	
#frame{
	height:600px;
	width:784px;
	position:relative;
	top: -600px;
	left : 175px;
	}
	
iframe{
	border:1px;
	border-top:0px;
	border-bottom:0px;
	}
	
#pied{
	border:1px solid;
	width:960px;
	height:30px;
	position:relative;		
	top:-603px; /*775*/
	background-image:url("../images/pied.jpg");
	z-index:40;
	}
.imgspied{
	border: none;
	}
		
#googlead{
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	position: absolute; /*ou absolute */
	left: 25%;

	}


