@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
font-family: Verdana;
font-size: 11px;
color: #3d1f14; /*chocolat*/
}

body {
  margin: 0; /* pour éviter les marges */ 
  text-align: center; /* pour corriger le bug de centrage IE */
}
#centrer {
	margin-left: auto; 
  	margin-right: auto; 
  	width:900px; /* largeur obligatoire pour être centré */ 
	text-align: left; /* on rétablit l'alignement normal du texte */ 
	position: relative; /* on positionne le conteneur */ 
}
#background {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	padding-top:inherit;
}
#logo {
	background-position:top;
	width: 900px;
	height: 275px;
	position: relative;
	margin: 0 auto;
}
/*.......................................................*/
#bloclarge {
	width: 600px;
	height:400px;
}
/*.......................................................*/
#bloctexte {
	width: 400px;
	margin-left:50px;
	margin-right:20px;
	padding:inherit;
	margin-top:10px;
}
/*.......................................................*/
h1 {
	font-family: Tahoma;
	font-size: 18px;
	letter-spacing: 2px;
	color: #3d1f14; /*chocolat*/
	padding-top:10px;
	line-height: 25px; /*interligne*/
}
h2 {
	font-family: Tahoma;
	font-size: 16px;
	letter-spacing: 2px;
	color: #3d1f14; /*chocolat*/
	padding-top:10px;
}
h3 {
	font-family: Tahoma;
	font-size: 15px;
	letter-spacing: 2px;
	color: #3d1f14; /*chocolat*/
	padding-top:10px;
}
h4 {
	font-family: Tahoma;
	font-size: 12px;
	font-variant:normal;
	font-stretch:semi-condensed;
	color: #3d1f14; /*chocolat*/
	padding-top:10px;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	padding-top: 15px;
	line-height: 17px; /*interligne*/
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	line-height: 17px; /*interligne*/
	padding-top: 10px;
}
.textebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	line-height: 17px; /*interligne*/
	padding-top: 10px;
	font-weight:bold;
}
.texte_en_avant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	line-height: 20px; /*interligne*/
	font-weight:bold;
}
.italique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	font-style:italic;
	font-weight:bold;
	line-height: 17px; /*interligne*/
}
.italiquenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	font-style:italic;
	line-height: 17px; /*interligne*/
}
.legende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3d1f14; /*chocolat*/
	text-align: justify;
	empty-cells:hide;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d1f14; /*chocolat*/
}
/*.........................................................*/
.anim_box {/*bloc photo*/
	width:345px;
	margin-top:10px;
}
.photo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	color: #3d1f14; /*chocolat*/
	width:345px;
}

#photo {float: left;
width: 308px;
texte-align: center;
}

a.presse {
float: left;
wifth: 101px;
padding: 10px;
}

/*.........................................................*/
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color: #3d1f14; /*chocolat*/
}
a.contact:link {
	color: #3d1f14; /*chocolat*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.contact:visited {
	color: #928d85; /*brun taupe*/
}
a.contact:hover {
	color: #928d85; /*brun taupe*/
}
/*.........................................................*/
#alcool {
	background-image:url(../images/abusalcool.gif);
	background-position:top;
	width: 900px;
	height: 30px;
	position: relative;
	margin: 0 auto;
}
/*.........................................................*/
#basdepage {
	background-image:url(../images/index/basdepage.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 900px;
	height: 30px;
	position: relative;
	margin: 0 auto;}
	
/*.......................................................*/
#copyright {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #928d85; /*brun taupe*/
	text-align:center;
	text-decoration:none;
}
a.copyright:link {
	color: #928d85; /*brun taupe*/
}
