
body
{
	background-image:url("images/background.png");
	background-attachment: fixed;
	background-repeat: repeat-y;
}

table
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

td
{
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
	text-align: center;
	width: 65px;
}

p
{
	text-align: center;
	color: rgb(58,75,83);
}

h1
{
	text-align: center;
	color: rgb(72,140,203);
}
h1:before
{
	content: url("images/best2.png");
	padding-right: 15px;
}
h1:after
{
	content: url("images/best2.png");
	padding-left: 15px;
}

h2
{
	text-align: center;
	color: rgb(72,140,203);
}


/* IDs */

#banner
{
	text-align: center;
	margin-top: 20px;
}

#menu
{
	text-align: center;
	border-width: 1px;
	border-style: none;
	margin-bottom: 20px;
}
#menu ul
{
	list-style-type: none;
	padding: 0px;
}
#menu li
{
	margin-bottom: 5px;
	display: inline;
	color: white;
}

#main
{
	font-family:Times New Roman,Arial,Helvetica;
	width: 800px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid rgb(104,75,69);
	background-image:url("images/background2.jpg");
	background-repeat: repeat-y;
}
#main ul
{
	list-style-image: url("images/bestpin.png");
	padding-left: 280px;
	padding-right: 200px;
}
#main li
{
	text-align: left;
	color: rgb(58,75,83);
}

#bottom
{
	text-align: center;
	margin-bottom: 20px;
	color: white;
}

#schedule
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:black;
}
#schedule table
{
	margin-top:10px;
	margin-bottom:10px;
}

#end
{
	padding: 0px;
	margin: 0px;
}

#apply
{
	text-align: center;
}
#apply a
{
	color: white;
	text-decoration: none;
	padding: 17px 60px;
	font-size: 24px;
	background: url("images/apply.png") no-repeat center center;
}
#apply a:hover
{
	text-decoration: none;
	padding: 17px 60px;
	font-size: 24px;
	background: url("images/apply_hover.png") no-repeat center center;
}
#apply img
{
	width: 230px;
	margin-bottom: 20px;
}
#imgleft
{
	float: left;
	margin-left: 35px;
}
#imgright
{
	float: right;
	margin-right: 35px;
}


/* CLASSES */

.pers
{
	clear: both;
	text-align: left;
	margin-left: 70px;
}
.pers p
{
	text-align: left;
}
.pers img
{
	float: left;
	height: 200px;
	margin: 10px 30px;
}

.sponsor
{
	clear: both;
	text-align: left;
	margin-left: 70px;
}
.sponsor p
{
	text-align: left;
}
.sponsor a
{
	color : blue;
}
.sponsor img
{
	float: left;
	height: 150px;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom : 20px;
}

	/*Liens*/
a.download
{
	border-style: solid;
	border-width: 1px;
	border-color: #1973be;
	color : #1973be;
	text-decoration : none;
	padding:5px
}
a.download:hover
{
	color : black;
	text-decoration : none;
	border : 1px solid #faa519;
}
a.menu
{
	text-decoration: none;
	color: white;
}
a.menu:hover
{
	color: rgb(251,223,249);
}

	/*Paragrah*/
p.justify
{
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}

	/*Color code for schedule table*/
td.activity
{
	background-color: yellow;
}
td.lesson
{
	background-color: green;
}
td.party
{
	background-color: #F8A542;
}
td.eating
{
	background-color: #2DD5CB;
}
