/* liens, liste */

#navigation{
	
	display:inline;
	width: 15%;
	float:center;
	text-align:center;
  } 
 #navigation li {
 list-style-type:none;
 display:inline;
 }
#navigation a {
	margin-right:5%;
	display:inline;
	list-style-type:none;
	background: #183152;
	margin: 5px;
	padding: 8px 25px;
	text-decoration: none;
	font-family: Verdana ; 
	font-size: 1em;
  }
 #navigation a:hover {
 background:black;
 }
a:link {
	color: white }
a:visited {
	color: white }

/*contenant */
#paragraphe {
	margin-left: 16%;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #144157;
	border: 10px outset;
	}
#paragraphe1 {
	margin-left: 5%;
	margin-right:5%;
	margin-bottom: 20px;
	padding: 10px 20px;
	padding-bottom:50px;
	background-color: #5F8CA3;
	 border-width:3px;
	border-style:groove ;
	border-color:#ABC8E2 #375D81 #375D81 #ABC8E2;
	border-radius: 4px 0px 0px 4px;
	}

	/* bas de page*/
#footer {
	margin-left:5%;
	margin-right:5%;
	text-align:center;
	font-family:Verdana;
	font-size:0.7em;
	color: white;
	border:solid 1px;
	background: #145B6C;
}

	/* images de deco */
#pub1
{
position: absolute; 
right:10px;
}
#pub2{
	position: absolute; 
	top: 100px; 
	left: 1060px; 
}

/* gestion du contenu */

h1
{
border: 1px solid black;
font-family: Trebuchet MS;
color: #A2B5BF;
font-size: 2.3em;
	text-shadow: #000 1px 1px, 
                 #000 -1px 1px, 
                 #000 -1px -1px, 
                 #000 1px -1px;
text-align:center;
}
#texte
{

font-family: Verdana ;
color: #34393E;
}
#titrepage1
{
font-size: 25px;
}
#texte1{
text-align:center;
font-family: Cursive ;
color: #96CA2D;
font-size:27px
}
#texte3{
font-size:19px;
font-family:Georgia;
color:#01ECE4;
}