*{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.world{
	background-image: url(img/world2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 360px;
	width: 698px;
}
/* ONGLET TOP STYLE
--------------------------------*/
.ongletLeft{
	background-image: url(img/topLeftNav.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.ongletRight{
	background-image: url(img/topRightNav.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.ongletCenter{
	background-color: #EDEDED;
	font-size: 11px;
	color: #3C6A83;
}
.ongletLink{
	text-decoration: none;
	color: #666666;
}
.ongletLink:hover{
	color: #79742F;
}

/* MAIN FRAME BOX
-----------------------------------*/
.frameTop{
	background-image: url(img/frameTop.gif);
}
.frameBottom{
	background-image: url(img/frameBottom.gif);
}
.frameLeft{
	background-image: url(img/frameLeft.gif);
	background-repeat: repeat-y;
}
.frameRight{
	background-image: url(img/frameRight.gif);
	background-repeat: repeat-y;
}
.frameContent{
	padding: 4px;
}
/* SPLIT PAGE NAVIGATION STYLE
----------------------------------*/
.numPage,.page,.pageOn{
	/*border-top: 1px dashed #cccccc;*/
	/*border-bottom: 1px dashed #cccccc;*/
	color: #1B5B6F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
}
.page{
	text-decoration: none;
}
.page:hover{
	color: #FF3300;
}
.pageOn{
	color: #FF3300;
}
.arrowNav{
	margin-right: 4px;
}
.darkBox{
	width: 723px;
	height: 37px;
	background-image: url(img/darkGrey.gif);
	background-repeat: no-repeat;
}
/* FORM STYLE
-----------------------------*/
form{
	margin: 0px;
	padding: 0px;
}
select,option{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.in{
	border: solid 1px #666666;
	width: 100%;
	font-size: 11px;
	height: 20px;
	background-image: url(img/backIn.gif);
	background-repeat: repeat-x;
}
.submit{
	border: solid 2px #666666;
	background-color: #ADD8E6;
	width: 100%;
	font-size: 11px;
	height: 20px;
	background-image: url(img/backSub.gif);
	background-repeat: repeat-x;
}
.texteForm{
	font-weight: bold;
	color: #333333;
}
.texteFormRouge{
	font-weight: bold;
	color: #CC0000;
}
.texteRouge{
	color: #CC0000;
}
.infos{
	color: #517D7D;
}
/* LOGIN BOX STYLE
---------------------------------------*/
#login{
	padding: 0px;
	margin: 0px;
	display: none;
}
.logBox{
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	/*background-color: #efefef;*/
	background-image: url(img/greyBoxLight.gif);
}
.logTxt{
	padding-top: 0px; 
	padding-bottom: 0px;
	font-size: 11px;
}

/* SECONDARY NAVIGATION
---------------------------------*/
.secLink{
	text-decoration: none;
	color: #79828A;
}
.secLink:hover{
	color: #79742F;
}

/* MAIN NAVIGATION STYLE
----------------------------*/
#navcontainer{
	margin-left: 8px;
}

ul.navlist { 
margin: 0px;
padding: 0px;

}
li.navlistItem { 
display: inline;
background-image: url(img/item.gif);
background-repeat: no-repeat;
background-position: left; 
padding-left: 14px;
padding-right: 4px;
margin: 0px;
}
.navlistLink,.navlistLinkOn{
	text-decoration: none;
	color: #3C6A83;
	font-size: 13px;
}
.navlistLink:hover{
	color: #FF3300;
}
.navlistLinkOn{
	color: #FF3300;
}
.grey{
	background-image: url(img/greyBoxLight.gif);
}
.greyEdit{
	background-image: url(img/greyBoxLight.gif);
	color: #1B5B6F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.footerSmall{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B1B1B1;
}
/*
-------------------- flag */
.flagBox,.flagBoxOver{
	display: inline;
	width: 120px;
	border: solid 1px #dddddd;
	padding: 4px;
	margin: 6px;
	cursor: hand;
}
.flagBoxOver{
	background-color: #333333;
	color: #ffffff;
}
/*
-------------------- add lieu */
.listLieu{
	margin: 0;
	padding: 0;
}
.listLieu span{
	margin-right: 20px;
}
