BODY {
    font-family:arial, sans-serif;
    font-size:80%;
    background-image: url("../img commun/fond accueil 5.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: rgb(150,205,230);
}

/* menu accueil */

div.entete {
    width: 1000px;
    height: 190px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
}

div.lienAccueil {
    width: 100px;
    height: 190px;
    margin-left:10px;
    float: left;
}

a.photo {
    display: block;
    width:100px;
    height:140px;
    text-decoration:none;
    color:none;
}

div.pictoMenu {
    width: 100px;
    height: 37px;
		background-image:url("../img commun/pictoMenu.jpg");
}

div.pictoMenu :hover {
	 background-color:rgb(217,121,88);
}

a.titre {
    display: block;
    width: 100px;
    height:35px;
    margin-top:5px;
    padding-top:3px;
    font-size:0.9em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color:white;
}

a.titreSelect {
    display: block;
    width: 100px;
    height:35px;
    margin-top:5px;
    padding-top:3px;
    background-color:rgb(217,121,88);
    font-size: 0.9em;
		font-weight: bold;
    text-decoration: none;
    text-align: center;
    color:rgb(255,255,255);
}

img.titreAccueil {
    display: block;
    margin-top:90px;
    margin-left:auto;
    margin-right:auto;
}

/* pied de page accueil */

div.piedAccueil {
    display: block;
    width: 900px;
    height: 200px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
}

a.lienCercle {
  display: block;
  float:left;
}

/* pages interieures */

div.blockFond {
  width:980px;
  height:500px;
	margin-top:9px;
	margin-left:auto;
  margin-right:auto;
  background-image:url("../img commun/fondInterieur1.jpg");
}

div.blockPage {
  width:960px;
  height:500px;
	margin-left:auto;
  margin-right:auto;
  padding-left:10px;
  padding-right:10px;
  overflow:auto;
}
