* {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	outline: none!important;
}
input:focus, select:focus, textarea:focus {
	outline: none!important;
	background-color: #fff!important;
}
iframe {
	border: none;
	overflow: hidden;
}
body {
	color: #000;
	font-size:14px;
	background: url(../medias/global/bg.png) repeat top center;
	position: relative;
	z-index: 0;
	min-width: 1120px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #333;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
code {
	display: block;
	padding: 1em;
	overflow: hidden;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}
pre, code {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	word-wrap: break-word;
}
/*contenu*/
#contener {
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
/*connexion*/
#connection {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background-color: rgba(0,0,0,0.6);
	background-image: url(../medias/global/arri_oblique.png);
}
#connection .connect {
	overflow: visible;
	position: absolute;
	right: 200px;
	top: 100px;
	padding: 20px;
	border-radius: 10px;
	width: 700px;
	height: auto;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
}
#connection .moduleco {
	overflow: visible;
	margin: 0px;
	padding: 20px;
	width: 660px;
	height: auto;
	border-radius: 10px;
	text-align: center;
	background: #fff;
}
#connection h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px
}
#connection h6 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
#connection h5 img {
	width: 30px;
	height: 30px
}
#connection h5 a:hover {
	cursor: default
}
#connection .connect.active h5 a {
}
#connection div.connect.active {
}
#connection .ligne {
	display: -webkit-flex; /* OK chrome 21 */
	display: flex;
	vertical-align: bottom;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
}
#connection .ligne li:nth-child(1) {
	width: 40%;
	padding: 5px 0px
}
#connection .ligne li:nth-child(2) {
	width: 60%;
	padding: 5px 0px
}
#connection .ligne li.solo {
	width: 90%;
	padding: 5px 0px
}
#connection .ligne li:nth-child(1) {
	min-width:150px
}

#connection .ligne li:nth-child(1):before {
	content: "Ò   ";
	font-family: 'WebSymbolsRegular', cursive;
}
#connection .ligne li:nth-child(2):before {
	content: " ";
	font-family: 'MuseoSans500', Helvetica, sans-serif;

	color: #222;
}
#connection .bnt_femre {
	position: absolute;
	bottom: 40px;
	right: 40px;
	color: #C00;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 20px;
	background: #eee;
	box-shadow: 0 2px 2px #9c9c9c;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
#connection .bnt_femre:hover {
	box-shadow: 0 -2px 2px #9c9c9c;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
#connection .bnt_femre:before {
	content: "'";
	font-family: 'WebSymbolsRegular', cursive;
}
/*en-tete*/
#head {
	margin: 0px auto;
	width:1270px;
	padding: 0px;
	height: 110px;
	clear: both;
	display: block;
}
#head h1 {
	width: 370px;
	height: 110px;
	float: left;
	background: url(../medias/global/logo_institut_japonais.png) no-repeat center top;
}
#head h1 a {
	text-indent: -9999px;
	font-size: 0px;
	width: 300px;
	height: 110px;
	display:block;
}
#head h2 {
	height: 45px;
	width: 305px;
	float: right;
	text-align: center;
	font-weight: normal;
	top: 50px;
	margin-left: 42px;
	margin-bottom: -80px;
	position: relative;
	z-index: 500;
	color: #525d0e;
	font-size: 30px;
	line-height: 45px;
	vertical-align: middle;
	font-family: 'MuseoSans500', Helvetica, sans-serif;
	border-radius: 15px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #ffffff 0%, #ededed 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(0%, #ffffff), color-stop(99%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%, #ffffff 0%, #ededed 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%, #ffffff 0%, #ededed 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%, #ffffff 0%, #ededed 99%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%, #ffffff 0%, #ededed 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 1px #9c9c9c;
}
#head h2 img {
	height: 40px;
	vertical-align: top;
}
/*image decorative*/
#images {
	width: 100%;
	height: 170px;
	opacity: .99;
	clear: both;
	margin-bottom: 45px;
	margin-top: 0px;
	-moz-box-shadow: 0px 3px 10px 0px #999;
	-webkit-box-shadow: 0px 3px 10px 0px #999;
	-o-box-shadow: 0px 3px 10px 0px #999;
	box-shadow: 0px 3px 10px 0px #999;
	position: relative;
	z-index: 250;
}
#satisfaction {
	width: 100%;
	height: 170px;
	opacity: .99;
	clear: both;
	margin:0px auto 0px auto;
	-moz-box-shadow: 0px 3px 10px 0px #999;
	-webkit-box-shadow: 0px 3px 10px 0px #999;
	-o-box-shadow: 0px 3px 10px 0px #999;
	box-shadow: 0px 3px 10px 0px #999;
	position: relative;
	z-index: 250;
}

#images .symb-ic  {
	background-image: url(../medias/global/bg_map.png), url(../medias/global/bg_map.png);
	background-position: left 2px, left 140px;
	background-repeat: repeat-x;
	opacity: 0.7;
	height: 220px
}

