
@font-face {
    font-family: 'Comic Book Italic';
    src: url('../fonts/Comic Book Italic.otf');
    font-weight: normal;
    font-style: normal;

}

h2 { font-family: Comic Book Italic, Arial }


/******** menu principal *****************/

#nav-principale .active{
	text-decoration: underline;
}

/************************* NAV_SECONDAIRE ********************************/

#menu-secondaire,
#menu-secondaire ul,
#menu-secondaire li,
#menu-secondaire a {
	border: 0;
	list-style: none;
	text-decoration: none;
	outline:none !important;
	line-height: 1;
	font-family: Helvetica, sans-serif;
	font-size: 15px !important;
	font-weight: normal;
	position: relative;
}

#menu-secondaire a {
	line-height: 1.5;
	padding: 8px 15px;  
}

#menu-secondaire { width: 200px; }

#menu-secondaire > ul > li {
	cursor: pointer;
	background-color: #777b88 !important;
}

#menu-secondaire > ul > li:last-child {
	border:none !important;
}

#menu-secondaire > ul > li > a {
	font-size: 14px;
	display: block;
	color: #ffffff;
	text-shadow:none !important;
   
	background: rgba(102, 0, 51, 1) !important; /*rouge foncé*/
	background: -moz-linear-gradient(top, rgba(102, 0, 51, 1) 0%, rgba(102, 0, 51, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 0, 51, 1)), color-stop(100%, rgba(102, 0, 51, 1)));
	background: -webkit-linear-gradient(top, rgbargba(102, 0, 51, 1) 0%, rgba(102, 0, 51, 1) 100%);
	background: -o-linear-gradient(top, rgba(102, 0, 51, 1) 0%, rgba(102, 0, 51, 1) 100%);
	background: -ms-linear-gradient(top, rgba(102, 0, 51, 1) 0%, rgba(102, 0, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(102, 0, 51, 1) 0%, rgba(102, 0, 51, 1) 100%);
}
	
#menu-secondaire > ul > li > a:hover { 
	text-decoration: none; 
	
	background: rgba(128, 0, 64, 1) !important; /*rose-fushia foncé*/
	background: -moz-linear-gradient(top, rgba(128, 0, 64, 1) 0%, rgba(128, 0, 64, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128, 0, 64, 1)), color-stop(100%, rgba(128, 0, 64, 1)));
	background: -webkit-linear-gradient(top, rgba(128, 0, 64, 1) 0%, rgba(128, 0, 64, 1) 100%);
	background: -o-linear-gradient(top, rgba(128, 0, 64, 1) 0%, rgba(128, 0, 64, 1) 100%);
	background: -ms-linear-gradient(top, rgba(128, 0, 64, 1)) 0%, rgba(128, 0, 64, 1) 100%);
	background: linear-gradient(to bottom, rgba(128, 0, 64, 1) 0%, rgba(128, 0, 64, 1) 100%);
	color: #777b88;
	
}

#menu-secondaire > ul > li.close { border-bottom: none !important; }


/*flèche*/
#menu-secondaire > ul > li.has-sub > a:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff !important;
}

#menu-secondaire > ul > li.has-sub.close > a:after {
	right: 14px;
	top: 12px;
	
	border-top: 6px solid #fff !important;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent !important;
}

/*********************** SUB MENU (sous-menu) *********************/

#menu-secondaire ul ul {
	padding: 0;
	display: none;
}

#menu-secondaire ul ul a {
	background-color: #99004d !important;
	display: block;
	color: #fff !important;
	font-size: 14px;
}

#menu-secondaire ul ul li { border-bottom: 1px solid #777b88 !important; }

#menu-secondaire ul ul li a#sub-actif{
	color:#fff !important;
}
	
#menu-secondaire li.has-sub > ul > li > a:hover{
	color:#fff !important;
	background-color:#800040 !important;
}


#menu-secondaire ul ul li:last-child { border: none; }

/************* DIAPORAMA ***************/
#diaporama { margin: auto; }

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }


