/* CSS Document */

/* ================= DEFINITION DES 3 COLONE DE BASE =============*/
.col1 {
  position: absolute;
  width: 1017px;
  margin-left: 10px;
  margin-top: 150px;                
}


/* ================= DEFINITIOON DES DIV DE CONTENU =============*/


/* fixe ne change jamais */
.imgtitle {
	height:46px;
	text-align: left;
}


/* version courte des grande div */


/* version pour les petites div */

.content3{
	width:1018px;
}

.innerdiv3 {
  width:1000;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.divcontent3 {
  padding: 10px;
  width:950px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}


/* ====================HAUT DE page / MENU ===================== */
/* general center page */

#contentall {
	width:100%;
	height:100%;
}

#center {
	width:1024px;
	height:768px;	
}

/* gestion logo haut et menu */
#logo {
  position: absolute;
  margin-top: 20px;
}

#menu {
  position: absolute;
  margin-left: 235px;
  margin-top: 104px;
  background-color: #000000;
  width: 791px;
  height: 25px;
  color: #FFFFFF;
  text-align:justify;
}

#smenu {
  position: absolute;
  margin-left: 263px;
  margin-top: 135px;
  width: 821px;
}

.titlemenu {
  color: #FFFFFF;
  font: 15px Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.titlemenu:hover {
  color: #FFFFFF;
  font: 15px Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}


/* ====================FIN MENU ===================== */

.titleidimg {
  margin-top: 12px;
}


/* global */

a {
text-decoration: none;
}
img {
border: 0;
}

/* lien afficher tout */

.morelink {
  color: #FFFFFF;
  font: 11px Helvetica, Arial, sans-serif;
}

.morelink:hover {
  font: 11px Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* gestion voir plus grandediv*/
.moreinfo {
  width:1006px;
  font: 12px Helvetica, Arial, sans-serif;
  height:20px;
  background-color: rgb(156,131,124);
  color: #000000;
  padding-right: 12px; 
}