#satisfaction .symb-ic  {
	background-image: url(../medias/global/bg_map.png), url(../medias/global/bg_map.png);
	background-position: left 2px, left 140px;
	background-repeat: repeat-x;
	height: 220px
}


.img_titre {
	margin: -195px auto -125px auto;
	width: 940px;
	height: 280px;
	padding: 0px 0px 0px 0px;
	clear: both;
	display: block;
	opacity: 0.99;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 10px 0px #999;
	-webkit-box-shadow: 0px 3px 10px 0px #999;
	-o-box-shadow: 0px 3px 10px 0px #999;
	box-shadow: 0px 3px 10px 0px #999;
	position: relative;
	z-index: 300;
}
/*Navigation*/
#nav {
	height: 80px;
	margin: 0px;
background: #010101; /* Old browsers */
background: -moz-linear-gradient(top,  #010101 0%, #44474b 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(55%,#44474b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #010101 0%,#44474b 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #010101 0%,#44474b 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #010101 0%,#44474b 55%); /* IE10+ */
background: linear-gradient(to bottom,  #010101 0%,#44474b 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#44474b',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}
#menu {
	margin: 0px 0px 0px auto;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	vertical-align: bottom;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 600;
}
#menu li {
	width: auto;
	top: -10px;
	left: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
	clear: both;
	margin: 0px 5px 0px 0px;
	color: #FFF;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	top: 0px;
	left: 0px;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.m-content {
	height: 40px;
	display: block;
	width: auto;
	white-space : nowrap;
	padding: 0px 30px 0px 10px;
	border-radius: 0px 0px 10px 10px;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.m-icon {
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	float: right;
	width: 30px;
	margin: 0px -30px 0px 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.m-main {
	padding: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	white-space : nowrap;
	white-space : nowrap;
}
.m-sub {
	padding: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal
}
#menu li a:hover {
	top: 10px;
	left: 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
}
#menu li a:hover .m-icon {
	font-size: 25px;
	line-height: 50px;
	margin: 0px -30px 0px 0px;
	text-shadow: 0px 0px 8px #fff;
	color: #fff;
	-webkit-animation: smallToBig 600ms alternate infinite ease;
	-moz-animation: smallToBig 600ms alternate infinite ease;
	-ms-animation: smallToBig 600ms alternate infinite ease;
	animation: smallToBig 600ms alternate infinite ease;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#menu li a:hover .m-content {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#menu li.select {
	top: 0px;
	left: 0px;
	position: relative;
	z-index: 602;
}
#menu li.select .m-content {
}
#menu li.select .m-icon {
	margin: 0px -30px 0px 0px;
}
#menu li.select .m-main {
}
#menu li.select:hover .m-icon {
}
#menu li.select:hover .m-main {
}
/*admin membre
#menu li:nth-child(7) .m-content {
	padding: 0px 10px 0px 10px;
}
#menu li:nth-child(7) .m-main {
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 15px;
}*/
/*contenue de la page*/
#content_tool {
}
#tools {
	width: 200px;
	height: 100px;
	position: relative;
	z-index: -100;
	top: 40px;
	left: 800px;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	margin: 0px;
	padding: 0px;
}
#tools .tool {
	width: 200px;
	height: 100px;
	margin-left: 20px;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 9999;
	top: 32px;
	left: -14px;
}
#tools .open {
	width: 25px;
	height: 25px;
	font-family: 'WebSymbolsRegular', cursive;
	top: 2px;
	left: 172px;
	position: absolute;
	z-index: 9999;
	color: #fff;
	display: block;
}
#tools .open a {
	color: #fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#tools p {
	margin-top: 10px
}
#tools .open .toolcont {
	width: 30px;
	height: 30px;
	display: block;
}
#tools .open a .outil {
	font-size: 25px;
	width: 25px;
	line-height: 25px;
	height: 25px;
	display: block;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#tools .open a .outil:before {
	content: "¤";
	font-family: 'WebSymbolsRegular', cursive;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#tools.tactive .open a:hover .outil:before {
	content: ")";
	font-family: 'WebSymbolsRegular', cursive;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#tools.tnoactive .open a:hover .outil:before {
	content: "(";
	font-family: 'WebSymbolsRegular', cursive;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#tools .open a:hover .outil {
	font-size: 25px;
	text-shadow: 0px 0px 8px #fff;
	line-height: 25px;
	width: 25px;
	height: 25px;
	-webkit-animation: smallToBig 600ms alternate infinite ease;
	animation: smallToBig 600ms alternate infinite ease;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	display: block;
}
#tools .toolbouton, #site .toolbouton {
	font-family: 'WebSymbolsRegular', cursive;
	border-radius: 5px;
	line-height: 25px;
	height: 25px;
	width: 25px;
	border: 0px;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	background-color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
	vertical-align: middle
}
#tools .toollangue {
	border-radius: 5px;
	vertical-align: middle;
	height: 25px;
}
#tools .toolbouton:hover, #site .toolbouton:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#tools .toolchamp, #site .toolchamp {
	width: 80px;
	height: 25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #fff;
	vertical-align: middle
}
#site .toolchamp {
	width: 180px;
}
#tools .toolchamp:focus, #site .toolchamp:focus {
	-webkit-animation: pulse 1s infinite alternate;
	-moz-animation: pulse 1s infinite alternate;
	-o-animation: pulse 1s infinite alternate;
	animation: pulse 1s infinite alternate;
}
.menu_section, .anim_image, .menu_profil, .cadre_index, .cadre1 , .cadre2 {
	width: 250px;
	float: left;
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 10px;
	background-color: #EFEBEA;
	border: 1px solid #D7D3D2;
	padding: 10px;
	z-index: 400;
	font-size:12px;
}


