/* CSS Document */
body {
	background-color: #F8ECE0;
	margin-top: 30px;
}

h1 {
margin-top: 0px;
margin-bottom: 0px;
text-color: #000000;}

.fond

{background-color: #F8ECE0;
	margin-top:0px;
}


a:link {

text-decoration: none;
color: #000000;
border:0px;
}
a:hover {
color: #000000;
text-decoration: none;
border:0px;

}

a:visited {
color: #000000;
text-decoration: none;
border:0px;
}

.barre {bgcolor:#000000;}

.navigation
	{
	font-family: courier;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-indent: 25px;
	text-color:#000000;
	margin-bottom:2px;
	margin-top:2px;
	text-transform: uppercase;

}

.navigation2
	{
	font-family: courier;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-color:#000000;
	margin-bottom:2px;
	margin-top:30px;
	margin-left: 0px;
}

.images
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-top:15px;
}

.titre {
	font-family: courier;
	font-size: 18px;
	line-height:22px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: 20px;

	
}
.titre2 {
	font-family: courier;
	font-size: 18px;
	line-height:25px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 0px;

	
}
.titreb {
	font-family: courier;
	font-size: 16px;
	line-height:10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: 20px;
	text-transform: uppercase;
}
.texte
 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left: 20px;
}
.texte2
 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-bottom:7px;
	margin-top:0px;
	margin-left: 20px;
}
.legendes
 {
	font-family:  courier,Times,Georgia, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-top: 10px;

	}
.legendes2
 {
	font-family:  Times, "Times New Roman",Georgia, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-top: 10px;
	margin-left: 20px;

	}
.droite
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	text-color:#666633;
	margin-top:8px;
	
}
.gauche
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-color:#666633;
	margin-top:8px;
	
}

.chapeau
 {
	font-family: times;
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0px;

	
}

.chapeau2
 {
	font-family: times;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 20px;
	
}

.texte_noalinea	{
	margin-bottom: 2px;
	margin-top:0px;
	
}

.max
{	color:#000000;
	font-family: courier;
	font-size: 24px;
	font-weight:normal;
	line-height: 25px;
	margin-left:0px;
	letter-spacing:2px;
	text-align: left;
	text-transform:uppercase;
}

.video-embarquee {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.video-embarquee iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}