/* CSS Document */

/* ================= DEFINITION DES 3 COLONE DE BASE =============*/
.col1 {
  position: absolute;
  width: 220px;
  margin-left: 0px;
  margin-top: 150px;                 
}

.col2 {
  position: absolute;
  width: 520px;
  margin-left: 257px;
  margin-top: 150px;
}

.col3 {
  position: absolute;
  width: 220px;
  margin-left: 810px;
  margin-top: 150px;  
}

/* ================= DEFINITIOON DES DIV DE CONTENU =============*/


/* fixe ne change jamais */
.imgtitle {
	height:46px;
	text-align: left;
	z-index:2;
}

/* content pour la version video et photo des div*/
.divcontentpv {
  text-align: center;
  width:276px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: rgb(156,131,124);
}

/* version courte des grande div */

.content{
	width:520px;
	height:300px;
	position: relative;
}

.innerdiv {
  width:520px;
	height:650px;
	background-color: rgb(156,131,124);
}

.innerdiv74 {
  width:520px;
  height:1130px;
	background-color: rgb(156,131,124);
}


.divcontent {
  padding: 10px;
  position: absolute;
  margin-top: 12px;
  margin-left: 12px;
  width:476px;
  height:625px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}

.divcontent74 {
  padding: 10px;
  position: absolute;
  margin-top: 12px;
  margin-left: 12px;
  width:476px;
  height:1100px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}
/* version longue des grandes div et des petites*/

.content2{
	width:520px;
}

.innerdiv2 {
  width:496px;
  padding: 12px;
	background-color: rgb(156,131,124);
}

.divcontent2 {
  padding: 10px;
  width:476px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}

/* version pour les petites div */

.content3{
	width:220px;
}

.innerdiv3 {
  width:196px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
	background-color: rgb(156,131,124);
	cursor:pointer;
}

.divcontent3 {
  padding: 10px;
  width:176px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}

/*dump for js a revoir cc debile*/
.divcontent4 {
  padding: 10px;
  width:176px;
  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 {
  background-color: #000000;
  padding-top: 5px;
  position: absolute;
  margin-left: 235px;
  margin-top: 104px;
  width: 791px;
}

#smenu {
  font: 14px Helvetica, Arial, sans-serif; 
  position: absolute;
  margin-left: 277px;
  margin-top: 140px;
  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:508px;
  font: 12px Helvetica, Arial, sans-serif;
  height:20px;
  background-color: rgb(156,131,124);
  color: #000000;
  padding-right: 12px; 
}

.moreinfo2 {
  width:204px;
  font: 12px Helvetica, Arial, sans-serif;
  height:12px;
  background-color: rgb(156,131,124);
  color: #000000;
  padding-right: 12px; 
}