.cadre1 , .cadre2 {
	width: 98%;
	margin:10px auto;
	clear:both;
	
}

#bouton_noir {
	width: 250px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 10px;
	padding: 10px;
	height: 65px;
	background: #010101;
	background: -moz-linear-gradient(#44474B, #010101);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #010101), color-stop(1, #44474B));
	background: -webkit-linear-gradient(#44474B, #010101);
	background: -o-linear-gradient(#44474B, #010101);
	background: -ms-linear-gradient(#44474B, #010101);
	background: linear-gradient(#44474B, #010101);
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#bouton_noir h4 {
	color: #FFF;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	text-indent: 20px;
}
#bouton_noir h5 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	text-indent: 5px;
	margin-top: -30px;
	vertical-align: baseline
}
#bouton_noir .icon {
	font-size: 25px;
	line-height: 50px;
	margin: 5px -2px 0px -50px;
	text-shadow: 0px 0px 8px #fff;
	color: #fff;
	float: right;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#bouton_noir:hover .icon {
	-webkit-animation: smallToBig 600ms alternate infinite ease;
	-moz-animation: smallToBig 600ms alternate infinite ease;
	-ms-animation: smallToBig 600ms alternate infinite ease;
	animation: smallToBig 600ms alternate infinite ease;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#bouton_noir h5 img {
	float: left
}
.anim_image {
	height: 170px;
}
.anim_image img {
	margin: 20px;
}
#ressources .menu_section {
	background-color: #213339;
	border: 1px solid #213339;
}
.menu_section .inter, .menu_profil  .inter, .cadre_index  .inter, .cadre1 .cadre_style_1_content , .cadre2 .cadre_style_1_content {
	background: url(../medias/global/bg.png) repeat top center;
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#ressources .menu_section .inter {
	background-color: #385661;
	background-image: none;
}
.menu_section h4 , .menu_profil h4 , .cadre_index  h4 {
	font-size: 18px;
	border-bottom: 1px solid #acacac;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: -5px;
}
#ressources .menu_section h4 {
	color: #fff;
}
.menu_section li , .menu_profil li{
	list-style-position: inside;
	list-style-type: none;
	line-height: 20px;
	margin-bottom: 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#ressources .menu_section a, #ressources .menu_section li {
	color: #fff;
}
.menu_section li:before,  .menu_profil li:before{
	content: "Ù  ";
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 16px;
	padding-right: 3px;
}
.menu_section li:hover {
	margin-left: 10px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu_section li.select {
	list-style-position: inside;
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.menu_section li.select:before {
	content: "Ù   ";
	font-family: 'WebSymbolsRegular', cursive;
}
.menu_section li.select:hover {
	margin-left: 0px;
}
.menu_section .mini_ul {
	margin: 0px -10px 0px 10px;
	padding: 0px;
}
.menu_section .m_masque {
	display: none;
	padding: 5px 0px;
	width: 98%;
	margin: 0px auto;
}
/* Principal */
#menu_bare {
	margin: 0px auto;
	width:1200px;
	padding: 10px 0 10px 0;
	list-style: none;
}
#menu_bare li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 30px;
	vertical-align: middle;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	margin-right:10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#menu_bare a {
	float: left;
	height: 20px;
	padding: 0 10px;
	color: #e7e5e5;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-weight:normal;
	font-size:12px;
	
	
}
#menu_bare li.accueil {
	
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 14px;
	text-align: center
}
#menu_bare li.accueil a {
	padding: 0px 10px 0px 10px;
	width: 20px;
	display: inline-block;
}
#menu_bare li:hover > a {
	color: #fafafa;
}
#menu_bare li:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
*html #menu_bare li a:hover { /* IE6 */
	color: #fafafa;
}
#menu_bare li:hover > ul {
	display: block;
}
/* Sous-menu */

