
body
{
	width:840px;
	background-color:rgb(125,125,125);
	margin:auto;
	
	
}
#entete
{
	height:80px;
	background-image:url("banderole2.jpg");
	
		/*background-color: red;*/
}
 #entete h1
 {
 color:red;
 }

 
 

  #onglets a
  {
  
  margin:0px;
  margin-top:0px;
  background-color:white;
  float:left;
  width:67px;
  height:30px;
  border:solid 2px black;
  text-align:center;
  font-weight:bold;
  
  }
 
#menu
{
	float:left;
	width:200px;
	/*height:1000px;*/
	background-color: blue;
}
#nouveau
{
	border:solid 5px black;
	border-style: groove outset;
	background-color: green;
}
#menu p
{
color: yellow;

}
#menu img
{
	width:180px;
	margin:0px;
	margin-left:10px;
}
#menu .saut_Page
{
height: 100px;
}

#menu a
{
color:yellow;
}

#corps
{
	background-color:rgb(200,200,100);
	margin:0px;
	margin-left :200px;
	margin-top:35px;
	padding:0px;
	padding-right:20px;
}
p ol li
{
text_indent:35px;

}
img.fot
{
	height: 190px;
	width: 300px;
	border: 1px solid black;
	
}
img.M_fot
{
	height: 250px;
	width: 400px;
	border: 1px solid black;

}
img.G_fot
{
	height: 380px;
	width: 600px;
	border: 1px solid black;
	
}

a
{
	color: black;
	
}
a:hover
{
	font-weight:bold;
	color:blue;
}

#entete h1
{
text-align:center;
padding-top:20px;
}

#corps h2
{
text-decoration:underline;
text-align:center;
}
#corps h3
{
text-align:center;
text-decoration:underline;
}


/* pour autre page*/
.blue
{
color:blue;
}
.css
{
color:blue;
padding-left:30px;
font-weight:bold;
}
.rem
{
color:green;
font-style:italic;
}

.voc
{
color:blue;
font-weight:bold;
font-style:italic;
}
.droite
{
text-align:right;
font-weight:bold;
}