/* default elements */
* {margin: 0; padding: 0;}

body {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background: #DA4563;
	margin: auto;
	}

a {color: #460018;}
a:hover {color: #760029;}

h1,h2,h3 {color: #B4BDE1; padding: 8px 0 2px;}

p:first-letter {
	color: #B4BDE1;
	font-size: 22px;
}

img {
border: none;

}


/* structure */
#container {
	
	background-image: url(images/index.jpg);
	width:900px;
	height: 700px;
	margin-left: 50px;
}
#containerc {
	background-image: url(images/indexc.jpg);
	width:600px;
	height:600px;
}
.content{
	position: absolute;
	top: 193px;
	left: 180px;
	width: 630px;
}
.contentc{
	position: absolute;
	top: 50px;
	left: 40px;
	width: 580px;
	color: #B4BDE1;
}
#coord{
	position: absolute;
	top: 610px;
	left: 200px;
}
#coordc{
	position: absolute;
	top: 430px;
	left: 20px;
}
.form{font-size:20px;}
#horaire{
	position: absolute;
	top: 610px;
	left: 550px;
	text-align: right;
}
a.bigger, a.bigger:visited{
	position: relative;
	float:left; 
	display: inline;
}
a.bigger img {
	margin-right:10px;
	margin-top: 18px;
}
a.bigger span{
	display:  block;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
a.bigger:hover span{
	/*position: absolute;
	top: -480px;*/
	visibility: visible;
}
#sp1{
	top: -358px;
	margin-left: 250px;
} 
#sp2{
top: -358px;
	margin-left: 114px;
} 
#sp3{top: -358px;
	margin-left: -39px;
} 
#sp4{top: -358px;
	margin-left: -200px;
} 
#sp5{top: -358px;
	margin-left: -343px;
} 
.cont{
	position: absolute;
	top: 140px;
	left: 670px;
}
.acc{
	position: absolute;
	top: 140px;
	left: 190px;
}
.rea{
	position: absolute;
	top: 140px;
	left: 420px;
}
a.cont,a.acc,a.rea{
	color: #b4bde1; padding: 8px 0 2px;
	font-size: 	28px;
	text-decoration: none;
	font-weight:  590;
}
a.cont:hover,a.acc:hover,a.rea:hover {
	color: #b4bde1; padding: 8px 0 2px;
	font-size: 28px;
	text-decoration: underline;
	font-weight:  590;
}
#p1{
	line-height: 19px;
}
#p2{
	
	line-height: 19px;
}
#p3{
	position: absolute; 
	top: 150px;
	left: 150px;
	width: 700px;
}
#p3r{
	position: absolute; 
	top: 180px;
	left: 150px;
	width: 700px;
}
#p4{
	line-height: 19px;
	margin-top: 15px;
}
#p5{
	line-height: 19px;
	margin-top: 10px;
}
/* footer */
.footer {
position: absolute;
top: 700px;
left: 100px;
	color: #B4BDE1;
	font-size: 9px;
	
}
.suiv{
	margin-left: 10px;
	position: absolute;
	left: 300px;
	top: 100px;
}
.pre{
	margin-right: 10px;
	position: absolute;
	left: -100px;
	top: 100px;
}
a.pre, a.suiv{
	text-decoration: none;
	color: #B4BDE1;
	font-weight: bold;
	
	
}
a.pre :first-letter{
	font-size: 15px;
}
.footer a {
	color:#B4BDE1;
	text-decoration: none;
}
.footer a:hover {
	color: #460018;
	text-decoration: underline;
}



