/* Enter Your Custom CSS Here */
.main-navigation {
	background-color:#365284
}

.main-navigation li.current_page_item > a {
	color:#fff;
	transition:color 1.5s
}

.main-navigation li.current_page_item > a:hover {
	color:#afafaf;
	transition:color 0
}

.slideshow-window {
	background-color:#fff!important;
	border:20px solid #fff!important
}

.slideshow-slide-caption {
	background:none;
	background-color:rgba(51,51,51,0.55);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C333333,endColorstr=#8C333333);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C333333,endColorstr=#8C333333);
	zoom:1
}

/*STYLES BLOCK*/
#block1,#block2,#block3,#block4,#block5,#block6 {
	margin-left:30px;
	width:200px;
	min-height:300px;
	border:1px solid #ccc;
	padding:30px;
	margin:0 0 20px;
	display:inline-block
}

h2.rubrique {
	font-size:13px;
	margin-top:10px;
	text-align:center
}

h2.rubrique:hover {
	font-size:14px;
	margin-top:10px;
	color:#fff;
	text-align:center
}

img.vignette {
	-webkit-box-shadow:0 0 2px 0 rgba(62,62,62,0.7);
	-moz-box-shadow:0 0 2px 0 rgba(62,62,62,0.7);
	box-shadow:0 0 2px 0 rgba(62,62,62,0.7);
/*border radius*/
	overflow:hidden;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	border-radius:150px;
	width:200px;
	height:200px;
	text-align:center
}

.block:hover {
	background-color:#1e73be;
	color:#fff
}

.block p {
	margin:0;
	font-size:13px;
	text-align:center
}

img.crop {
	-webkit-box-shadow:0 0 2px 0 rgba(62,62,62,0.7);
	-moz-box-shadow:0 0 2px 0 rgba(62,62,62,0.7);
	box-shadow:0 0 2px 0 rgba(62,62,62,0.7);
/*border radius*/
	overflow:hidden;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	border-radius:150px;
	width:200px;
	height:200px;
	text-align:center
}

img.border{
border-style: solid !important;
border-width: 2px !important;
border-radius: 0px !important;
border-color: #ffffff !important;
-moz-box-shadow: 3px 3px 1px 1px #ededed !important;
-webkit-box-shadow: 3px 3px 1px 1px #ededed !important;
box-shadow: 3px 3px 1px 1px #ededed !important;}

.meta span a:hover{
color:#1E73BE !important;}


/*Bordure de l'encart form recherche*/

.searchform {
    border: none !important;
    border-radius: none !important;
    box-shadow:none !important;
    margin: 13px 0 !important;
}



