
		.vignettes{
			margin: 0;
			padding: 0;
			overflow: hidden;
			border: solid thin #ddd;
		}
		
		.center_resize2 {
			width: 290px;
			height: 220px;
			float: left;
			padding: 0;
			margin: 0px;
			text-align: center;
			margin-bottom: 5px;
			margin-right: 7.3px;
		}
		
		.center_resize2 p {
			margin: 0;
			padding: 0;
			text-align: center;
			width: 290px;
			font-family: 'Arvo:700',serif;
			margin-bottom: 5px;
			margin-top: 10px;
			font-weight: bold;
		}
		
		.center_resize {
			width: 286px;
			height: 193px;
			float: left;
			padding: 0;
			margin: 0;
			margin-bottom: 20px;
			text-align: center;
			margin-left: 5px;
			margin-right: 5px;
		}
		
		.center_resize_left {
			float: left;
			width: 170px;
			height: 170px;
		}
		
		.center_resize_right {
			float: right;
			width: 113px;
			height: 170px;
			overflow: hidden;
		}
		
		.microVignettes {
			margin-right: 3px;
			margin-top: -1px;
			margin-bottom: 13px;
			float: left;
			height: 50px;
			width: 50px;
			overflow: hidden;
		}
		
		.microVignettes > div {
			filter: grayscale(100%);
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: url(filters.svg#greyscale);
			filter: gray;
			-webkit-filter: grayscale(1);
			
			-o-transition: .05s; /*Opera duration version*/
			-ms-transition: .05s; /*Opera duration version*/
			-moz-transition: .05s; /*Mozilla duration version*/
			-webkit-transition: .05s; /*Webkit: Animation duration*/
			transition: .05s;
		}
		
		.microVignettes > div:hover {
			-webkit-filter: none;
			-moz-filter: none;
			-ms-filter: none;
			-o-filter: none;
			opacity: 1;
			filter: none;
			
			-o-transition: .5s; /*Opera duration version*/
			-ms-transition: .5s; /*Opera duration version*/
			-moz-transition: .5s; /*Mozilla duration version*/
			-webkit-transition: .5s; /*Webkit: Animation duration*/
			transition: .5s;
		}
		
		h3{
			margin: 0;
			margin-bottom: 5px;
			padding: 0;
			text-align: left;
		}
		
		.boutons_admin > img{
			border-right: solid 1px #000;
			border-bottom: solid 1px #000;
			border-top: solid 0px #000;
			border-left: solid 0px #000;
		}
		
		.boutons_admin > img:hover{
			border-right: solid 0px #000;
			border-bottom: solid 0px #000;
			border-top: solid 1px #000;
			border-left: solid 1px #000;
		}
		
		#bottomNav > #bottomNavClose > img{
			text-shadow: none;
			border: none;
			margin-bottom: 0px;
		}
		
		.body_resize_bottom {
			min-height: 230px;
		}
		
		.prevImg{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/prev.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.prevImgHover{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/prev_hover.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.nextImg{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/next.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.nextImgHover{
			height: 25px;
			width: 25px;
			cursor: pointer;
			background-image: url(../images/next_hover.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#navMissions{
			position: relative;
		}
		
		.navMissions{
			margin: 0;
			padding: 0;
			position: relative;
			text-align: center;
			width: 100%;
		}
		
		.navMissions span{
			padding-left: 10px;
			margin-right: 5px;
		}
		
		.navMissions .separateur{
			background-image: url(../../../images/menu_separator.png);
			background-position : left center;
			background-repeat: no-repeat;
		}
		