body {
	background-color: #4d4d4d;
  background-image: url("../img-interface/fond-page.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
	margin: 0px;
}

#conteneur {
	width: 960px;
  height: 620px;
	margin: 88px auto;
}

#header {
	height: 50px;
}

#main {
	height: 540px;
}

#flash_left {
  width: 280px;
  height: 414px;
  margin-left: 10px;
  float: left;
  margin-top: 106px;
}

#flash_center {
  width: 320px;
  height: 520px;
  margin-right: 10px;
  float: right;
}

#flash_right {
  width: 320px;
  height: 520px;
  margin-right: 10px;
  float: right;
}

#droite {
  width: 650px;
  height: 520px;
  margin-right: 10px;
  float: right;
}

.cadre_collection {
  border: 1px solid #4d4d4d;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  /*background-image: url(../img-interface/fond-collection.png);*/
}

.titre_collection {
  font-size: 20px;
  font-weight: bold;
  color: #9a269a;
  text-decoration: none;
}

#footer {
	clear: both;
	height: 30px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	}

 #footer a {
  color :#878687;
 }

 #footer a:hover {
  color :#ffffff;
 }
.drapeau {
  vertical-align:middle;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #9a269a;
	border-bottom : 1px solid #4d4d4d;
}

h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #860808;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
	line-height: 315%;
}

.left {
  text-align:left;
  padding-bottom:8px;
}

.right {
  text-align:right;
  padding-bottom:8px;
}

.galerie {
  border:1px solid #d2cfcb;
}

.etoile {
  color: #ff0000;
  font-weight: bold;
}

.champ_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	border : 1px solid #d0d0d0;
	background-color: #f3f2f2;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.champ_texte:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	border : 1px solid #d0d0d0;
	background-color: #e8e8e8;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.champ_texte_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900000;
	border: 1px solid #900000;
	background-color: #e8acac;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.champ_texte:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	border: 1px solid #d0d0d0;
	background-color: #e8e8e8;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.texte_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #950114;
	font-weight: bold;
}

.cadre_confirmation {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #3a682a;
}

.cadre_erreur {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #900000;
}

.souligne {
  text-decoration: underline;
}