@charset "utf-8";
/* CSS Document */

body {
	width:95%;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.bordure{border-bottom:1px solid black;}
.gras{font-weight:bold;}
.italique{font-style:italic;}


.logo{float:left;}

.titre {
	font-size:30px;
	color:#00AA54;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:5px;
}


.menu_haut a{
font-size:18px; 
color:#009933;
text-decoration:none;}

a{
	color:#009933;
	text-decoration:none;
}

.imgbordure {
	border-style: none;
}

.contenu { 
  margin-left: auto; 
  margin-right: auto; 
  width: 90%; 
}

.marge{padding-top:10px;}
.menu_gauche{padding-bottom:300px;}
.rouge{color:#FF0000; font-size:18px;}

.centre{ text-align:center;}
.justifie{ text-align:justify; padding-left:10px; padding-right:10px;}
.petit{font-size:small; font-style:italic; font-weight:100;}

.titreSchedule {
	color:#00AA54;
	font-weight:bold;
	text-align:center;
	border:1px solid black;
}

.vert {
	color:#00AA54;
	font-weight:bold;
	border:1px solid black;
}

.light {font-weight:normal;}
.bordureSchedule{border:1px solid black;}
.textSchedule{font-size:small;}
.notAv{font-size:small; font-style:italic; font-weight:100;color:#009933;}