/* ----------------------------- 	*/
/* ==GLOBAL > BODY				*/
/* ----------------------------- 	*/
	body {
		height: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #333333;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

/* ----------------------------- 		*/
/* ==GLOBAL > CONTAINER 		*/
/* ----------------------------- 		*/
	div.container-wrapper {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	div.container-center-wrapper {
		position: relative;
		margin: 0 auto;
		width: 1010px;
	}

/* ----------------------------- */
/* ==GLOBAL > HEADER		 */
/* ----------------------------- */
	div.header-wrapper {
		position: relative;
		width: 100%;
		min-height: 173px;
		padding: 0;
	}

	
	div.header-wrapper div.container-center-wrapper:first-child {
		padding-bottom:20px;
		background: url('img/header-bg.png') right top no-repeat;
	}
	
/* ----------------------------- */
/* ==GLOBAL > CONTENT		 */
/* ----------------------------- */
	div.content-wrapper {
		position: relative;
		width: 100%;
	}
	
	
	div.content-wrapper div.container-center-wrapper:first-child {
		padding-bottom:25px;
		background: url('img/footer-bg.png') 85% bottom no-repeat;
	}
		
		
/* ----------------------------- 	*/
/* ==GLOBAL > FOOTER		*/
/* ----------------------------- 	*/
	div.footer-wrapper {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 250px;
		background-color:#032a53;
	}


/* ----------------------------- 	*/
/* ==GLOBAL > PLUGINS		*/
/* ----------------------------- 	*/
div.plugin-title-wrapper {
	position: relative;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 35px;
	font-weight: 600;
	color:#11336a;
	border-top:3px solid #f2a039;
	padding-top:0px;
	margin-bottom:15px;
	background-color:#ffffff;
}
	div.plugin-title-wrapper.w-icon {
		text-align: left;
	}
	div.plugin-title-wrapper.grey {
		background: #001826;
		color: #FFF;
	}
	div.plugin-title-wrapper.red {
		background: #d82f1b;
		color: #FFF;
	}
	div.plugin-title-wrapper.black {
		background: #001826;
		color: #FFF;
	}
	div.plugin-title-wrapper.blue {
		background: #076ea8;
		color: #FFF;
	}
	
	div.plugin-title-wrapper.border-red {
		border-color: #d82f1b;
	}
	
		div.plugin-title-icon {
			float: left;
			background: url(img/sprite.png) no-repeat -442px -3px ; /* GAUCHE / HAUT	*/
			width:40px;
			margin-top: 2px;
			margin-right: 10px;
			height:36px;
		}
div.plugin-title-small {
	position: relative;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color:#11336a;
	border-top:3px solid #f2a039;
	padding-top:5px;
	margin-bottom:10px;
	background-color:#ffffff;
	
}
div.plugin-title-medium {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 20px 0 0px;
	text-transform: uppercase;
}
	div.plugin-title-medium.red {
		color: #ed1c24;
	}


/* ----------------------------- 					
	 == PLUGIN GENERIQUE
	 INDEX > LARGE
	 ----------------------------- 		*/
div.plugin-index-large-wrapper {
	position: relative;
	margin-top: 0;
	padding: 10px;
	margin-bottom:35px;
	background-color:#ffffff;
}
	div.plugin-index-large-inside {
	}


/* ----------------------------- 					
	 == PLUGIN GENERIQUE
	 LISTE > LARGE
	 ----------------------------- 		*/
ul.plugin-list-large {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
	ul.plugin-list-large li {
		margin-bottom: 4px;
		padding: 10px 4px;
		background: #e0e2e4;
		color: #636363;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 1.1;
	}
		ul.plugin-list-large li.dark {
			background: #cac8c8;
		}
		ul.plugin-list-large li.header {
			background: #FFF;
			color: #333333;
			font-weight: bold;
		}
	div.col-tiny {
		float: left;
		width: 5%;
		text-align:center;
	}
	div.col-smaller {
		float: left;
		width: 7%;
		text-align:center;
	}
	div.col-small {
		float: left;
		width: 9%;
		text-align:center;
	}
	div.col-medium {
		float: left;
		width: 13%;
	}
	div.col-large {
		float: left;
		width: 22%;
	}
	div.col-xlarge {
		float: left;
		width: 35%;
	}
	div.col-icon {
		float: left;
		width: 5%;
		cursor: pointer;
	}
		div.col-icon img {
			width: 16px;
		}
	
/* ----------------------------- 					
	 ==FILTRE / RECHERCHE 
	 LA BARRE DE RECHERCHE
	 ----------------------------- 		*/
div.plugin-search-wrapper {
	position: relative;
	padding: 0;
	margin-bottom: 7px;
}
	div.plugin-search-inside {
		padding: 0px;
		background: #EAEAEA;
		border: 1px solid #e2e0e0;
	}
		div.plugin-search-inside div.form-wrapper {
			padding: 5px 20px 5px 50px;
		}
		div.plugin-search-field {
			float: right;
			margin-right: 5px;
		}
			div.plugin-search-field.invert {
				float: right;
				margin-left: 5px;
			}
			div.plugin-search-field.w-large {
				width: 40%;
			}
			div.plugin-search-field.w-medium {
				width: 30%;
			}
			div.plugin-search-field.w-small {
				width: 20%;
			}
		div.plugin-search-field input, div.plugin-search-field select {
			width: 98%;
		}
		div.plugin-search-submit {
			float: right;
		}
			div.plugin-search-submit input {
				margin: 3px 0;
			}
		div.plugin-search-icon {
			float: left;
		}
			div.plugin-search-icon a {
				margin: 3px 0;
			}
			
	div.plugin-search-letters-wrapper {
		width: 90%;
		margin: 0 auto 30px;
	}
		div.plugin-search-letter {
			float: left;
			font-size:20px;
			font-family: 'Roboto Condensed';
			font-weight:700;
			padding-bottom: 3px;
			text-transform: uppercase;
			text-decoration: underline;
			margin: 0 20px 0 0;
			cursor: pointer;
		}


/* ----------------------------- 					
	 ==FILTRE / RECHERCHE 
	 FILTRE LARGE
	 ----------------------------- 		*/
	div.plugin-search-inside-wide {
		padding: 0px;
		background: #none;
		border: none;
		width:300px;
		margin:0 auto;
	}
		div.plugin-search-inside-wide div.col-left {
			float: left;
			width: 70%;
			padding-top: 40px;
			padding-bottom: 40px;
		}
			div.plugin-search-inside-wide div.col-left.small_padding {
				padding-bottom: 20px;
			}
		div.plugin-search-inside-wide div.col-right {
			float: right;
			width: 25%;
		}
		
		div.plugin-search-inside-wide div.row {
			padding: 7px 5px;
		}
		div.plugin-search-inside-wide div.label {
			float: left;
			width: 280px;
			padding-left: 20px; 
			font-family: 'Titilliuem Web', sans-serif;
			font-weight: 400;
			font-size: 18px;
		}
			div.plugin-search-inside-wide div.label.txt-white {
				color: #FFF;
			}
		div.plugin-search-inside-wide div.input {
			float: left;
			width: 300px;
		}
			div.plugin-search-inside-wide input[type="text"], input[type="password"], textarea {
				width: 95%;
				padding: 7px;
				border: 1px solid #999999;
				border-radius: 3px;
			}
			div.plugin-search-inside-wide select {
				width: 95%;
				padding: 7px;
				border: 1px solid #999999;
				border-radius: 3px;
			}

		div.plugin-search-inside-wide div.ajax-filter_bt {
			margin-top: 10px;
			display:block;
			text-align:center;
		}
		div.plugin-search-inside-wide div.ajax-search_bt.bg-white {
			margin-top: 92px;
			background: #FFF;
			color: #076ea8;
		}


	/*	newsletter_hack	*/
	div.plugin-search-inside-wide.newsletter_hack {
	}
		div.plugin-search-inside-wide.newsletter_hack div.col-left {
			width: 60%;
		}
		div.plugin-search-inside-wide.newsletter_hack div.col-right {
			width: 40%;
			padding-top: 20px;
		}
		div.plugin-search-inside-wide.newsletter_hack div.label {
			width: 185px;
			padding-left: 35px;
		}
		div.plugin-search-inside-wide.newsletter_hack div.input {
		}
		div.plugin-search-inside-wide.newsletter_hack div.ajax-search_bt {
			margin-top: 0;
			display: inline-block;
			width: 190px;
			text-align: center;
		}
		
	/*	contact_hack	*/
	div.plugin-search-inside-wide.contact_hack {
		width:90%;
	}
		div.plugin-search-inside-wide.contact_hack div.col-left {
			width: 100%;
		}
		div.plugin-search-inside-wide.contact_hack div.label {
			width: 185px;
			padding-left: 35px;
		}
		div.plugin-search-inside-wide.contact_hack div.input {
		}
		div.plugin-search-inside-wide.contact_hack div.ajax-search_bt {
			margin-top: 0;
			display: inline-block;
			width: 190px;
			text-align: center;
		}
		
		div.plugin-search-inside-wide.contact_hack input[type="text"], input[type="password"], textarea {
			width: 275px;
		}
		div.plugin-search-inside-wide.contact_hack textarea {
			height:80px;	
		}
			
		
		
/* ----------------------------- 					
	 == PLUGIN GENERIQUE
	 VIEW > LARGE
	 ----------------------------- 		*/
div.plugin-view-large-wrapper {
	position: relative;
	margin-top: 0;
	padding:10px;
	background-color:#ffffff;
}


/* ----------------------------- 					
	 == PLUGIN GENERIQUE
	 VIEW MORE NEWS
	 ----------------------------- 		*/
div.plugin-view-more-wrapper {
	margin: 0;
	padding: 7px 0 15px;
}
	div.plugin-view-more-wrapper a.item {
		float: left;
		display: block;
		width: 190px;
		margin: 5px 11px;
		text-decoration: none;
		text-align: center;
	}
		div.plugin-view-more-wrapper div.picture {
			width: 100%;
			height: 92px;
			overflow: hidden;
		}
			div.plugin-view-more-wrapper div.picture img {
				width: 110%;
			}
		div.plugin-view-more-wrapper div.title {
			font-weight: bold;
			padding: 10px 0 4px;
			height: 30px;
			overflow: hidden;
		}
		div.plugin-view-more-wrapper div.description {
			height: 100px;
			overflow: hidden;
		}

/* ----------------------------- 	*/
/* ==GLOBAL > MISC				*/
/* ----------------------------- 	*/
	div.spacer-dashed {
		height: 1px;
		width: 100%;
		border-bottom: 1px dashed #CCCCCC;
		margin: 5px 0;
	}
	a.plugin-button {
		float: right;
		height: 23px;
		line-height: 23px;
		text-transform: uppercase;
		padding: 0 7px;
		margin: 0 5px;
		display: block;
		color: #FFF;
		border-radius: 4px;
		font-weight: 600;
	}
		a.plugin-button.color-blue {
			background: #233b75;
		}

	div.plugin-filter-wrapper {
		position: relative;
	}
		div.plugin-filter-inside {
			padding: 12px;
			background: #f6f6f6;
			margin-bottom: 5px;
		}

/* ----------------------------- */
/* ==PAGINATION				 */
/* ----------------------------- */
div#ajax-pagination-content {
/*	min-height: 300px; */
}
div.pagination-wrapper {
	text-align:center;
	margin: 0;
}
	div.pagination-wrapper ul {
		list-style: none;
		margin: 20px 0 10px;
		padding: 0;
		display: inline-block;
	}
		div.pagination-wrapper ul li {
			float: left;
		}
			div.pagination-wrapper ul li a {
				font-weight: bold;
				color: #333333;
				width: 25px;
				height: 20px;
				line-height: 20px;
				text-align: center;
				display: block;
				cursor: pointer;
			}
			div.pagination-wrapper ul li a.active {
				color: #076ea8;
				font-weight: bold;
				text-decoration: underline;
			}

/* ----------------------------- */
/* ==PATHWAY					 */
/* ----------------------------- */
div.pathway-wrapper {
	position: absolute;
	padding: 0;
	top: 150px;
	left: 26px;
	padding: 0;
	overflow: hidden;
}
	div.pathway-wrapper .item {
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		color: #828282;
	}
		div.pathway-wrapper .item:first-letter {
			text-transform: uppercase;
		}	
		div.pathway-wrapper .item img {
			margin-top: 0;
			height: 16px;
		}
	div.pathway-wrapper .spacer {
		padding: 0 10px;
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		color: #828282;
	}