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

body {
	margin : 0;
	padding : 0;
	font-size : 12px;
	font-family : verdana;
	background : url("img/bg1.jpg") no-repeat top center;
}

body a, body a:visited {
	color : black;
}

body img {
	border : 0;
}

#corps {
	width : 950px;
	height : 600px;
	margin-left : auto;
	margin-right : auto;
}

#gauche {
	width : 30px;
	float : left;
	margin-top : 10px;
	background : #996633;
	height : 40px;
}
#colonne {
	float : left;
	width : 200px;
	height : 600px;
	background : white;
	padding : 10px;
}

#droite {
	float:left;
}
#menu {
	color : white;
	background : #996633;
	height : 40px;
	font-size : 13px;
	margin-top : 10px;
	width : 670px;
}

#menu ul {
	list-style:none;
	padding : 0;
	line-height : 40px;
	text-align : center;
	text-indent : 0;
	margin : 0;
}

#menu li {
	text-indent : 0;
	float : left;
	width : 150px;
	margin : 0;
}

#menu li a, #menu li a:visited  {
	text-decoration : none;
	height : 40px;
	width : 150px;
	display : block;
	color : white;
}

#menu li a:hover {
	background : black;
	height : 40px;
}


.pageActuelle {
	background : black;
	height : 40px;
}


#content {
	width : 600px;
	margin : 0px 10px;
	background-color : white;
	padding : 15px;	
	border-bottom : 3px solid #cccccc;
	border-right : 3px solid #cccccc;
}
	
#content img {
	margin : 5px;
}

#foot {
	text-align : center;
	padding  : 10px;
}
#foot a:hover {
	font-weight : bold;
}
















.annonce {	
	background : #FFFF99;
	border : 1px dashed gray;
	padding : 10px;
	text-align : center;
	font-size : 15px;
	color : red;
	font-weight : bold;
}



#horaires {
	border-collapse : collapse;
	width : 60%;
}
#horaires td {
	padding : 2px 10px;
}
#horaires td{
	border : 1px solid #cccccc;
	text-align : center;
	
}

.imgGauche {
	float : left;
	margin-right : 20px;
}
.imgDroit {
	float : right;
	z-index : -100;
}


h1 {
	background : url("img/puce.png") no-repeat;
	text-indent : 25px;
	font-size : 18px;
	color : #660000;
}
h2 {
	font-size : 15px;
}
h3 {
	color : #660000;
}
.gras {
	font-weight : bold;
	font-size : 13px;
}
.gras2 {
	font-weight : bold;
	font-size : 15px;
}
