@charset "iso-8859-2";
/* CSS Document */
html, body, global {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E6EAEF; /*#002E5E; #CCC;*/
	background-image: url(img/commun/fd_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;	/*overflow-y:scroll;
	/*display: block;   
    overflow: hidden;   
    overflow-x: hidden;   
    overflow-y: auto;*/    
}

#global {
	position: relative;
	/*width: 100%; 960px;*/
	min-height: 100%;
	width: 960px;
	/*overflow: hidden; */
	margin-left: auto;
	margin-right: auto;
	/*background-color: #fff;*/
	background-color: #003366; /*#002E5E; */
	/*border-left: solid 1px #002E5E;
	border-right: solid 1px #002E5E;*/
}
#global, #contenu, #tampon {
	background-image: url(img/_newindex/fd_contenu.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	position: relative;
	height: 90px;
	/*overflow: hidden;*/
	background-position: 0px;
	background-repeat: no-repeat;
}

#header img {
	position: absolute;
	top: 36px;
	right: 30px;
}

#centre {
	/*padding-top: 50px;*/
	position: relative;
	/*background-color: #fff;
	border-right: solid 1px #fff;*/
	height: 100%;
	/*background-image: url(img/commun/fd_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

#contenu {
	width: 960px;
	background-color: #003366; /*#002E5E; #fff;*/
	height: 100%; /*400px;*/
	/*border-right: solid 1px #fff;*/
}
#tampon {
	height: 100px;
	/*background-color: #cccccc;*/
}
#footer {
	position: absolute;
	bottom: 0;
	left: 240px;
	width: 720px;
	height: 35px;
	/*line-height: 20px;
	padding-top: 10px;
	background-color: #ccc;*/
	border-top: solid 1px #000;
}
#footer p {
	margin: 10px 0 0 40px;
	padding:0;
}

#imagescentre {
	float: right;
	width: 680px; /*750px;*/ /*disponible : 720px */
	height: 100%;
	margin-top: 76px;
	/*background-color: #ccc;*/
}
#imagescentre a {
	color: #333;
}


/* NAV LEFT */
#navleft {
	float: left;
	width: 230px; /*210px;*/
	margin-top: 72px;
	/*margin-left: 1px;
	background-color: #002e5e;
	background-image: url(img/commun/round_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/	
}
/*http://covertprestige.info/test/05-boite-avec-bordures-en-html-et-css.html*/
#navleft h2.top {
	margin: 0;
	height:8px;
	background: transparent url(img/commun/round_top.gif) no-repeat;
	background-position: center bottom;
	background-repeat: no-repeat;
	/*border: solid 1px red;*/	
}
#navleft h2.bottom {
	margin: 0;
	height:8px;
	background: transparent url(img/commun/round_bot.gif) no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	/*border: solid 1px red;*/	
}
#navleft ul#menu {
	list-style-type: none;
	width: 205px; /*160px;*/
	margin: 0 0 0 25px;
	padding:0;
	padding-bottom: 10px;
	/*background-color: #ccc; ;#003366*/
	/*border-bottom: solid 1px #002e5e;
	border: solid 1px;
	height: 20px;*/
}
#navleft ul#menu li {
	margin:0;
	padding:0;
}
#navleft ul#menu a {
	display: block;
	margin: 0;
	width: 185px; /*163px; 133px;*/
	padding: 0px 0px 0px 18px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	line-height: 22px;
	font-size: 10px;
	color: #e6ebf0;
	background-image: url(img/navcss/fd_item_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	/*border-bottom: solid 1px #FFF;*/
}
#navleft ul#menu a.on {
	background: url(img/navcss/fd_item_left_on.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#navleft ul#menu a:hover {
	/*background: #999;
	border: 1px solid gray; 
	border-right: solid 1px #ff0000;*/
	background: url(img/navcss/fd_item_left_on.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: #fff;
}
#navleft ul#menu li ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#navleft ul#menu ul a {
	width: 126px;
	padding: 2px 0 2px 30px;
	font-size: 11px;
	color: #ccc;
	line-height: 13px;
	background: url(img/navcss/fd_item_left_pt.gif) no-repeat;
	background-position: 14px 0px;
}
#navleft ul#menu ul a:hover {
	background: url(img/navcss/fd_item_left_pt_on.gif) no-repeat;
	background-position: 14px 0px;
}
#navleft ul#menu ul a.on {
	background-image: url(img/navcss/fd_item_left_pt_on.gif);
	background-repeat: no-repeat;
	background-position: 14px 0px;
}

/* NAV TOP */
#navtop {
	height: 21px;
	width: 960px;
	margin: 0px;
	background-color: #9999a0; /*#ffd300;*/	/*border-top: 1px solid #FFD300;
	border: solid 1px #ff0000;*/
	
}
#navtop ul#menutop {
	list-style-type: none;
	/*width: 100%;*/
	height: 20px;
	margin: 0 0 0 20px;
	padding:0;
	/*background-color: #ffd300;
	border: solid 1px;*/
}
#navtop  ul#menutop li {
	float: left;
}

#navtop ul#menutop a {
	float: left;
	/*margin: 0 2px;*/
	margin: 0;
	padding: 0px 10px 0px 10px;
	text-align: center;
	/*border-right: solid 1px #F2F4F7;*/
	text-decoration: none;
	color: #fff; /*#002e5e;*/
	/*background: #fff;*/
	line-height: 20px;
}
#navtop ul#menutop a:hover {
	/*background: #002e5e;*/
	/*background: #FFE153;
	border: 1px solid gray; 
	border-left: solid 1px #ff0000;*/
	color: #002e5e; /*#F2F4F7;*/
}
#navtop ul#menutop a.lir {
	/*border-right: solid 1px #000;*/
	border: none;
}
#navtop ul#menutop a.ontop {
	/*background: #002e5e;*/
	color: #002e5e;
}

.titre2, .titre2top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366; /*#50505A;*/
	font-weight: bold;
}
.titre2top {
	margin: 0;
	padding: 0;
	/*border: solid 1px;*/
	text-align: right;
}

/*annonce marge Left nav */
#annonces {
	width: 190px;
	margin-left: 30px;
	/*background-color: #fff;*/
	margin-top: 10px;
}
#annonces h2.top {
	margin: 0;
	height:8px;
	background-color: #003366;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/annonces/round_top.gif);	/*border: solid 1px red;*/
}
#annonces h2.bottom {
	margin: 0;
	height:8px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/annonces/round_bottom.gif);	/*border: solid 1px red;*/	
}
#annonces #contentAnnonce {
	background-color: #fff;
}
#annonces p {
	width: 170px;
	margin: 0 10px;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	/*border: solid 1px;*/
	color: #002e5e;
}
#annonces img {
	margin: 5px 0;
	border: solid 1px #999;
}

ul#error {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#error li {
	/*display: inline;*/
	margin: 0;
	padding: 0;
	/*color: #FF0000;*/
}

/* divers */
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}

/* for test */
.blc {
	color: #fff;
}
