body  {
	font: 0px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image: url(../images/acc_03.gif);
	background-repeat: repeat;
	background-position: 926px 0px;
}
a, a:visited {
	color: #db4b27;
	text-decoration: none;
}
a:hover{
	color: #000000;
}
#container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
		background-image: url(../images/shad.gif);
	background-repeat: repeat-y;
	background-position: 926px 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 298px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
#mainContent {
	margin: 0px 0px 0px 298px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/acc_02.gif);
	width: auto;
	background-repeat: no-repeat;
	font-size: 0px;
}
#main {

}
#maintop {
	color: #598fcb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	text-align: right;
	margin: 0px 62px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#maintop a, #maintop a:visited {
	color: #51626f;
	text-decoration: none;
}
#maintop a:hover {
	color: #000000;
	text-decoration: underline;
}
#classroll {
	margin: 0;
	padding: 0;
	float: left;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-right: 62px;
	color: #598fcb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 566px;
	float: right;
	text-align: right;
	background-image: url(../images/point.gif);
	background-repeat: repeat-x;
	background-position: 0px 19px;
	height: 30px;
	display: block;
}
.fltrt a, .fltrt a:visited {
	color: #598fcb;
	text-decoration: none;
}
.fltrt a:hover {
	color: #304a91;
	text-decoration: underline;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-right: 62px;
	color: #598fcb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 566px;
	float: right;
	text-align: right;
	background-image: url(../images/point.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	height: 50px;
	display: block;
}
.arrow {
	float: left;
	margin: 9px 0px 0px 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#news {
	color: #1468a9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 566px;
	float: right;
	text-align: left;
	margin: 10px 62px 0px 0px;
}
#news p {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 0px 12px;
	background-position: 0px 3px;
}
#entrenews {
    background-image: url(../images/point.gif);
	background-repeat: repeat-x;
	background-position: 0px 3px;
	height: 5px;
}
.datestyle {
	color: #1468a9;
	text-decoration: underline;
}
.droite {
	float: right;
}
.soulign {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #db4b27;
}
.titre {
	color : #db4b27;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	display: block;
}
#calendar {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #598fcb;
	margin: 0px 0px 0px 46px;
	padding: 0;
	float: left;
}
#newslet {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: solid #89b3d5 1px;
	width: 142px;
	margin: 0px 0px 10px 15px;
	padding:10px;
	font-weight: bold;
	float: left;
}
.imgpub {
    margin: 0px 0px 10px 52px;
}
#sidebar1 a .imgpub {
    border: 0;
}
/*calendar style*/
.calendar_table{
	background-color: #FFFFFF;
	border: solid #89b3d5 1px;
} 
.first_row{ } 
.prev_link{ } 
.center_column{ } 
.next_link{ } 
.second_row{ } 
.weekday_names{ } 
.weekend_names{ } 
.calendar_row{ } 
.empty_cell{ } 
.weekday{ } 
.weekend{ } 
.news_day{ }
/*--------------------------*/
#footer{
	background-color: #db4b27;
	width: 876px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 10px 3px 40px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	height: 15px;
}
.left_foot {
    color: #d7a79b;
	float: left;
}
.left_foot a, .left_foot a:visited {
    color: #d7a79b;
}
.left_foot a:hover {
    color: #ffffff;
}
.droite_foot {
    color: #000000;
	float: right;
}
.droite_foot a, .droite_foot a:visited {
    color: #000000;
}
.droite_foot a:hover {
    color: #ffffff;
}
.selected {
	color: #db4b27;
	text-decoration: underline;
}

