body
{
   width: 1024;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #17375E;
   background-image: url("../Images/fond.png");
   background-repeat: no-repeat;
   overflow:scroll;
   font-family: "Times New Roman", Times, "Arial Black", Arial,  serif;
}

/* L'en-tête */

#en_tete
{
	width: 60%;
	height: 180px;
	margin-left: 5%;
	margin-bottom: 10px;
}

#en_tete img {
	height:100%;
	display:inline;
	float:left;
}

#en_tete div {
	color:white;
	font-size:120%;
	font-family:Arial;
	text-align:center;
	
	margin-bottom: 1%;
}

/* Le menu */

#menu
{
   width: 1024px;
   margin-left: 10%;
   margin-top: 2%;
}


/* Quelques effets sur les menus */

.element_menu span{
	display:inline-block;
	width: 200px;
	text-align:center;
	margin-right:1px;
}

.element_menu a {
	color:#17375E;
	text-decoration:none;
	cursor:pointer;
}

.element_menu a:hover{
	color:grey;
	text-decoration:underline;
}

.element_menu #noactive{
	background-image: url("../Images/ongletActif.gif");
	background-repeat:no-repeat;
	font-size: 17px;
	padding-top:15px;
}

.element_menu #active {
	text-decoration:underline;
	font-size: 22px;
	background-image: url("../Images/ongletActif.gif");
	background-repeat:no-repeat;
	padding-top:20px;
}

/* Le corps de la page */

#corps
{
   margin-top: 0%;
   margin-left: 10%;
   width: 922px;
   
   color: black;
   
   background-color: #FFFFFF;
   
   border: 1px solid black;
   border-top: 0px;
   
   padding-left: 5%;
   padding-top: 4%;
   padding-right: 3%;
   padding-bottom: 3%;
}

#corps h1
{
   color: black;
   text-align: center;
}

#corps h2
{
   height: 30px;  
   color: black;
   text-align: left;
   margin-left: 0px;
   margin-top: 50px;
   margin-bottom: 40px;
   text-decoration:underline;
}

#corps h2:before{
	content: url("../Images/titre.png");
	content: text ("  ");
}

#corps p:first-letter{
	font-weight: bold;
	font-size: 2em;
	color : #17375E;
}

#partenaires 
{
	text-align:center;
}

#typeT {
	font-size: 25px;
	color: #17375E;
}

#texteT {
	font-size:14px;
	text-align:center;
	overflow:scroll;
}

#prixT{
	background-color: #17375E;
	color:white;
}

#corps a img{
	border:none;
	text-decoration:none;
}

#corps a {
	text-decoration:none;
	color:#FFFFFF;
}

#corps p .lien
 {
	color:#17375E;
	text-decoration:underline;
 }
 #corps .lien
 {
	color:#17375E;
	text-decoration:underline;
 }
 
 #corps .lien img 
 {
	margin-right:10px;
 }
 
 #corps #hautdepage 
 {
	margin-left: 85%;
	text-align:right;
	text-decoration:underline;
	color: #FF0000;
 }

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied
{
	text-align:center;
}

#pied a
{
	color: white;
	font-size:13px;
}
