/*
sexy CSS by Pat
*/
body{
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #F4E4E4;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
}

#divLeftSideBar{
	float: left;
	width: 150px;
}
#divRightSideBar{
	float: right;
	width:150px;
}
.sideBar{
	text-align: left;
	padding-top: 50px;
}
.sideBar ul{
	list-style: none;
	padding:0;
	margin:0;
}
.sideBar li{
	background-color: #800080;
	padding-left: 10px;
	margin-bottom:2px;
}
.sideBar li a{
	text-decoration:none;
	color: #FFF;
}
.sideBar li a:hover{
	color: #FFF;
}
#divContent{
	margin:0 160px;
}

/*
Liste des profs
*/

.divOddTeacher, .divEvenTeacher{
	width: 600px;
	margin:20px auto;
	text-align: center;
}
.divTeacherName{
	font-weight: bold;
	background-color: #800080;
	color: #FFF;
}
.divOddTeacher .divTeacherPicture{
	float:left;
	width:150px;
}
.divOddTeacher .divTeacherContent{
	margin-left:160px;
}
.divEvenTeacher .divTeacherPicture{
	float:right;
	width:150px;
}
.divEvenTeacher .divTeacherContent{
	margin-right:160px;
}
.divTeacherBioFr{
	float:left;
	text-align:justify;
	font-size:small;
	padding: 10px;
	width:200px;
}
.divTeacherBioEn{
	float:left;
	padding: 10px;
	text-align:justify;
	font-size:small;
	width:200px;
}

/*
Page inscription
*/

.divLevelTitle{
	background-color: #800080;
	color: #FFF;
	font-weight:bold;
	width: 400px;
	margin: 0 auto;
}
.divLevelDescFr, .divLevelDescEn{
	padding:10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divBox{
	width:600px;
	border:solid 1px #800080;
	padding:10px;
	margin: 10px auto;
}