#menu_bare ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.1);
}
#menu_bare ul li {
	float: none;
	margin: 0;
	display: block;
	padding: 0;
	color: #000;
	text-shadow: 0 0px 0 #000;
	border-radius: 0px;
	font-size:12px;
	font-weight:normal;
}
#menu_bare ul li.select {
	font-size:12px;
	text-indent:10px
}
#menu_bare ul li:nth-child(1) {
	margin-left: 0px;
}
#menu_bare ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu_bare ul a {
	padding: 10px 20px 10px 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color: #000;
	text-shadow: 0 0px 0 #000;
}
*html #menu_bare ul a { /* IE6 */
	height: 10px;
	width: 150px;
}
*:first-child+html #menu_bare ul a { /* IE7 */
	height: 10px;
	width: 150px;
}
#menu_bare ul a:hover {
	background: #0186ba;
	background: -moz-linear-gradient(#04acec, #0186ba);
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec, #0186ba);
	background: -o-linear-gradient(#04acec, #0186ba);
	background: -ms-linear-gradient(#04acec, #0186ba);
	background: linear-gradient(#04acec, #0186ba);
}
#menu_bare ul li:first-child a {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#menu_bare ul li.select:before {
	content: " ]  ";
	font-family: 'WebSymbolsRegular', cursive;
}
#menu_bare ul li:last-child a {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* Rétablissement du flottement */
#menu_bare:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #menu_bare {
	zoom: 1;
} /* IE6 */
*:first-child+html #menu_bare {
	zoom: 1;
} /* IE7 */
#fil_ariane {
	margin: 0px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	position: relative;
	z-index: 4000;
	-webkit-box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
	color: #FFF;
	font-size: 11px;
}
#fil_ariane .arri {
	background: url(../medias/global/bg_map.png) top left repeat-x;
}
#fil_ariane .fil:before {
	content: "µ  ";
	font-family: 'WebSymbolsRegular', cursive;
}
#fil_ariane .fil {
	margin: 0px auto;
	width:1200px;
}
#fil_ariane .fil a {
	color: #FFF
}
#fil_ariane .fil a:hover {
	text-decoration: underline;
}
#fil_ariane .page_actu {
	font-weight: bold
}
.page {
	margin: 0px auto;
	width:1200px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
	min-height: auto;
	clear: both;
	position: relative;
	padding: 30px 0px;
	z-index: 200;
}
.page .cont {
	position: relative;
	z-index: 700;
	clear: both;
	height: 20px;
}
.page .colmenu {
	width: 20%;
	float: left;
	min-width: 300px;
}
.page .contenu {
	width: 69%;
	float: left;
	padding-top: 20px;
	margin-left: 30px;
	min-width: 200px;
}
.page .interi{
	padding: 5px 40px 5px 10px;
	
}
.page p {
	line-height: 18px;
	padding: 5px 0px;
	vertical-align: middle;
	text-align: justify;
}
.page .cadre_style_1_content p {
	font-size:14px
	
}
.page h1 {
	font-size: 29px;
	color: #000;
	margin-bottom: 15px;
	background: url(../medias/global/h1_picto.png) top left no-repeat;
	line-height: 32px;
	padding-left: 40px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}





