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

/* menu principal */

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

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

div.pictoMenu1Select {
    width: 100px;
    height: 37px;
    margin-left:10px;
		background-color:rgb(217,121,88);
    float: left;
}

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

div.pictoMenu2 {
    width: 160px;
    height: 22px;
    margin-left:25px;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		background-color:rgb(0,125,190);
}

div.pictoMenu2Select {
    width: 160px;
    height: 22px;
    margin-left:25px;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		background-color:rgb(217,121,88);
}

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

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

div.titre {
	width:100%;
}

a.titre1 {
    display: block;
    width: 100px;
    height:35px;
    padding-top:2px;
    font-size:0.75em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color:white;
		float:left;
}

a.titre2 {
    display: block;
    width: 160px;
    height:20px;
    padding-top:2px;
    font-size:0.75em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color:white;
}

/* contenu */

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

div.blockPage {
  width:80%;
  height:625px;
  padding-left:10px;
  padding-right:10px;
  text-align:justify;
	float:left;
  overflow:auto;
}

div.fondMenuDroite {
	width:176px;
	height:625px;
	background-image:url("../img commun/fondMenu1.jpg");
	float:left;
}

div.menuDroite {
	width:176px;
	height:625px;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

p.titre {
	width: 100%;
	height: 0.5em;
	font-size:1.4em;
	font-weight: bold;
	color:rgb(215,120,90);
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
	/*background-color:blue;*/
}

div.lgnTitre {
  margin-top:0px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  height:2px;
  background-color:rgb(0,148,216);
}

div.block {
  width:100%;
	margin-top:0px;
	margin-bottom:10px;
  text-align:justify;
	color:rgb(0,80,200);
}

div.blockImageG {
	margin-right:10px;
	font-style:italic;
	font-size:0.9em;
	text-align:left;
	float:left;
}

div.blockImageC {
	margin-right:10px;
	font-style:italic;
	font-size:0.9em;
	text-align:center;
	float:left;
}

div.blockImageD {
	margin-left:10px;
	font-style:italic;
	font-size:0.9em;
	text-align:right;
	float:right;
}

img.imgD {
	/*height:224px;*/
	margin-left:10px;
	margin-top:0px;
	padding-left:5px;
	float: right;
}

div.lgnVertG {
  width:2px;
  /*height:224px;*/
  background-color:rgb(0,148,216);
  margin-right:10px;
  float:left;
}

div.lgnVertD {
  width:2px;
  /*height:224px;*/
  background-color:rgb(0,148,216);
  margin-left:10px;
  float:right;
}

img.vignetteG {
	height:120px; 
	float:left; 
	margin-right:10px
}

div.sepHorz {
  margin-top:25px;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  height:2px;
  background-color:rgb(0,148,216);
}


