/* CSS Document */
@import "reset.css";

.foatL {float: left;}
.floatR {float: right;}
.noFloat {
	clear: both !important;
	float: none;
	width: 1px !important;
	height: 0px;
	line-height: 0em !important;
	font-size: 0px !important;
	margin: 0px !important;
	padding: 0 !important;
	}

.noFloatSpan { /*no 1px height*/
	display: block;
	*display: inline;
	clear: both !important;
	width: 1px !important;
	height: 0px;
	line-height: 0em !important;
	font-size: 0px !important;
	margin: 0px !important;
	padding: 0 !important;
	}
.hiden {
	display:none;
	}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1em;
	color:#464545;
	background:#ecf3fc url(../img/fd_body.png) repeat-x left top;
	}

#page {
	width:980px;
	margin:0 auto;
	padding:0;
	}


#header {
	display:block;
	width:980px;
	height:110px;
	margin:25px 0 0 0;
	padding:0;
	color:#464545;
	font-size:1em;
	}

	.fr {
		background:#fff url(../img/fd_header_fr.png) no-repeat left top;
		}
	.en {
		background:#fff url(../img/fd_header_en.png) no-repeat left top;
		}

	#header .header_l {
		display:block;
		width:570px;
		height:100px;
		float:left;
		font-family:Helvetica, Arial, sans-serif;
		}
		#header .header_l .logo {
			display:block;
			width:102px;
			height:69px;
			float:left;
			background:url(../img/ants.png) no-repeat left top;
			margin:20px 0 0 14px;
			padding:0;
			}
		#header .header_l .logo span {
			display:none;
			}

		#header .header_l h2 {
			display:block;
			width:379px;/*394*/
			height:44px;/*69*/
			float:left;
			background:url(../img/fd_header_l.png) no-repeat left top;
			margin:20px 0 0 12px;
			padding:25px 0 0 15px;
			color:#464545;
			font-size:1.15em;
			}

	#header .header_r {
		display:block;
		width:400px;
		height:105px;
		float:right;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		#header .header_r #langues {
			display:block;
			float:right;
			font-size:0.65em;
			margin:0;
			padding:10px 13px 0 0;
			}
			#header .header_r #langues a {
				color:#656565;
				text-decoration:none;
				}
				#header .header_r #langues a:hover {
					text-decoration:underline;
					}

			#header .header_r #langues span {
				color:#4089de;
				}

		#header .header_r #defilant {
			display:inline;
			width:374px;
			/*height:26px;*/
			float:right;
			margin:10px 10px 0 0;
			padding:6px 4px 0 2px;
			text-align:right;
			font-size:0.7em;
			font-weight:bold;
			color:#4089de;
			/*background:url(../img/fd_defilant.png) no-repeat left top;*/
			}
			#header .header_r #defilant .tickercontainer {
				width: 374px;
				height: 20px;
				margin: 0;
				padding: 0;
				overflow: hidden;
				}
			#header .header_r #defilant .tickercontainer .mask {
				position: relative;
				left: 0px;
				top: 2px;
				width: 374px;
				overflow: hidden;
				}
			#header .header_r #defilant ul.newsticker {
				position: relative;
				left: 390px;
				list-style-type: none;
				margin: 0;
				padding: 0;
				}
				#header .header_r #defilant ul.newsticker li {
					float: left;
					margin: 0;
					padding: 0;
					background: #fff;
					width:auto;
					white-space: nowrap;
					}
				#header .header_r #defilant ul.newsticker a {
					white-space: nowrap;
					padding: 0;
					color: #4089de;
					margin: 0 10px 0 0;
					}
				#header .header_r #defilant ul.newsticker span {
					margin: 0 10px 0 0;
					}

		#header .header_r #connectez {
			display:block;
			width:320px;
			height:26px;
			float:right;
			background:url(../img/fd_connectez.png) no-repeat left top;
			margin:3px 10px 0 0;
			padding:7px 0 0 0;
			font-size:0.7em;
			}
			* html #header .header_r #connectez { margin:2px 10px 0 0; } /*IE6*/
			*:first-child+html #header .header_r #connectez { margin:3px 10px 0 0; } /*IE7*/
		#header .header_r #connectez2 {
			display:block;
			width:140px;
			height:26px;
			float:right;
			/*background:url(../img/fd_connectez2.png) no-repeat left top;*/
			margin:3px 10px 0 0;
			padding:7px 0 0 0;
			font-size:0.7em;
			text-align:center;
		}
			* html #header .header_r #connectez2 { margin:2px 10px 0 0; } /*IE6*/
			*:first-child+html #header .header_r #connectez2 { margin:3px 10px 0 0; } /*IE7*/

			#connectez2 a,
			#connectez2 a:link,
			#connectez2 a:visited {
				text-decoration:underline;
				background:url(../img/connect.png) no-repeat left top;
				color:#fff;
				text-decoration:none;
				width:116px;
				height:17px; /*19*/
				display:block;
				font-weight:bold;
				text-transform:uppercase;
				font-size:0.95em;
				padding-top:2px;
				font-family:Arial,Verdana,Helvetica,sans-serif;
			}
			#connectez2 a:hover {text-decoration:underline;}

			#header .header_r #connectez legend,
			#header .header_r #connectez label {
				display:none;
				}
			#header .header_r #connectez input {
				width:120px;
				margin:0 0 4px 10px;
				font-size:1em;
				border:1px solid #b3b3b3;
				color:#2a2a2a;
				background:url(../img/fd_input.png) no-repeat left top;
				font-family:Arial, Verdana, Helvetica, sans-serif;
				}
				#header .header_r #connectez input.ok {
					width:24px;
					height:19px;
					font-weight:bold;
					color:#fff;
					background:url(../img/btn_ok.png) no-repeat left center;
					border:none;
					padding:0 0 1px 0;
					cursor:pointer;
					}
			* html #header .header_r #connectez input.ok { padding:2px 0 0 0; } /*IE6*/
			*:first-child+html #header .header_r #connectez input.ok { padding:2px 0 0 0; } /*IE7*/


			#header .header_r #connectez .nom {
				display:block;
				width:188px;
				margin:2px 0 4px 10px;
				float:left;
				line-height:1.05em;
				}
				* html #header .header_r #connectez .nom { width:185px; } /*IE6*/
				*:first-child+html #header .header_r #connectez .nom { width:188px; } /*IE7*/

				#header .header_r #connectez .deconnexion {
					display:block;
					width:115px;
					height:26px;
					float:left;
					}
					#header .header_r #connectez .deconnexion p {
						float:left;
						}
					#header .header_r #connectez .deconnexion input.ok {
						float:left;
						}

