/* Initialisation des marges */


* {
	margin:0;
	padding:0;
}
html {
	/*height : 100%;*/
}
/* Body , declaration générale */
body {
	text-align : center; /* Centerage sous IE*/
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	/*letter-spacing : 1px;*/
	color: #666;
	background : #fff url(../../images/top/background.jpg) no-repeat 0 100%;
	
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;*/
	/*height : 100%;*/
	
}


/* Conteneur ( centrage )  */
#splash{
	text-align : left ; /* remettre le centrage à left*/
	/*border : 1px solid #fff; */
	border : 1px solid white;
	background :  transparent url(../../images/top/splash.jpg) no-repeat 0px 141px;
	margin-left : auto;
	margin-right : auto;
	width : 712px;
	position : relative;
	/*height : 100%;*/
}


/* Bloc haut*/
#splash #droite {
	/*border : 1px solid red ; */
	position : absolute;
	top : 141px;
	right : 0px;
	width : 200px;
	
}
#splash #content {
	/*border : 1px solid red ; */
	margin-top : 330px;
	margin-right : 210px;
	padding-right : 10px;
	
}
h3{
	border-bottom : 1px solid #62C620;
	color : #62C620;
	text-transform: uppercase;
	font-size : 12px; 
	font-weight: normal;
	margin-bottom : 15px;
}

div#content h3{
	/*padding : 150px;*/
	border-bottom : 1px solid #62C620;
	padding-top : 16px;
	position : absolute;
	width : 500px;
	
	/*border-bottom : 25px solid #000;*/
		
}

#content h3.forceBorder {
border-bottom : 1px solid #62C620;
	
}

#droite h3{
	padding-top : 18px;
	margin-top: 7px;
	border-bottom : 1px solid #62C620;
	

	/*font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;*/
	text-transform: uppercase;
	
}
#autresLiens {
	background :  transparent url(../../images/top/fond_gauche.jpg) no-repeat 0 0 ;
	padding-top : 24px;
	/*height : 178px;*/
	/*border : 1px solid white;*/
}
#autresLiens h3 {
	padding-top : 0px;
	color : #fff;
	border-bottom : 1px solid  #fff;
	/*margin-top: 15px;*/
	margin-right : 10px;
	margin-left : 10px;
	margin-bottom : 0px;
}

#autresLiens ul {
	margin-left : 17px;
	margin-right : 17px;
	padding-top : 14px;
	padding-bottom : 34px;
	list-style: none;
}
#autresLiens a {
	color : #fff;
}

#autresLiens ul li  {
  
  text-indent : 10px;
  font-weight: bold;
  line-height: 14px; /* Hauteur de la ligne */
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-image: url(../../images/top/puce.gif);
  margin-bottom : 5px;
}

ul {
	margin-left : 17px;
	margin-right : 17px;
	padding-top : 14px;
	list-style: none;
}


ul li  {
  
  text-indent : 10px;
  line-height: 14px; /* Hauteur de la ligne */
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-image: url(../../images/top/puce.gif);
 
}

#content p {
	text-align : justify;
	
}

a{
	color : #62C620;
	text-decoration: none ;
}
a:hover{
	text-decoration:underline;
}

img#logo{
	position : absolute;
	top : 82px;
	left : -25px;
}

#splash #footer {
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	padding-top : 150px;
	width :70%;
}
#splash #footer2 {
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	padding-top : 20px;
	width :70%;
}
#splash #footer span{
	color :  #62C620;
	cursor : hand;
	font-style :italic;
}
#footer span strong{
	font-style :italic;
}

#splash #footer2 span{
	color :  #62C620;
	cursor : hand;
	font-style :italic;
}
#footer2 span strong{
	font-style :italic;
}
span.ecraser{
	font-style :italic;
	letter-spacing: .1px;
	font-weight: bolder;
	text-transform : lowercase;
}


select  {
	margin-top:5px;
	margin-left : 5px; 
}
p{
	margin-bottom : 10px;
}


.puce {
	background:url(../../images/top/pucesplash.gif) no-repeat 0px 6px; 	
	margin-top:17px;
	margin-left: 0px;
	padding-left: 0px;
	display:block;
	
}



