/*TP Architecture web: Design de la pgae(squelette) */
body{
   background-image: URL("../../ui/images_design/c_soleil.jpg");
   font-family: Verdana,"Times New Roman", Times, serif; 
}
#entete{
    margin: auto;
   border: 1px solid blue;
   width: 1000px;
   text-align: center;
   margin-bottom: 20px;
}

#contenu{
  border: 1px solid orange;
  margin: auto;
  width: 1230px;  
  margin-bottom: 20px;
  padding: 5px;
  min-height: 500px;
}

#menu_texte{
  float: left;
  border: 1px dotted white;
  width: 800px;
  padding: 5px;
}

#menu{
  border-right: 1px dotted white;
  float: left;
  width: 230px;   
  font-size: 15px;
  line-height: 30px;
  min-height: 500px;
}

#menu ul li  a{
	text-decoration: none;
}

li:hover{ background: orange; color: yellow; font-weight: bold;}
a{color: white;}
#menu a:hover{ color: yellow;}

#texte{
  float: right;
  
  width: 530px;
  font-size: 14px;
}

#photo{
  float: right;
  border: 1px dotted white;
  /*overflow: auto;*/
  margin-right: 10px;
  width: 30%;
  text-align: center;
  padding: 5px;
}

#poeme{
  padding-left: 25px;
  color: white;
}


#icone{
  margin-top: 110px;
  margin-left: 37px;
  
}
.clearer {
	clear: both;
	max-height: 0px;
	height: 0px;
}

#footer{
	text-align: center;
	font-size: 12px;
	color: white;
}