#wrap {
	display:block;
	width:978px;
	margin:0 0 10px 0;
	padding:0 0 1em 0;
	border:1px solid #d7d7d7;
	border-top:none;
	background-color:#fff;
	}


#breadcrumbs {
	display:block;
	width:962px;
	height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#428be0;
	margin:0;
	padding:4px 8px 0 8px;
	}
	#breadcrumbs a {
		color:#656565;
		text-decoration:none;
		}
		#breadcrumbs a:hover {
			text-decoration:underline;
			}
	#breadcrumbs strong {
		font-weight:normal;
		}


#menu {
	display:block;
	width:202px;
	float:left;
	margin:0 0 0 6px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	* html #menu { margin:0 0 0 3px; } /*IE6*/
	*:first-child+html #menu { margin:0 0 0 6px; } /*IE7*/


	#menu h3 a {
		display:block;
		width:180px;/*202*/
		height:23px;/*31*/
		background:url(../img/fd_mn_ttr.png) no-repeat left top;

		font-family:Helvetica, Verdana, Arial, sans-serif;
		font-size:0.8em;
		font-weight:bold;
		color:#ffffff;
		text-decoration:none;
		margin:0;
		padding:8px 0 0 23px;
		}

	#menu ul {
		margin:0;
		padding:0;
		background:url(../img/mn_fnd.png) no-repeat left bottom;
		zoom:1;
		}
		#menu ul ul {
			background:none;
			}
	#menu li {
		/*border:1px solid red;*/
		}
		#menu li a {
			color:#464545;
			text-decoration:none;
			}
			#menu li a:hover {
				color:#464545;
				text-decoration:underline;
				}

	/* niveau 1 */
	#menu ul li {
		font-size: 0.8em;
		font-weight:bold;
		border-top: 1px solid #c9c9c9;
		padding:5px 0 5px 0px;
		}
		#menu ul li a {
			display:block;
			background:url(../img/mn_puce_niv1a.png) no-repeat top left;
			background-position:0 0;
			font-weight:bold;
			padding:4px 0 4px 30px;
			margin-left:5px;
			}
			#menu ul li a.plus:hover,
			#menu ul li a.moins,
			#menu ul li.sel a.plus {
				background:url(../img/mn_puce_niv1b.png) no-repeat top left;
				}
	/* niveau 2 */
	#menu ul li li {
		font-size: 1em;
		font-weight:normal;
		border-top: none;
		padding-top:2px;
		padding-bottom:2px;