.page .h1 span {
	display: none
}
.page .interi h1 {
	font-size: 0px;
	line-height: 0px;
}
.page .interi h1:before {
	content: "";
}
.page h2 {
	font-size: 24px;
	color: #000;
	margin-bottom: 35px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page h4 {
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page h5 {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.listedonne h5 {
	font-size:16px;
	color:#555;
	text-align:center;
	font-weight:normal;
	
}
.page h6 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-family: 'MuseoSans500', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page ul {
	padding: 5px 40px 5px 10px;
}
.page .menu_section ul {
	padding: 5px 10px 5px 10px;
}
.page ul li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 2px;
}
.page .contenu ul.rond-menu {
	padding: 5px 0px 5px 0px;
}
.page ol {
	padding: 5px 40px 5px 10px;
}
.page ol li {
	list-style-position: inside;
	list-style-type:decimal;
	margin-bottom: 2px;
}
.page ul.liste {
	padding: 5px 10px 5px 10px;
}

/*texte*/
.erreur {
	color: #361501;
	font-weight: bold;
	text-align: center;
}
.page_actu {
	font-weight: bold;
}
.valeur {
	font-weight: bold;
	color: #361501
}
.imp {
	color: #c50707
}
.info_imp {
	font-weight: bold;
	color: #361501;
}
.info_imp_index {
	font-weight: bold;
	color: #c50707;
}
.info_imp_index a {
	font-weight: bold;
	color: #f29401;
}
/*general*/
.page p.align_center, .align_center, .interi p.align_center {
	text-align: center;
}
.page p.align_left, .align_left, .interi p.align_left {
	text-align: left;
}
.page p.align_right, .align_right, .interi p.align_right {
	text-align: right;
}
.page p.align_justify, .align_justify, .interi p.align_justify {
	text-align: justify;
}
.page p.indent, .indent, .interi p.indent {
	text-indent:15px;
}

.intro {
	margin: 4px 0px;
}
.legende, .page p.legende {
	font-style: italic;
	text-align: left;
	
}


.mini_legende , .page p.mini_legende{
	font-style: italic;
	text-align:right;
	font-size: 11px;
	text-indent: 0px
}
.masquer {
	color: #999999;
	font-size: 9px;
	display: none;
}
.sign {
	text-align: right;
	font-style: italic
}
.signature {
	text-align: right;
}
.suite {
	font-style: italic;
	text-align: right;
}
.info_titre {
	text-align: left;
	color: #FFD634
}
.info_titre .info_imp {
	font-weight: bold;
	color: #F75797
}
.decale, .para {
	padding: 4px 0px 4px 5px;
}
.decale_mini {
	text-indent: 16px;
}
.officiel {
	font-style: oblique;
	padding: 4px;
	font-weight: bold;
}
.navig {
	text-align: center;
	margin: 5px 0px;
	overflow: hidden;
	display: block;
	height: 25px
}
.img_nav {
	vertical-align: text-bottom
}
.micro_texte {
	font-size: 10px;
}
.micro_titre {
	font-weight: bold;
}
.mini_titre {
	text-align: center;
	font-weight: bold;
}
.mini_titre_decale {
	text-align: left;
	font-weight: bold;
	text-indent: 8px;
}
.petit_titre {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps
}
.titre {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	display: block
}
.code {
	width: auto;
	font-family: "Lucida Console", monospace, sans-serif;
	border: 1px solid #F0E1F3;
	background-color: #FEFCFE;
	overflow: hidden;
	margin: 4px 2px;
	padding: 4px;
	display: block
}
.uper_titre {
	text-transform: uppercase
}
.citess {
	width: auto;
	background: url(forme/quote_arri.jpg) repeat-y top left;
	overflow: hidden;
	margin: 5px 10px;
	padding: 5px;
	display: block;
	border: solid 1px
}
.titre_centre, .txt_centre {
	width: auto;
	clear: both;
	background: url(forme/boite.jpg) repeat-y top left;
	overflow: hidden;
	margin: 5px 5px;
	padding: 5px;
	display: block;
	border: solid 1px;
	display: block;
}
.titre_centre {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px
}
.txt_centre {
	text-align: left;
	font-size: 11px;
	line-height: 12px
}
.txt_mini {
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 18px
}
.txt_mini a {
	color: #FFFFFF
}
.txt_mini a:hover {
	color: #361501
}
.date_titre {
	float: right;
	font-style: italic;
	margin-top: -5px
}
.boite_erreur {
	width: 95%;
	margin: 0px auto;
	color: #361501
}
.present {
	text-align: center;
	float: right;
	width: 150px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 2px
}
.boite_masque {
	visibility: hidden;
	display: none
}
.clear {
	clear: both
}
.btn {
	float: left;
	margin-right: 20px
}
.cite {
	margin: 5px;
	padding: 10px;
	font-style: italic;
}
.cite:before {
	content: "« ";
}
.cite:after {
	content: " »";
}
.page li img {
	vertical-align: middle
}
.page .separe {
	clear: both;
	background: url(../medias/global/separateur1.png) left center repeat-x;
	margin: 10px auto;
	width: 700px;
	height: 23px;
	display: block;
	padding:0px
}
.page .separe_invi {
	clear: both;
	margin: 10px auto;
	width: 100%;
	height: 5px;
	display: block;
}
.page .separe_invi_mini {
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 5px;
	display: block;
}

.page .masquer {
	visibility: hidden;
	display: none;
}
.img_smilies {
	vertical-align: top
}
.colones {
	clear: both;
	width: 100%;
	position: relative;
	margin: 0px auto
}
.colone {
	width: 50%;
	float: left;
	margin: 5px 0px
}
.colonemini {
	width: 45%;
	float: left;
	margin: 5px 0px
}
.colonemaxi {
	width: 55%;
	float: left;
	margin: 5px 0px
}
.clear {
	clear: both;
	width: 100%;
	position: relative
}
.page .info {
	text-align: center;
	font-style: italic
}
.page .gros {
	font-size: 18px
}
/*pied de page*/

#foot {
	min-height: 0px;
	clear: both;
	width: 100%;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #2d2e2f 60%, #000000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(60%, #2d2e2f), color-stop(90%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%, #2d2e2f 60%, #000000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%, #2d2e2f 60%, #000000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%, #2d2e2f 60%, #000000 90%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%, #2d2e2f 60%, #000000 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	display: block;
	overflow: visible;
	position: relative;
	z-index: 300;
}
#foot a {
	color: #ccc;
	text-decoration: none
}
#foot a:hover {
	color: #27a7df;
	text-decoration: none
}
#foot .ligne {
	background-color: #385661;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	clear: both;
	font-weight: bold;
	color: #000;
}
#foot .ligne a {
	color: #000;
}
#foot .ligne a:hover {
	color: #000;
	text-decoration: underline
}
#foot .ligne .inter {
	width: 100%;
	margin: 0px 210px;
}
#foot .ligne .colone-g {
	width: 50%;
	float: left;
	text-align: left;
}
#foot .ligne .colone-d {
	width: 50%;
	float: left;
	text-align: right;
}
/*-----------------------------------------------------------------------------------------
          ELEMENTS FOOTER
-----------------------------------------------------------------------------------------*/
#footer {
	margin: 0px auto;
	width: 900px
}
/* |||||||||||||||||||||||||||||-> Colonnes */
#footer_col1, #footer_col2, #footer_col3 {
	float: left;
	padding: 20px 10px 0px 10px;
	text-align: left;
}
#footer_col1 {
	margin: 0 10px 0 0;
	width: 200px;
	padding: 0px 0px 30px 0px
}
#footer_col2 {
	margin: 0 10px 0 0;
	width: 220px;
	padding: 0px 0px 30px 0px
}
#footer_col3 {
	width: 400px;
	padding: 0px 0px 30px 0px
}
#footer_col4 {
	width: 500px;
	padding: 0px 0px 30px 0px;
	float: left;
    margin: -100px 0px 0px -80px;
}
/* |||||||||||||||||||||||||||||-> titre */
#footer h1 {
	font-size: 20px;
	color: #a20606;
	margin-bottom: 15px;
	font-family: 'MuseoSans500', Helvetica, sans-serif;
}
#footer h1 a, #zone_footer_1 h1 a:hover,  h1 a:hover, h1 a{
	text-decoration: none;
	color: #a20606
}

