html
{ height: 100%;
}

*
{ margin: 0;
 padding: 0;
}
body
{ font: normal 80% Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #000;
}
p
{ padding: 0 0 10px 0;
  color: #1D1D1D;
  line-height: 1.7em;
  font-size: 100%
}
a:link {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   font-weight:bold;
   font-size: 20px;
   text-decoration: none;
   text-transform: uppercase;
}
a:visited {
   font-family: Arial, Helvetica, sans-serif;
   color: #228b22;
   font-weight:bold;
   font-size: 20px;
   text-decoration: none;
   text-transform: uppercase;
}
a:hover {
   font-family: Arial, Helvetica, sans-serif;
   color: #228b22;
   font-weight:bold;
   font-size: 20px;
   text-decoration: none;
   text-transform: uppercase;
}
a:link_2 {
   font-family: Arial, Helvetica, sans-serif;
   color: #fff000;
   font-weight:bold;
   font-size: 20px;
   text-decoration: none;
   text-transform: uppercase;
}
a:visited_2 {
   font-family: Arial, Helvetica, sans-serif;
   color: #228b22;
   font-weight:bold;
   font-size: 20px;
   text-decoration: none;
   text-transform: uppercase;
}
a:hover_2 {
   font-family: Arial, Helvetica, sans-serif;
   color: #228b22;
   font-weight:bold;
   font-size: 20px;
   text-decoration: none;
   text-transform: uppercase;
}
.soustitre {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B09B7D;
	text-transform: uppercase;
	font-weight: bold;
}
.soustitre_news {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
}
.txt_news {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FB0004;
	font-weight: bold;
	font-style: normal;
}
.titre {
	font-family: Arial, sans-serif ;
	font-size: 50px;
	color: #000000;
	font-weight:bold;
}
.titre_petit_gras {
	font-family: Arial, sans-serif ;
	font-size: 30px;
	color: #000000;
	font-weight:bold;
}
.txt {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.txtmenu {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	text-transform: uppercase;
}
.txtint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}
.txt_int_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: italic;
	color: #000000;
}
.txt_gros_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color:#00ff00;
}
.txt_blanc_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt_grand_blanc_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: italic;
	color: #FFFFFF;
}
.titre_grand_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: italic;
	color: #FFFFFF;
}
.titre_moyen_gras_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt_petit_vert_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color: #00ff00;
}
.txt_petit_vert_fonce_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight: bold;
	color: #4C8A4F;
}
.fond {
  background-image: url("pics/advantages.jpg"); /* The image used */
  background-color: #ffffff; /* Used if the image is unavailable */
  height:750px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.bordered {
  width: 500px;
  height: 370px;
  padding: 20px;
  border: 3px solid white;
  border-radius: 20px;
}