/*		padding-left:30px;*/
		}
		#menu ul li li a,
		#menu ul li li.nosel a.plus {
			display:block;
			background:url(../img/mn_puce_niv2a.png) no-repeat top left;
			font-weight:normal;
			padding:2px 0 2px 15px;
			margin-left:35px;
			}
			#menu ul li li a.plus:hover,
			#menu ul li li a.moins,
			#menu ul li li.sel a.plus {
				background:url(../img/mn_puce_niv2b.png) no-repeat top left;
				}

	/* niveau 3 */
	#menu ul li li li.nosel a {margin-left:0;}
	#menu ul li li li {
		/*padding:2px 0 2px 12px;*/
		padding:0 0 0 20px;
        background:url(../img/mn_puce_niv3a.png) no-repeat 11px 11px;
		margin-left:50px;
		}
		#menu ul li li li a,
		#menu ul li li li.nosel a.plus {
			display:block;
			background:none;
			font-weight:normal;
			padding-left:0px;
			}
			#menu ul li li li a.plus:hover,
			#menu ul li li li a.moins {
				background:none;
				}
			#menu ul li li li a:hover {
				background-position: 0px 0px;
				color:#3071be;
				text-decoration:none;
				}

/*		#menu ul li li li.sel {
			background:url(../img/mn_puce_niv3b.png) no-repeat 11px 11px;
			}*/
		#menu ul li li li.sel a {
			background:#05479b url(../img/fd_mn_sel.png) repeat-x left top !important;
			color:#fff;
			/*color:#0f54a4;*/
			}
		#menu ul li li li.sel2 a {
			background:none !important;
			color:#464545;
		}

	/* niveau 4 */
	#menu ul li li li li {
		padding:0px 0 0px 20px;
        background:url(../img/tiret.gif) no-repeat 11px 11px;
		margin-left:50px;
		}
		#menu ul li li li li a,
		#menu ul li li li li.nosel a {
			display:block;
			background:none !important;
			font-weight:normal;
			padding-left:0px;
			margin-left:0;
			color:#464545;
			}
			#menu ul li li li li a:hover {
				background-position: 0px 0px;
				color:#3071be;
				text-decoration:none;
				}

		#menu ul li li li li.sel a {
			background:#05479b url(../img/fd_mn_sel.png) repeat-x left top !important;
			color:#fff;
			/*color:#0f54a4;*/
			}

	#menu a span.dehors {
		position:absolute;
		left:-2000px;
		}

#menu ul li ul li ul li a.plus {
    margin-left:0px !important;
}
#menu ul li ul li ul li ul li {
	margin-left:0px;
}

.bloc_evenement_a_venir {
	margin:0;
	padding:0;
	}

#content_withentete {
	position:relative;
	width:744px;/*750-6*/
	float:left;
	margin:0 0 0 9px;
	padding:3px;
	background:url(../img/fd_content.png) no-repeat left top;
	display:inline;
}

#content_noentete {
	position:relative;
	display:block;
	width:745px;/*750-6*/
	float:left;
	margin:0 0 0 9px;
	padding:3px 3px 3px 0px;
	display:inline;
}




#footer {
	display:block;
	width:978px;
	margin:0 0 12px 0;
	padding:2px 0 4px 0;
	border:1px solid #d7d7d7;
	background-color:#fff;
	}

	#footer ul {
		width:400px;
		margin:0 auto;
		text-align:center;
		}

		#footer ul li {
			display:inline;
			border-right:1px solid #003772;
			font-size:0.7em;
			margin:0 8px 0 0;
			padding:0 8px 0 0;
			}
			#footer ul li.last {
				border:none;
				}
			#footer ul li a {
				color:#003772;
				text-decoration:none;
				}
			#footer ul li a:hover {
				text-decoration:underline;
				}



.ui-datepicker * {z-index:999; zoom:1;}

.block blockquote {margin-left:30px;}

#header h1 {display:none;}

.steps table {font-size:1em; width:95%;}
.col_milieu {width:10%;}

