
/*BALISES*/

	/*Titres*/
h1
{
	font-family : Georgia;
	font-size : 32px;
	color : #69cd28;
	text-align:center;
	padding-bottom:20px;
	padding-top:17px;
	border-bottom:1px dotted #5a5a5a;
	border-top:1px dotted #5a5a5a;
}
h4
{
	color: #C6081E;
	text-align: center;
	font-size: 15px;
}

	/*Tableaux*/
table
{
	border-collapse: collapse;
}
td
{
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
}

	/*Corps du texte*/
body
{
	background-image : url(img/arriere.png);
	background-attachment: fixed;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	margin-top : 50px;
}

/*CLASSES*/

	/*Code couleur du tableau d'horaire*/
td.activity
{
	background-color: yellow;
}
td.lesson
{
	background-color: green;
}
td.party
{
	background-color: #F8A542;
}
td.eating
{
	background-color: #2DD5CB;
}

	/*Liens*/
a.download
{
	border : 1px solid #1973be;
	color : #1973be;
	text-decoration : none;
	padding:5px
}
a.download:hover
{
	color : black;
	text-decoration : none;
	border : 1px solid #faa519;
}
a.course:hover, a.courseup:hover, a.sponsor:hover
{
	color : black;
	text-decoration : none;
}

a.course, a.courseup, a.sponsor
{
	color: blue;
	text-decoration: none;
}

	/*Autres*/
p.photo
{
}
p.sponsor
{
	text-align: justify;
}
div.pers
{
}

/*IDs*/
	
	/*Menu*/
#menu
{
}
#menu li
{
	display : inline;
}
#menu li a
{
	font : 1em "Trebuchet MS", Arial, sans-serif;
	color : white;
	padding-left:10px;
	padding-right:10px;
	text-decoration : none;
}
#menu li a:hover, #menu li a:focus, #menu li a:active
{
	text-decoration : underline;
}

	/*Application*/
#apply
{
	color : #5a5a5a;
	background-color : #fff0be;
	border : 1px solid #ffcd32;
	width : 750px;
	margin : auto;
	margin-bottom : 35px;
	margin-top : 25px;
	padding-top : 28px;
	padding-bottom : 28px;
	font-size : 28px;
	font-family : "Lucida Grande";
	text-align : center;
}
#apply a
{
	font-family : "Lucida Sans Unicode";
	padding : 17px 60px;
	margin-left:40px;
	font-size : 24px;
	background : url(img/un.gif) no-repeat center top;
	text-decoration : none;
	color : white;
}
#apply a:hover
{
	text-decoration : underline;
	color : black;
	background : url(img/trois.gif) no-repeat center top;
}

	/*Corps de la page*/
#contenu
{
	margin-top : 0;
	margin-left : auto;
	margin-right : auto;
	padding-right : 50px;
	padding-left : 50px;
	font-family : Verdana;
	font-size : 100%;
	width : 750px;
	text-align:center;
	background-color : white;
	color : #5a5a5a;
	border : 2px solid #5a5a5a;
		/*-moz-border-radius-topleft:8px;
		-khtml-border-top-left-radius:8px;
		-webkit-border-top-left-radius:8px;
		border-top-left-radius:8px;
		-moz-border-radius-topright:8px;
		-khtml-border-top-right-radius:8px;
		-webkit-border-top-right-radius:8px;*/
}
#contenu strong
{
	color:black;
	font-weight: normal;
}

	/*Notes de bas de page*/
#bottom
{
	color:black;
	padding-top:5px;
	font-family:courier
}

	/*Description du cours*/
#course
{
	text-align: justify;
}
#course p
{
	text-indent: 15px;
}

	/*Horaire du cours*/
#schedule
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:black;
}
#schedule table
{
	margin-top:10px;
	margin-bottom:10px;
}
