/* ZONE DE STYLES DE TEXTE */
b, strong {
	font-weight: bold;
}
.alert {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
img {
	border:none;
}
p {
	padding:0;
	margin:12px 0 12px 0;
}
ul li {
	margin-bottom:10px;
}
.liens_highlight {
	font-size: 12px;
	font-weight: normal;
	color: #009E5F;
}

/* ZONE DE LAYOUT */
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ECECEC;
}

#header {
	clear:both;
	text-align:left;
	margin:0 10px 0 10px;
}
#header #langues {
	float:right;
	text-align:right;
	width:275px;
	padding:5px 0;
}
#header #langues img {
	margin:0 0 0 7px;
}
#header #langues a {
	text-decoration:none;
}
#header #langues a:hover {
	text-decoration:underline;
}
#header #logo {
	clear:both;
	float:left;
	margin:20px 0 0 18px;
}
#header #logo #sub {
	font-size:14px;
	color:#042E6E;
	font-weight: bold;
	text-align:center;
}
#header #top_deco {
	clear:right;
	float:right;
}
#header #menu {
	clear:both;
	text-align:right;
}
#header #menu img {
	margin:0 0 0 3px;
}
#container {
	width:722px;
	margin:auto;
	text-align:left;
	background-image:url(../commun/background-general.gif);
	background-repeat:repeat-y;
}
#zone_principale {
	background:url(../commun/background-paysage.jpg) bottom no-repeat;
}
#container #gauche {
	float:left;
	width:177px;
	text-align:left;
	margin:10px 0 125px 15px;
}
#container #gauche #livetracker_anim {
	/*border:1px solid #bbb;*/
}
#container #gauche #news {
	margin:5px 0 0 35px;
}
#container #gauche #also_visit {
	margin:5px 0 12px 15px;
	text-align:center;
}
#container #gauche #also_visit h2 {
	margin:0 0 0 0;
}
#container #gauche #also_visit img {
	margin:8px 0 0 0;
}

#container #droite {
	float:right;
	width:497px;
	text-align:left;
	margin:10px 17px 175px 0;
}

#container #droite #breadcrumb {
	font-size:10px;
	margin:0 0 10px 0;
}
#container #droite #breadcrumb a {
	font-size:10px;
	text-decoration:none;
}
#container #droite #breadcrumb a:hover {
	font-size:10px;
	text-decoration:underline;
}

#footer {
	clear:both;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:center;
	padding:3px 0 0 0;
}
#footer p {
	margin:0 0 0.3em 0;
}
#footer a {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
/*avertissement page d'accueil*/
p.avertissement {
	background:#eee;
	border:dotted 1px #ddd;
	padding:10px;
	margin:20px 0;
	color:#666;
	line-height:18px;
}
span.important  {
	background:yellow;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	margin:5px 0;
	margin-right:10px;
	font-style:italic;
	color:#333;
}
span.name {
	font-size:9px;
	font-style:italic;
	text-align:right;
	display:block;
}
