* {
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;		
	background-image: url(Images/motifbody1.jpg);
	background-repeat: repeat;
	text-align:center; /*pour corriger le bug de centrage IE */
	margin-top:30px;
	}

#page {
	background-image: url(Images/Motif2.jpg);
	background-repeat: repeat;
	height: 560px;
	width: 900px;
	margin:auto;
	padding-top:20px;
	border-bottom:2px black solid;
	border-right:2px black solid;	
	-moz-border-radius : 12px 12px 12px 12px;
	-webkit-border-top-left-radius :12px;
	-webkit-border-top-right-radius :12px;
	-webkit-border-bottom-right-radius :12px;
	-webkit-border-bottom-left-radius :12px;
	}

h1{
	display:none;
	}

#header2{
	
	margin : 20px 50px 4px 50px;
}

#header2 img{
	float:right;
	margin-bottom: 10px;
}

ul {
	margin : 4px 0px 4px 0px;
	padding:0;
	font-weight:bold;
	font-size :1.2em ;
	list-style-type:none;
	
	}
	

	
ul li {
	margin : 0px 8px 0px 0px;
	padding:0;
	float:left;
	background-image:url(Images/boutonhover.png);
	border-bottom:1px black solid;
	border-right:1px black solid;
	text-align:justify;
	}

ul a {
	display:block;
	width:120px;
	height:30px;
	color: red;
	text-decoration:none;
	text-align:center;
	padding-top: 6px;
	}


ul a:hover{
	color:black;
	background-image:url(Images/boutonhover.png);
	
	}
ul a:focus{
	color: white;
	background-image:url(Images/boutonhover.png);
	
	}
	
#center{
	margin:90px 50px 0px 50px;
	height:300px;
}

object{
	float:left;
	margin:20px auto auto 50px;
}
		
#photo{
	
	float : left;
	}
	
#photopresentation{
	margin : 0px 0px 0px 0px;
	float : left;
	border: 4px white solid;
	
	}
	
#texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #000000;
	margin: 0px 0px 0px 440px;
	padding-top: 40px;
	text-align:justify;
	line-height: 25px;
	
	
}

#textepresentation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #000000;
	margin: 0px 0px 0px 440px;
	padding-top: 40px;
	text-align:justify;
	line-height: 25px;
}

	
#styles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	color: #000000;
	margin: 4px 0px 4px 0px;
	text-align:justify;
	line-height: 15px;	
}

.style {
	display:inline;

}


#partenaires{
	font-size: 0.9em;
	color:black;
	font-style: italic;
	line-height: 10px;
	text-align:left;
	margin: 20px 0px 0px 440px;
	
	}
#partenaires  img{
	margin : 10px 7px 0px 0px;
	}	

	
#formulaire{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	Text-align: left;
	background-color: #CCCCCC;
	border: 4px white solid;
	line-height:18px;
	float:left;
	-moz-border-radius :8px 8px 0px 8px;
	-webkit-border-top-left-radius :8px;
	-webkit-border-top-right-radius :8px;
	-webkit-border-bottom-right-radius :0px;
	-webkit-border-bottom-left-radius :8px;
}	
		
#tarifs{
	width: 340px;
	float:right;
	text-align: justify;
	font-size:0.8em;
	background-color: #CCCCCC;
	border: 4px white solid;
	padding: 4px;
	-moz-border-radius : 8px 8px 0px 8px;
	-webkit-border-top-left-radius :8px;
	-webkit-border-top-right-radius :8px;
	-webkit-border-bottom-right-radius :0px;
	-webkit-border-bottom-left-radius :8px;
	}

#tel{	
	font-size:1.2em;
	}	
	
#liens a{
	
	color:white;

}	
	
	
	
	
