@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#conteneur {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banniere {
	background-image: url(../images/cadre/banniere.jpg);
	height: 83px;
	width: auto;
	display: block;
}
#corps {
	background-image: url(../images/cadre/corps.jpg);
	background-repeat: repeat-y;
	width: auto;
	display: block;
}
#bas_page {
	background-image: url(../images/cadre/bas_page.jpg);
	height: 57px;
	width: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 6px;
	display: block;
	line-height: 18px;
}
div#bas_page a:hover {
	color: #FFFFFF;
}

#menu {
	height: 46px;
	width: 767px;
	margin-left: 1px;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(../images/menu/menu_fond.gif);
	background-repeat: repeat-x;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left;
	background-image: url(../images/menu/menu_svl_gche.gif);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff; /*right tab image path*/
	background-image: url(../images/menu/menu_svl_drte.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#contenu {
	width: 747px;
	margin-left: 1px;
	padding: 10px;
}
#sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	width: 200px;
	padding-left: 15px;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	width: 190px;
	text-align: right;
	margin-left: 570px;
}
#drapeaux {
	padding-left: 703px;
	padding-top: 6px;
}

