body
{
	position : relative;
	/*background-attachment: scroll ;*/

}

.gradient {
    padding: 12pt;
    border: 1px solid black;
    position: relative;
}

.gradientWrapper {
    position: relative;
    margin: 10pt;
}


/*en tete de page*/
#en-tete 
{
	text-align: center;
	top: 20px;
	left: 10px; 
	border-color: #666666;
	border-style: ridge; 
}

/*Sommaire*/
#sommaire
{
	margin: 10px;
	position: absolute; 
	font: 14px Arial, serif;
	left: 10px; 
	width: 250px; 
	
}

/*Texte*/
#text
{
	margin: 10px; 
	left: 20px;
	right: 50px;
	font: 14px Arial, serif;
	margin-top: 20px;
	margin-left: 120px;
	margin-right: 150px;
	margin-bottom: 70px;
}

/*Les grands titres
h1
{
   border-bottom: 2px solid black  ;
   text-align: center;
}
/*2px solid #FF6633*/


h3
{
	color: #5d665b;
	font-size: 30px;
	
}


h2
{
	font-size: 35px;
	text-align: center;
	top:50px
}


h4
{
	margin : 25px;
	font-size: 20px;
}

p
{
	text-align: justify
}


/*Les liens*/
a
{
   color: blue;
   text-decoration: none;
}


/*Passage de souris sur lien*/
a:hover 
  { color: red; 
  text-decoration: underline; 
  background-color: transparent 
 }




/*Les classes*/
.points
{
   border-bottom: 2px solid black ;
}

.liste
{
	list-style-type: none;
	background:url("icon.png") center left no-repeat;
	padding-left: 15px;
}


.fleche
{
	list-style-type: none;
	background:url("fleche.png") center left no-repeat;
	padding-left: 15px;
}


.rouge
{
	color: red;
} 

.rose
{
	color: #00BFEB;
}


/*
div {
background-color: transparent;
position: absolute;
color: #009;
top: 450px;
left: 50px;
padding: 12px;
width: 194px;
text-align: center;
border-color: #ccf;
border-width: 6px;
border-style: ridge; 
}*/