
/*---------------------------------------------------------------------------------------------------------------       Splashlayout       --------------------------------------------------------------------------------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
	text-align: center;  /***   Methode de centrage duWrapper pour IE  ***/
	border: 0;
}

/*--------------------------------------------------------------------------------------------       Merci de votre intérêt pour le code source       -----------------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------   Les liens */
a:link, a:visited, a:hover, a:active{ text-decoration: none;}


/*--------------------------------------------------------------------------------------------   Le Body */
body {
  background-color: #FFE6BE;
  margin: 0 auto;
  width: 100%;
}

/*--------------------------------------------------------------------------------------------   Le Wrapper */
.splashwrapper {
  background: #FFE6BE url(/design/back.jpg) no-repeat top center;
  margin: 0 auto;
  clear: both;
  text-align: left;  /***   Réalignement du contenu du Wrapper suite au centrage requis plus haut pour IE  ***/
  width: 1280px;
  height: 960px;
  font: 14px Arial, Georgia, serif;
  color: #000;
  border: 1px solid transparent;
}

/*--------------------------------------------------------------------------------------------   Le Header */
.splasheader {
  margin: 0 auto;
  height: 124px;
  text-align: left;
}

/*--------------------------------------------------------------------------------------------   Division contenant le liens vers le mail info */
.infomail {
  width: 240px;
  height: 25px;
  margin: 5px 0 0 356px;
}

/*--------------------------------------------------------------------------------------------   La petite navbar de choix de langues */
.splashlang {
  width: 80px;
  height: 55px;
  margin: 130px 0 0 435px;
}

/*--------------------------------------------------------------------------------------------   Les listes à puces de la petite navbar de choix de langues */
.splashlang li {
  list-style: none;
  height: 30px;
}

/*--------------------------------------------------------------------------------------------   Mise en forme de la Table contenant la navigation */

table.splashbar {
  position: absolute;
  border: 0 solid purple;
  margin: 0 0 0 113px;
  width: 238px;
}

table.splashbar tr {
  height: 32px;
  padding: 3px; 
}

table.splashbar td{
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #5D2E24;
}
table.splashbar a{
  color: #5D2E24;
}
table.splashbar a:hover{
  color: #C4715B;
}
/*--------------------------------------------------------------------------------------------  Les boutons de la navigation  */
.splashbutton{ border: 0 solid purple; padding: 0 0 0 19px;}
.splashnews{ border: 0 solid purple; padding: 4px 5px 5px 10px; height: 135px; display: block; overflow: hidden;}

/*--------------------------------------------------------------------------------------------   La Page */
.splashpage{
  margin: 0 auto;
  border: 0 solid red;
  width: 100%;
  height: 650px;
  text-align: left;
}

/*--------------------------------------------------------------------------------------------   Le Footer */
.splashfooter{
  margin: 0 auto;
  border: 0 solid #808080;
  clear: both;
  padding: 10px 0;
  font-size: 11px;
  text-align: center;
  color: #5D2E24;
}

.splashfooter table tr td p{
  text-align: left;
  vertical-align: top;
}

.splashfooter table{
  margin: 0 auto;
}

.splashfooter p ol ul li{
text-align: left;
color: green;
}

#splash1 li{
text-align: left;
padding: 0 0 0 20px;
margin: 0 0 0 50px;
}

#splash2 li{
text-align: left;
padding: 0 0 0 20px;
margin: 0 0 0 50px;
}

dt {
text-align: left;
font-weight: bold;
}

dd{
text-align: left;
margin: 0 0 0 50px;
}

/*--------------------------------------------------------------------------------------------   Liens avec surlignements pointillés */
.customlink{ display:inline; padding:5px;}
.customlink a{ background: inherit; color: #5D2E24;}
.customlink a:hover{ color: #C4715B; border-bottom: 1px dashed #A95847; background: inherit;}