/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font-family: georgia;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	}
	
.title {
	font-family: georgia;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	}
.logo {
	font-family: georgia;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	}
.text {
	font-family: georgia;
	color: #000000;
	font-size: 16px;
	text-align: center;
	background-color: #99cc00;
	}
.text1 {
	font-family: georgia;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	}  
.text2 {
	font-family: georgia;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	}
.text3 {
	font-family: georgia; 
	font-weight: bold;
	color: #ffffff;
	font-size: 15px;
	text-align: justify;
	}
.text4 {
	font-family: georgia; 
	font-weight: bold;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	}
.text5 {
	font-family: georgia; 
	color: #000000;
	font-size: 15px;
	text-align: center;
	background-color: #c4f283;
	}
.adress {
	font-family: georgia;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	}  
.boutons {
	font-family: georgia;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	background-color: #99cc00;
	}
.boutons2 {
	font-family: georgia;
	color: #000000;
	font-size: 13px;
	text-align: center;
	background-color: #c4f283;
	}
.progress {
	font-family: georgia;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	}
.galerie {
	font-family: georgia;
		font-size: 18px;
	text-align: center;
	}
.galeriegauche {
	font-family: georgia;
		font-size: 18px;
	text-align: right;
	}
.galeriedroite {
	font-family: georgia;
		font-size: 18px;
	text-align: left;
	}
a:link {
	color: #000000;
	text-decoration: underline;
	}	
	
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}
a:active	{
	color: #ffffff;
	text-decoration: none;
	}
	
