/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete commune a toute les page*/
body
{
	min-height:99%;
	width:1000px;
	margin-left:25px;
   background-image: url("images/fontdown.png"); /* Le fond est l'image "skieur.gif" */
   background-repeat: repeat-x; /* Le fond ne se répète pas */
   background-position: bottom left; /* Le fond est aligné en haut à droite */
   background-attachment: fixed; /* Le fond est fixé */
   background-color:#fffae6;
     position:absolute;
	left: 50%;
	margin-left:-500px;
 
}
.centrer
{
	text-align:center;
}
.justifier
{
	text-align:justify;
}
.gauche
{
	position:relative;
	right:20px;
}
.droite
{
	position:relative;
	left:20px;
}
a
{
	color:#7300c8;
	 text-decoration: none;
}
a:hover
{
	color:#0000FF
}
a img
{
	border:none
}

/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete de la page d'acceil
-------------------------------------------------------------------------------------------------------------------*/
#index_bilingue
{
	text-align:center;
}
#index_bilingue table
{
	width: 650px;
    height: 200px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-325px;
	top:250px;

}
#index_bilingue h1
{
	margin:0px;
}
/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete du menu
-------------------------------------------------------------------------------------------------------------------*/
#menu
{
	margin-top:20px;
	width:260px;
	border-width:5px;
	border-color:#FF9600;
	border-style:outset;
}
#menu ol
{
	list-style-image:url("images/soleil.png");
	font-weight:bold;
	font-size:20px;
}
#menu ul
{
	list-style-image:none;
	list-style-type:disc;
	font-weight:normal;
}
#menu h1
{
	text-align:center;
	margin:2px;
}
/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete du contenu
-------------------------------------------------------------------------------------------------------------------*/
#contenu
{
	width:650px;
	position:relative;
	top:-300px;
	left:310px;
	bottom:10px;
}
/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete du pied de page
-------------------------------------------------------------------------------------------------------------------*/
#pieddepage
{
width:100%;
position:absolute;
bottom:20px;
text-align:center;

}
/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete de la page qui sommes nous
-------------------------------------------------------------------------------------------------------------------*/
#quisommesnous .justifier
{
	font-size:25px;
}
/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete de la page creating a world without poverty
-------------------------------------------------------------------------------------------------------------------*/
#creatingaworld #contenu h4
{
	text-align:center;
}
#creatingaworld #contenu h1
{
	color:#007809
}
#creatingaworld #contenu td
{
	vertical-align:top;
}

#creatingaworld #contenu .lien
{
	text-align:center;
	margin-top:-10px;
}
#creatingaworld #contenu .book
{
	position:absolute;
	margin-top:124px;
	width:80px;
}
#creatingaworld #contenu .book:hover
{
	width:159px;
	margin-top:0px;
}
#creatingaworld #contenu .pdf
{
	float:right;
	text-align:center;
}
/*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete de la page contact
-------------------------------------------------------------------------------------------------------------------*/
#contact #contenu
 {
 font-size:20px
 }
 /*-----------------------------------------------------------------------------------------------------------------
                                              Les propriete de la page formulair
-------------------------------------------------------------------------------------------------------------------*/
#formulair #contenu .long
{
	width:300px;
}
#formulair #contenu .reservation tr
{
	height:50px;
}
#formulair #contenu #participant
{
	line-height:25px;
}
#formulair #contenu .reussi
{
	font-size:25px;
	text-align:justify;
}
#formulair #contenu #tableauparticipant
{
	width:650px;
}
#formulair #contenu #tableauparticipant th
{
	width:216px;
}
#formulair #contenu #tableauparticipant input
{
	width:216px;
}






#contact #contenu table
{
	width:650px;
}
#contact #contenu .marge
{
	margin-top:50px;
	text-align:center;
}