h1 a:hover, h1 a{
	text-decoration: none;
	color: #DF0000
}
/* |||||||||||||||||||||||||||||-> listes */
#footer ul {
	margin-bottom: 12px;
	text-align: left;
	list-style: none
}
#footer ul li a, #footer ul li a:visited {
	color: #999;
	padding-left: 15px;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
}
#footer ul li:before {
	text-align: left;
	content: "Ù  ";
	font-family: 'WebSymbolsRegular', cursive;
	color: #a20606
}
#footer ul li a:hover, #footer ul li a:active {
	color: #FFF;
}
/* |||||||||||||||||||||||||||||-> Boutons images footer zone 1 */
a.footer_bt {
	display: inline-block;
	font-size: 1px;
	height: 39px;
	margin-right: 10px;
	text-indent: -9000px;
	border: solid 1px #a20606;
	opacity:0.5;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
a.footer_bt:hover {
	opacity:1;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
a.ccijf {
	background: url(../medias/elements/mini_ccijf.png) no-repeat left top;
	width: 100px;
}
a.ffp {
	background: url(../medias/elements/mini_ffp.png) no-repeat left top;
	width: 100px;
}
a.adc {
	background: url(../medias/elements/mini_adc.png) no-repeat left top;
	width: 100px;
}
a.institut {
	background: url(../medias/elements/mini_prof.png) no-repeat left top;
	width: 113px;
}
a.footer_sites {
	display: inline-block;
	font-size: 1px;
	height: 59px;
	width: 150px;
	margin-right: 10px;
	text-indent: -9000px;
	border: solid 1px #a20606;
	opacity:0.5;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
a.footer_sites:hover {
	opacity:1;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

a.siteij {
	background: url(../medias/elements/mini_IJ.png) no-repeat left top;
}
a.siteic {
	background: url(../medias/elements/mini_IC.png) no-repeat left top;
}
a.siteico {
	background: url(../medias/elements/mini_ICo.png) no-repeat left top;
}
a.sitekodo {
	background: url(../medias/elements/mini_kodomo.png) no-repeat left top;
}


#info_admin {
	width: 250px;
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
	margin: -36px auto 60px 10px;
	background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, white 100%);
	float: right;
	text-align: left;
	padding: 5px;
	position: relative;
	z-index: 5000;
}
#info_admin span {
	width: 15px;
	float: left;
	margin: -35px 0px 0px 89px;
	height: 33px;
	display: block;
	position: relative;
	z-index: 401;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#info_admin hr {
	border: 0px;
	border-bottom: 1px solid #666;
	margin: 5px auto;
	width: 220px;
}
#info_admin h6 {
	font-family: 'WebSymbolsRegular', cursive;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg);
	line-height: 40px;
	font-size: 40px;
	width: 40px;
	margin-top: -10px;
	margin-left: 80px;
	position: relative;
	z-index: 400;
	text-shadow: -1px -1px 1px #aaa;
}
.champbouton, .icone, .champchamp, .champliste, .champcheck, .ic_invisible , .iconecolor{
	vertical-align: middle;
}

