body {

text-decoration:none;

}

p {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 12px;
color: rgba(84,84,84,1.00);
text-decoration:none;
	
}

/* http://designshack.net/articles/css/joshuajohnson-2/ */

* {
	
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
		  
}
 
.pic {
 
  height: 140px;
  width: 140px;
  overflow: hidden;
 
}

/*GROW*/
.grow img {
	
  height: 140px;
  width: 140px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		  
}
 
.grow img:hover {
	
  width: 280px;
  height: 280px;
  
}

.pic2 {
 
  height: 200px;
  width: 200px;
  overflow: hidden;
 
}

/*GROW*/
.grow2 img {
	
  height: 290px;
  width: 290px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		  
}
 
.grow2 img:hover {
	
  width: 400px;
  height: 400px;
  
}

/* http://designshack.net/articles/css/joshuajohnson-2/ */

#containerprincipal {
	
position:relative;
z-index:10000;
top:50px;"	
	
}

.menu {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 12px;
color: rgba(157,157,157,1);
text-decoration:none;
	
}

a.menu:hover {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 12px;
color: rgba(84,84,84,1.00);
text-decoration:none;
	
}

.menusombre {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 12px;
color: rgba(84,84,84,1.00);
text-decoration:none;
	
}

a.menusombre:hover {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 12px;
color: rgba(157,157,157,1);
text-decoration:none;
	
}

.petit {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 10px;
color: rgba(157,157,157,1);
text-decoration:none;
	
}

a.petit:hover {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 10px;
color: rgba(84,84,84,1.00);
text-decoration:none;
	
}

.petitsombre {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 10px;
color: rgba(84,84,84,1.00);
text-decoration:none;
	
}

a.petitsombre:hover {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 10px;
color: rgba(157,157,157,1);
text-decoration:none;
	
}

.moyen {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 14px;
color: rgba(157,157,157,1);
text-decoration:none;
	
}

a.moyen:hover {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 14px;
color: rgba(84,84,84,1.00);
text-decoration:none;
	
}

.titre {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 14px;
color: rgba(157,157,157,1);
text-decoration:none;
padding-bottom:30px;
	
}

a.titre:hover {
	
text-align: center;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
font-size: 14px;
color: rgba(84,84,84,1.00);
text-decoration:none;
padding-bottom:30px;
	
}