/************ fil d'Ariane ******************/

#fil-ariane {
	font-size: 13px;
	padding: 0 60px;
	font-family: sans-serif;
}

#fil-ariane a{
	text-decoration: none;
	color: #a00050;
}

#fil-ariane a:hover{
	text-decoration: underline;
	color: #39001d;
}
/*********** mini-quiz *****************/

#mini-quiz {position: relative; text-align: left;}

#mini-quiz filedset {
	padding: 16px;
	border: 1px solid #999;
	text-align: left;
}

#mini-quiz legend {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-left: 15px;
	padding: 0 10px;
	font-weight: bold;
}

#mini-quiz input {
	font-size: 12px;
	margin: 5px; 
	padding: 2px 4px;
}

#zone-message img {
	position: absolute;
	bottom: 30px;
	right: 15px;
}

#zone-message p {
	position: absolute;
	top: 75px;
	right: 270px;
	width: 100px;
	height: 50px;
	text-align: left;
}

#mini-quiz #btnSubmit, #mini-quiz #btnReset {
	margin: 10px 5px;
	
}

/*********** FORMULAIRE ***********/

#formContact #legende {
	font-size: 12px;
	text-align: center;
	margin: 20px 0;
}

#formContact #confirm-envoi {
	margin: 0;
	/*background: red; a supprimer */
}

#formContact label {
	display: inline-block;
	width: 300px;
	text-align: right;
	margin-right: 8px;
	font-weight: bold;
}

#formContact input {
	display: inline-block;
	width: 300px;
	padding: 4px;
	border: 1px solid #555;
	border-radius: 5px;
}

/* PLUS OU MOINS INTERESSANT POUR L'UTILISATEUR.
#formContact input:valid { box-shadow: 0 0 2px 1px green; }
#formContact input:invalid { box-shadow: 0 0 2px 1px red; } */

/* interessant pourrais remplacer les asterisques (mon avis) mais mieux sans couleurs et asterisques pour l'utilisateur.
#formContact :required {
	border-color: #88a;
	box-shadow: 0 0 5px rgba(0,0,255, .5) 
} */

#formContact #img-captcha, #formContact .img-captcha {
	margin-left: 312px;
}

#formContact #img-captcha {
	width: 200px;
	height: 50px;
	/* background-color: green; */
}

#formContact .img-captcha a { color: #000; }


/* selecteur d'atribut */

#formContact input[type="submit"] {
	width: auto;
	padding: 4px 15px;
	margin-left: 312px;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

#formContact #zone-message label {
	vertical-align: top;
	margin-right: 8px;
}

#formContact textarea {
	resize: none;
	border-radius: 5px;
}

#formContact p#checkbox {width: 100%;}

#formContact p#checkbox input {
	width: auto;
	padding: 0;
	display: inline;
	margin-left: 312px;
}

#formContact p#checkbox label {
	display: inline;
	width: auto;
	text-align: left;
	font-weight: normal;
}

#confirm-envoi {
	text-align: center;
	color: #390;
	font-weight: bold;
	
}


#contenu-404  img {
	display: block;
}

#col-droite article, #col-droite .article-390, aside{
	display:inline-block;
	vertical-align:top;
}

#col-droite .article-390{
	width:390px;
	text-align:justify;
	margin-left:0;
	float:left;
}

#col-droite aside {
	position:relative;
	width:100px;
	padding:30px 25px;
}

#col-droite article{
	width:500px;
	text-align:justify;
	margin-left:0;
	float:left;
}

/********** fleche haut de page ****************/

.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	color: white;
	background: url('../images/images-mg/fleche.png') no-repeat;
	background-color: #3a3f51;
	border: 1px solid #3a3f51;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	border-radius: 10px;
}
 
.scrollup:hover {
	color: white;
}
    

/******************* LES CLASSES ***********************/


.center { text-align: center; }

.shadow {box-shadow: 0px 10px 10px rgba(0,0,0,0.3);}



/******** légendes coulissantes ************/

.boxgrid{
	width: 325px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #600000;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
