@charset "utf-8";
/* CSS Document */

  .titre_Moyen {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
}

.paragraphe_intro{
	
    font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;/*Georgia,serif;*/
	font-size: .8em;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
}

.paragraphe_intro a{
	text-decoration:none;
	color:#000;
	border-bottom-width: 1px;
     border-bottom-style: dotted;
     border-bottom-color: #fff;

}


.paragraphe_intro a:hover{
	background-color:#000;
}
.Paragraphe {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	/*text-transform: uppercase;*/
	/*line-height: 20px;*/
	margin-top: .5em;
	padding-top:5px;
	color:#000;
	text-align:center;
}

.Paragraphe2 {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
/*	width:400px;*/
	font-size: 14px;
	margin-top: 0.5em;
	padding-top:10px;
	color: #fff;
	line-height: 15px;
	text-align:left;
	letter-spacing:1px;
	word-spacing:0.5px;
	
	
}
.titre_grand {
	font-family:Georgia, serif;
	/*font-family: times, "Times New Roman", times-roman, "georgia", serif;*/
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
}
.titre_petit {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
}
.titre {
	font-family:Georgia, serif;
	color:#ad5138;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
}

li {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color:#fff;
}

blockquote {
	font: italic 1em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 210px;
	background-color: #333;
	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	/*text-indent: -9px;*/
	float: right;
	margin: 15px 0 10px 10px;
	color: #fff;
}




blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}


a {
    text-decoration: underline;
}
a:link {
    color:#fff;
}
a:visited {
    color: #999;
}
a:hover, a:focus, a:active {
    color: #fff;
}
a img {
    border: none;
}


#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:400px; 
  height:270px; 
  border:1px solid #888; 
  background:#000;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:inline; 
  height:30px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }

