h1
{
border-bottom : 2px solid black;
}
h2
{
color:rgb(0, 149, 237);
text-align:center;
text-decoration:underline;
font-size:2em;
}
h4
{
color:rgb(0, 149, 237);
text-align:left;
}
.centre
{
text-align:center;
}

.droite
{
	height:300px;
	width:400px;
	margin-left:5px;
	margin-bottom:10px;
	float:right;
}
		
.menu
{
	float: left;
	font-weight: bold;		
	display:block;
	/*height: 100%;*/
	/* */
	list-style-type : none;
	padding: 0px;
	padding-left:20px;	
	margin-right:20px; 
	
}
/*
.menu ul
{
		
	display:block;
	width = 300px;
}
*/
/*
.menu li
{
	padding: 0px;
	list-style-type:none;
}
 */
.menu li a {	
	
	text-indent:30px;
	background: url(images/bouton_menu_off.png);
	background-repeat: no-repeat;
	background-position:right top;
	/*background-origin: 0px; chrome a besoin de cette propriété !*/
	line-height: 73px;
	width: 230px;
	/*line-width: 190px;
	font-size: 1.2em;*/
	letter-spacing: 2px;
	display:block;
	text-decoration: none;
	color: #0000E0;
}

.menu li a:hover	{
	background: url(images/bouton_menu_on.png);
	background-repeat: no-repeat;
	color : #AA0044;
}

.probleme
{
border:none;
}
.photos
{
border-collapse: collapse;
}
.tableauechelle
{
border-collapse:collapse;
width: 350px;
margin: auto;
}
td
{
border: 2px solid black;
text-align:center;
padding:20px;
}
.soustitre
{
font-size:150%;
font-weight:bold;
}
h3
{
position:relative;
top:20px;
}
.bus
{
position:relative;
left:400px;
bottom:395px;
}
.news
{
/*
position:relative;
left:250px;
width:1000px;
margin-bottom:100px;
*/
margin-left : 240px;
}
.sanspuce
{
list-style-type: none;
}
.alaligne
{
margin-bottom: 1em;
}
.important
{
color:red;
margin-bottom: 1em;
}

#map_canvas{ 
	width:500px; 
	height:375px;
	margin-left : 20%;
	margin-right : auto;
	margin-bottom : 20px;
}

