/* ----- ELEMENTS BASIQUES ------ */

body{
	margin: 0px; 
	padding: 0px;
	background-color: #97a2c3;
	}
	
a{outline: 0; text-decoration: none;}
a:hover{text-decoration: none;}
a:visited{text-decoration: none;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
	
/* ----- DESIGN ----- */

#site{
	background: url(stepa.jpg);
	width: 1170px;
	height: 575px;
	margin: auto;
	margin-top: 10px;
	}
	
#logo{
	background: url(logo2.jpg);
	/*
	width: 312px;
	height: 111px;
	*/
	width: 270px;
	height: 96px;	
	margin-top: 80px;
	margin-left: 50px;
	position: absolute;
	}
	
#logo a
	{
	display:block;
	width: 270px;
	height: 96px;
	font-size: 0px;
	color: white;
	}
	
#infos{
	border: 0px solid black;
	width: 750px;
	height: 80px;
	margin-top: 95px;
	margin-left: 395px;
	position: absolute;
	}
	
#infos p{
	border: 0px solid black;
	width: 750px;
	height: 80px;
	margin-top: 9px;
	margin-left: 25px;
	font-size: 1.1em;
	font-family: Arial, Helvetica;
	}

#infos a{
	color: #298ec9;
	}

#infos span.titre{	
	color: #324895;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
	}	
	
#infos span.contact{
	color: #464646;
	}

#infos span.contact2{
	color: #464646;
	margin-left: 10px;
	}	

#infos span.contact3{
	color: #298ec9;
	}		
	
#menu{
	border: 0px solid black;
	margin-top: 255px;
	margin-left: 28px;
	position: absolute;
	}
	
#menu ul{
	border: 0px solid black;
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
	}
	
#menu li{
	border: 0px solid black;
	width: 180px;
	height: 26px;	
	padding: 0px;
	margin-bottom: 12px;	
	}	

#menu li.bouton{
	background: url(bouton.jpg);
	width: 180px;
	height: 26px;
	padding: 0px;
	}

#menu li.bouton2{
	background: url(bouton2.jpg);
	width: 180px;
	height: 26px;
	padding: 0px;
	}	

#menu a{
	display:block;
	width: 180px;
	height: 26px;
	text-align: right;
	padding-top: 2px;
	color: white;
	font-family: Arial, Helvetica;
	font-weight: bold;
	}	
	
#menu span.texte_bouton{
	border: 0px solid black;
	margin-right: 15px;
	}

#corps{
	border: 0px solid black;
	width: 850px;
	height: 325px;
	margin-top: 200px;
	margin-left: 290px;
	position: absolute;
	}
	
#corps h1{
	border: 0px solid black;
	/* color: #a42121; */	
	color: #324895;
	font-size: 1.2em;
	padding-top: 20px;
	margin: 0px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	}	
	
#corps p{
	border: 0px solid black;
	color: #464646;
	margin: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica;
	}
	
#corps span.prix{
	color: #298ec9;
	}	
	
