/* CSS Document */

/* ================= DEFINITION DES 3 COLONE DE BASE =============*/
.col1 {
  position: absolute;
  width: 320px;
  margin-left: 0px;
  margin-top: 150px;                 
}

.col2 {
  position: absolute;
  width: 320px;
  margin-left: 357px;
  margin-top: 150px;
}

.col3 {
  position: absolute;
  width: 320px;
  margin-left: 710px;
  margin-top: 150px;  
}

/* ================= DEFINITIOON DES DIV DE CONTENU =============*/


/* fixe ne change jamais */
.imgtitle {
	height:40px;
	text-align: left;
}

/* content pour la version video et photo des div*/
.divcontentpv {
  text-align: center;
  width:276px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: rgb(212,140,141);
}

/* version courte des grande div */

.content{
	width:320px;
	height:220px;
	position: relative;
}

.innerdiv {
  width:320px;
	height:180px;
	background-color: rgb(212,140,141);
	cursor:pointer;
}

.divcontent {
  padding: 10px;
  position: absolute;
  margin-top: 12px;
  margin-left: 12px;
  width:276px;
  height:136px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}

/* version longue des grandes div et des petites*/

.content2{
	width:320px;
}

.innerdiv2 {
  width:296px;
  height: 100%;
  padding: 12px;
	background-color: rgb(212,140,141);
	cursor:pointer;
}

.divcontent2 {
  padding: 10px;
  width:276px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}

/* version pour les petites div */

.content3{
	width:320px;
}

.innerdiv3 {
  width:296px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
	background-color: rgb(212,140,141);
	cursor:pointer;
}

.divcontent3 {
  padding: 10px;
  width:276px;
  font: 12px Helvetica, Arial, sans-serif; 
  background-color: white;
}

/*dump for js a revoir cc debile*/
.divcontent4 {
  padding: 10px;
  width:276px;
  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;
}

#menu {
  position: absolute;
  margin-left: 203px;
  margin-top: 80px;
  background-color: #000000;
  width: 821px;
  color: #FFFFFF;
}

#smenu {
  position: absolute;
  margin-left: 243px;
  margin-top: 110px;
  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:308px;
  font: 12px Helvetica, Arial, sans-serif;
  height:20px;
  background-color: rgb(212,140,141);
  color: #000000;
  padding-right: 12px; 
}

.moreinfo2 {
  width:304px;
  font: 12px Helvetica, Arial, sans-serif;
  height:12px;
  background-color: rgb(212,140,141);
  color: #000000;
  padding-right: 12px; 
}
