/* CSS de la Home de EMOB.FR */

	  
body {
	background:#282222 url(http://www.julienpons.fr/blog/images/back2009.jpg);
	background-attachment: fixed;  
	background-repeat : repeat-x; 
	color:#000000;
    text-align: center;
}


h1{
  font-family: Verdana, Tahoma, Arial;
  font-size: 1em;
  color: #FFF; 
 /* background-color:black;*/
}
h2{
  font-family: Verdana, Tahoma, Arial;
  font-size: 1.2em;
 /* color: #00aeff; */
   /*background-color:#000;*/
}


a:hover{
   /*text-decoration: underline;*/
   color: #FFF;
}

a{
   text-decoration: none;
   color: #96c8cf;
}

a:visited{
color: #96c8cf;
}

li{
   font-family: Verdana, Tahoma, Arial;
   font-size: 0.8em;
   color:#FFFFFF;
   list-style-type: none;
}

.entrer {
	color:#7cddef;
}

.entrer:hover {
	color:#FFFFFF;
}

#conteneur {
  position:relative;
  width:800px;
  height:250px;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  margin:auto;
  background: url(logo.png) no-repeat top center; 
  width:413px;
  height:100px;
}

.zone{
 float:left;
 width:245px;
 height:280px;
}

.espace_h01 {
  width:750px;
  height:30px;
}

.espace_h02 {
  width:750px;
  height:15px;
}


.lettrine{
  font-size:2em;
  font-family: Verdana, Tahoma, Arial;
}





/* partie modif nico*/

#accroche {
  position:relative;
  width:800px;
  margin-left: auto;
  margin-right: auto;
}

#zone_colonne{
  width:800px;
  position:relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}

#blog{
  float:left;
  width:235px;
  text-align: left;
  margin:15px;
}

#boutique{
  float:left;
  width:753px;
  text-align: center;
  margin:15px;
}

#dvd{
  float:left;
  width:235px;
  text-align: left;
  margin:15px;
}


#footer {
  position:relative;
  width:800px;
  margin:auto;
  color: #C5C2C2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}


hr {
height: 1px;

color: #96c8cf;
background-color: #96c8cf;
border: 0;
}