.icone, .ic_invisible , .iconecolor{
	border-radius: 5px;
	line-height: 25px;
	height: 25px;
	border: 0px;
	margin: 0px 5px 0px 2px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	background-color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 12px
}
.ic_invisible{
	background:none;
	border:0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	
}

.icone:hover , .iconecolor:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

 .cnovalid {color:#C00; background-image:linear-gradient(rgba(255,255,255,0),#FC8F8F);}
 .cvalid {color:#090; background-image:linear-gradient(rgba(255,255,255,0),#75D2A4);}
 .cmivalid {color: #B03F09; background-image: linear-gradient(rgba(255,255,255,0),#F56B2A);}
.champchamp {
}
.champliste {
	margin: 0px 2px;
}
.champcheck {
	margin: 0px 2px;
	vertical-align: middle
}
/* Menu en rond */
.page .contenu ul.rond-menu {
	margin:0px auto 20px 15px;
}
.page .contenu ul.rond-menu li {
	padding:0px;
}
/* Menu en rond */
.rond-menu {
	margin: 0px auto;
	width: 900px;
	height: 200px;
	display: -webkit-flex; /* OK chrome 21 */
	display: flex;
	vertical-align: middle;
}
.rond-menu li {
	width: 180px;
	height: 180px;
	border: 5px solid #f6f6f6;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-left: -50px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	text-align: center;
}
.rond-menu h6 {
	font-size: 14px;
	margin-bottom:0px
}
.rond-menu li:before {
	content: " ";
}
.rond-menu li:nth-child(1) {
	margin-left: -10px;
}
.rond-menu li:last-child {
	margin-right: 0px;
}
.rond-menu li a {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.rond-icon {
	/*font-family: 'WebSymbolsRegular', cursive;*/
	font-size: 40px;
	color: #f6f6f6;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 25px;
	text-align: center;
	clear: both;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.rond-content {
	position: absolute;
	top: 180px;
	height: 100px;
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.rond-main {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
p.rond-sub {
	font-size: 14px;
	color: #fff;
	text-align: center;
	width:150px;
	margin:0px auto;
}
.rond-menu li:hover {
	border: 10px solid #f6f6f6;
	z-index: 999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.rond-menu li:hover .rond-icon {
	font-size: 60px;
	top: 0px;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-o-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
	animation: moveFromBottom 300ms ease;
}
.rond-menu li:hover .rond-content {
	top: 90px;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-o-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
	animation: moveFromBottom 300ms ease;
}
/*bouton noir*/


#c5 .page .contenu h6 a:hover , #c5 .page .contenu h6 a,#c0 .page .contenu h6 a:hover , #c0 .page .contenu h6 a,#c2 .page .contenu h6 a:hover , #c2 .page .contenu h6 a{color:#FFF}


#share {
	width: 80px;
	position:absolute;
	top: 0px;
	margin: 0px -50px 0px 870px;
	overflow: hidden;
	float:right;
	
}
#share ul {
	list-style-position: inside;
	list-style-type: none;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#share ul ul {
	padding: 5px 10px 0px 0px;
}
#site {
	width:100%;
	margin: 0px auto;
}
#site h3 {
	font-family: "cac_pinafore", Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	font-style: normal;
}
#site h4 {
	font-family: "cac_pinafore", Helvetica, sans-serif;
	font-size: 25px;
	text-align: left;
}
#site h3.plan {
	width: 70%;
	margin: 0px 0px;
	text-align: left;
}
#site h3.rech:before {
	content: "L ";
	font-family: 'WebSymbolsRegular', cursive;
}
#site h3.plan:before {
	content: "? ";
	font-family: 'WebSymbolsRegular', cursive;
}
#site .leplan {
	width: 100%;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px;
}
#site .box {
	padding: 10px 0px;
}
#site .box ul {
	margin: 10px 0px 0px 0px;
}
#site .box ul ul {
	margin: 0px 0px 0px 0px;
}
#site ul {
	font-size: 18px;
	font-weight: bold;
	margin: 0px
}
#site ul li {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}
#site ul li ul li {
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	font-weight: normal;
}
#site ul li ul li ul li {
	margin: 0px 0px 0px 20px;
	font-size: 13px;
	font-weight: normal;
}
#site ul li ul li ul li ul li {
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	font-weight: normal;
}
#site ul a {
	height: 30px;
	display:inline-block;
	width: auto;
	text-indent: 10px;
	-moz-transition: text-indent 300ms ease;
	-o-transition: text-indent 300ms ease;
	-ms-transition: text-indent 300ms ease;
	transition: text-indent 300ms ease;
}
#site ul span {
	font-family: 'WebSymbolsRegular', cursive;
	padding-right: 5px;
	float: left;
	width: 30px;
	left: -30px;
	text-align: center;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;
	z-index: -10;
	font-weight: normal;
	margin-right: -100px;
}
#site ul a:hover {
	text-indent: 40px;
}
#site ul a:hover span {
	text-indent: 0px;
	font-size: 120px;
	opacity: 0.5;
	text-align: center;
	position: relative;
	z-index: -100;
	top: -50px;
	margin-right: -100px;
	margin-bottom: -120px;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
