/*sommaire
15 aspect general
28 entete
67 menu
133 corps
193 page "projets"
260 page "embuscades"
305 page "tajfca"
310 presse
315 titre accueil




/*aspect general*/
body
{
	width: 760px;
	margin: auto;
	margin-top: 0px;
	padding-bottom: 20px;
	
	background-color: #330066;
	color :black;
	font-family: Arial;
	text-align: justify;
}
/*entete*/
.titre_page a
{
	color: white;
  text-decoration: none; 
}
.titre_page a:hover
{
  text-decoration: underline;
}


.top
{
  text-align: right;
  float: right;
}
.top a
{
  border-top: 1px white inset;
  border-left: 1px white inset;
  padding: 2px;
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  color: white;
}
.top a:hover
{
  border: 1px white inset;
}
#top h4
{
  font-size: 25px;
  color: white;
  margin-bottom: -10px;
  margin-top: 5px;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   position: relative;
   margin-top: 65px;
   background-color: white;
   z-index: 100;
}
#menu img
{
  border: 0px;
}
dl, dt, dd
{
   margin: 0;
   padding: 0;
   list-style-type: none;
   cursor:pointer;
}
#menu li
{
  padding-left: 5px;
  list-style-image: url("../images/puce.png");
}
/*.cadre_menu
{
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;

}*/
#menu #smenu2
{
  position: absolute;
  top: 80px;
  left: 7em;
  background-color: white;
  line-height: 25px;
  width: 200px;
  border: 1px outset black;
}
#menu #smenu3
{
  position: absolute;
  top: 207px;
  left: 7em;
  background-color: white;
  line-height: 25px;
  width: 220px;
  border: 1px outset black;
}
#menu #smenu2 a, #menu #smenu3 a
{
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  color: black;
}

#smenu2 li:hover, #smenu3 li:hover
{
  border: 1px inset black;
  
}

#corps
{
  min-height: 500px;
  background-color: white;
  padding-left: 130px;
  padding-right: 70px;
  font-size: 14px;
  z-index: 1;
}

#corps h2
{
  color: black;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 20px;
}
#corps h3
{
  color: black;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 20px;
}
#corps a
{
  color: black;
  text-decoration: none;
  font-style: italic;
}

#corps a:hover
{
  text-decoration: underline;
}
.tableau_lowry
{
  margin-left: 80px;
}
.tableau_lowry th
{
  padding-left: 30px;
}
#corps .poeme
{
  margin-left: 80px;
}
#corps h4
{
  font-size: 20px;
  margin-left: 30px;
}
#corps h5
{
  font-weight : bold;
  text-align : center;
}


/*Page Projets*/
.projets img 
{
	border: 0px outset black;
}
.projets
{
  position: relative;
	min-width: 500px;
	height: 59em;
	margin-left: auto;
	margin-right: auto;
} 
.projets .icone_chien
{
  position: absolute;
  top: 0em;
  left: 0em;
}
.projets .icone_loup
{
  position: absolute;
  top: 1em;
  left: 14em;
}
.projets .icone_yaq
{
  position: absolute;
  top: 19em;
  left: 1em;
}
.projets .icone_pepee
{
  position: absolute;
  top: 15em;
  left: 15em;
}
.projets .icone_silence
{
  position: absolute;
  top: 35em;
  left: 0em;
}
.projets .icone_embuscades
{
  position: absolute;
  top: 0em;
  left: 32em;
}
.projets .icone_tajfca
{
  position: absolute;
  top: 45em;
  left: 1em;
}
.projets .icone_eyschel
{
  position: absolute;
  top: 26em;
  left: 18em;
}
.projets .icone_cine
{
  position: absolute;
  top: 44em;
  left: 19em;
}

/*page embuscades*/
.image_embuscades
{
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.embuscades1
{
   text-align: justify;
   font-weight: bold;
   font-size: 24px;
   margin-bottom:0px;
}
.embuscades2
{
   text-align: justify;
   font-weight: bold;
   font-size: 30px;
   margin-top:0px;
   margin-bottom:0px;
}
.embuscades3
{
   text-align: justify;
   font-weight: bold;
   font-size: 38px;
   margin-top:0px;
   margin-bottom:0px;
}
.embuscades4
{
   text-align: justify;
   font-weight: bold;
   font-size: 45px;
   margin-bottom:0px;
   margin-top:0px;
}
.embuscades5
{
   text-align: justify;
   font-weight: bold;
   font-size: 52px;
   margin-top:0px;
}
/*page tajfca*/
.table_tajfca img 
{
	border: 0px outset black;
}
/*presse*/
.ojazz
{
  float: right;
  margin-left: 5px;
}

#corps h2 a
{
  font-style: normal;
}
