body {
	background:#ffffff;
	font-size:76%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, ul, li, td, dd, div, select, form, input {
	font-family:"Trebuchet MS", verdana, lucida, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: .3em;
}

h1, h2, h3 {
	font-family:"Trebuchet MS", verdana, lucida, sans-serif;
	margin: 0;
	padding-top: .5em;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 0.9em;
	font-family: "Trebuchet MS", verdana, lucida, sans-serif;
	font-weight:bold;
	margin: 0px;
}

/* Liens */
a, a:link, a:visited; { 
	color: #2D56B1;
	text-decoration: none;
	font-weight: bold; 
}

a:hover, a:active { 
	color: #8c0010;  
	text-decoration: none; 
} 

th {
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	}
	
/* Mise-en-page */

#layout   {
	background: #ffffff url(images/dgr-bgrd.gif) no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #333;
	width: 770px;
}

/* Menu principal */
#navcontainer {
	text-align: right;
	padding-top: 32px;
	padding-right: 20px;
	margin: 0;
 }

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
 }

 
#navlist ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	width: 100%; 
	white-space: nowrap; 
}

ul#navlist li    {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
	padding-right: 2px;
	
}
         
ul#navlist a { 
	padding: 2px; 
	} 

ul#navlist a:link, #navlist a:visited {
	color: #fff; 
	background-color: #2D56B1; 
	text-decoration: none; 
}

ul#navlist a:hover {
	color: #fff; 
	background-color: #8c0010; 
	text-decoration: none; 
}

ul#navlist li.choisi a:link {
	color: #fff; 
	background-color: #8c0010; 
	text-decoration: none; 
}

/* Style du contenu */

#content    {
	margin-left: 310px;
	margin-top: 30px;
	padding: 1em;
	width: 400px;
	}

table.villes td {
	font-size: 0.9em;
	padding: 1px;
	border: none;
}

table.villes th {
	font-size: 1.1em;
	text-align: center;
	padding: 1px;
}

.centered {
	text-align: center;
	}

#leftcontent {
	float: left;
	text-align: right;
	padding-top: 70px; 
	width: 280px;
	margin: 0;
}

.clearboth { clear: both; }

.info {
	font-family:"Trebuchet MS", verdana, lucida, sans-serif;
	margin: 0px;
	background-color: #2D56B1;
	padding: 2px;
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
}

#footnotes {
	font-family:"Trebuchet MS", verdana, lucida, sans-serif;
	font-size: 0.8em;
	line-height: 0.8em;
	text-align: center;
	background: #fff;
	border: 1px solid #2D56B1;
	padding: 2px;
	display: block;
	width: 764px;
	margin: 0;
	clear: both;
}

.promo {
	font-size: 1.4em;
	font-weight: bold;
	}
.note {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	}
#popup {
	padding: 10px;
	text-align: left;
}

td.stats {
	font-size: 0.9em;
	padding: 1px;
}

.pink {
	background: #CCCCFF;
	border-bottom: 1px solid #000000;
}

