/* Style général
********************************************/
html, body, p{
	margin, padding: 0;
}

body{
	background: #F9F7F8;
	color: #000;
	font-size: 76%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #06C;
}

a img{
	border: 0;
}

/* Page
********************************************/
#page{  
  height: 99%;
}

#spacer{
height: 10px;
clear: both;
}

#logo{
  width: 100%;
  height: 62px;
  padding-top: 10px;
  margin-top: 10px;
  margin: 0;
  background: transparent url(logo-brechignacetassocies-06.gif) no-repeat center;
}

#conteneur{
  width: 100%;
  height: 404px;
  margin-top: 60px;  
  background: #FFF;
}

#bloc{
  width: 700px;
  height: 200px;
  margin: 0 auto;
}

#bloc-gauche{
  float: left;
  width: 200px;
  height: 200px;
  background: url(rss.gif) no-repeat center;
  margin: 0 auto;
}

#bloc-gauche2{
  float: left;
  width: 200px;
  height: 200px;
  background: url(info.gif) no-repeat center;
}

#bloc-droite{
  float: right;
  width: 500px;
  height: 200px;
}  

#bloc-droite h1{
  margin: 10px 0 0 25px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#bloc-droite h1 a:hover{
  color:#F77934;
}     

#bloc-droite h2{
  margin: 0 0 0 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  color: #C4C27C;
}

#bloc-droite2{
  float: right;
  width: 500px;
  height: 200px;
}

#bloc-droite2 h1{
  margin: 10px 0 0 25px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#bloc-droite2 h1 a:hover{
  color:#06C;
}   

#bloc-droite2 h2{
  margin: 0 0 0 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  color: #669933;
}

#bloc ul{
  margin: 10px 0 0 25px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  list-style: none; 
}

#bloc ul li a{
  margin-top: 1px;
  text-transform: uppercase;
  color: #333;
}

#bloc ul li a:hover{
  text-decoration: underline;
}

#espaceur{
  width: 100%;
  height: 4px;
  background: #F9F7F8;
  clear: both;
}