#site ul li:before {
	content: "Ù  ";
	font-family: 'WebSymbolsRegular', cursive;

}

#site ul li a:hover span {
	left: -205px;
}
#site ul li ul li a:hover span {
	left: -240px;
}
#site ul li ul li ul li a:hover span {
	left: -260px;
}
#site ul li ul li ul li ul li a:hover span {
	left: -280px;
}
#site .fle a {
	height: 30px;
	display: inline
}
#site .fle {
	height: 30px;
	line-height: 30px;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#site .fle:hover {
	margin-left: 30px;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#site .fle:before {
	content: ") ";
	font-family: 'WebSymbolsRegular', cursive;
}
#site .fle:before {
	content: ") ";
	font-family: 'WebSymbolsRegular', cursive;
}
.image-gal, .image-zoom {
	padding: 4px;
}
.image-gal img, .image-zoom img {
	border-radius: 0px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.hr_invi{display:block; border:0px solid; height:5px; clear:both; margin:0px; padding:0px}
/*galerie*/

#myImageFlow{ height:300px;}
#myImageFlow img, .img_n{ box-shadow: 5px 5px 12px #aaa;}

@media screen, projection {
.imageflow {
	overflow:hidden;
	position:relative;
	text-align:left;
	visibility:hidden;
	width:650px;
	margin:0px auto;
}
.imageflow img {
	border:none;
	position:absolute;
	top:0px;
	width:600px;
	visibility:hidden;
	-ms-interpolation-mode:bicubic
}
.imageflow p {
	margin:0 auto;
	text-align:center
}
.imageflow .loading {
	border:1px solid white;
	height:15px;
	left:50%;
	margin-left:-106px;
	padding:5px;
	position:relative;
	visibility:visible;
	width:100px
}
.imageflow .loading_bar {
	background:#fff;
	height:15px;
	visibility:visible;
	width:1%
}
.imageflow .navigation {
	z-index:10000;
	width:1px;
}
.imageflow .caption {
	font-weight:bold;
	position:relative;
	text-align:center;
	z-index:10001
}
.imageflow .scrollbar {
	border-bottom:1px solid #ffffff;
	position:relative;
	visibility:hidden;

}
.imageflow .slider {
	background:url(elements/slider.png) no-repeat;
	height:20px;
	margin:-6px 0 0 0px;
	position:absolute;
	width:14px;
	z-index:10003
}
.imageflow .slideshow {
	cursor:pointer;
	height:14px;
	margin:0px 0 0 20px;
	position:absolute;
	width:14px;
	z-index:10003
}
.imageflow .slideshow.pause {
	background:url(elements/button_pause.png) no-repeat
}
.imageflow .slideshow.play {
	background:url(elements/button_play.png) no-repeat
}
.imageflow .images {
	overflow:hidden;
	white-space:nowrap
}
.imageflow .button {
	cursor:pointer;
	height:17px;
	position:relative;
	width:17px
}
.imageflow .previous {
	background:url(elements/button_left.png) top left no-repeat;
	float:left;
	margin:-7px 0 0 -30px
}
.imageflow .next {
	background:url(elements/button_right.png) top left no-repeat;
	float:right;
	margin:-7px -30px 0 30px
}
}

.error {
	display: none;
	padding:5px;
	margin-bottom:2px;
	color: #D8000C;
	font-size:12px;
	background-color: #FCC;
	border:1px solid #F00;
	width:483px;
	margin-left:20px;
}
.success {
	display: none;
	padding:5px;
	color: #00ae57;
	font-size:12px;
	background-color: #fff;
	width:483px;	
		margin-left:20px;
}
.error img {
	vertical-align:top;
}

.Highlighted a {
    background-color: #F30 !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}
.datesel a {
	background-color: #396 !important;
	background-image: none !important;
	color: White !important;
	font-weight: bold !important;
}

.close{
	float:right;}

.btn_liste{ float:left; margin-right:10px}


@media (max-width: 1024px) {
	
	#menu_bare ,#fil_ariane .fil ,.page ,#head {width:980px;}
	body {
	min-width: 980px;
	}
	.page .contenu {
	width: 65%;
	margin-left: 0px;
	}
	#foot .ligne .inter {margin: 0px 20px;}
	#share {margin: 0px 0px 0px -100px}
}

.block_masque {
	display:none;
	padding:5px 0px;
	width:100%;
	margin:0px auto;
}
.block_inter{
	margin: 0px 30px;
	
}