/******************************************************************************/
/*  SKIN OVERLOADS                                                            */
/******************************************************************************/

/*	Extension MS	*/
div#scDepotStack {
  position: absolute;
  top: 12px;
  left: 180px;
  color: #ffffff;
}
div#scDepotStack a{
  color: white;
  text-decoration:none;
}
div#scDepotStack a:hover{
  text-decoration:underline;
}

/*Généralités*/
@font-face {
 	font-family: "sansation";
 	src: url("../fonts/Sansation/sansation_regular-webfont.eot") format("eot"),
        url("../fonts/Sansation/sansation_regular-webfont.svg") format("svg"),
        url("../fonts/Sansation/sansation_regular-webfont.ttf") format("ttf"),
        url("../fonts/Sansation/sansation_regular-webfont.woff") format("woff"),
        url("../fonts/Sansation/sansation_regular-webfont.woff2") format("woff2");
	font-weight:normal;
    font-style:normal;
    font-variant:normal;
}
@font-face {
 	font-family: "sansation";
 	src: url("../fonts/Sansation/sansation_bold-webfont.eot") format("eot"),
        url("../fonts/Sansation/sansation_bold-webfont.svg") format("svg"),
        url("../fonts/Sansation/sansation_bold-webfont.ttf") format("ttf"),
        url("../fonts/Sansation/sansation_bold-webfont.woff") format("woff"),
        url("../fonts/Sansation/sansation_bold-webfont.woff2") format("woff2");
	font-weight:bold;
}
@font-face {
 	font-family: "sansation";
 	src: url("../fonts/Sansation/sansation_bold_italic-webfont.eot") format("eot"),
        url("../fonts/Sansation/sansation_bold_italic-webfont.svg") format("svg"),
        url("../fonts/Sansation/sansation_bold_italic-webfont.ttf") format("ttf"),
        url("../fonts/Sansation/sansation_bold_italic-webfont.woff") format("woff"),
        url("../fonts/Sansation/sansation_bold_italic-webfont.woff2") format("woff2");
	font-weight:bold;
	font-style:italic;
}
@font-face {
 	font-family: "sansation";
 	src: url("../fonts/Sansation/sansation_italic-webfont.eot") format("eot"),
        url("../fonts/Sansation/sansation_italic-webfont.svg") format("svg"),
        url("../fonts/Sansation/sansation_italic-webfont.ttf") format("ttf"),
        url("../fonts/Sansation/sansation_italic-webfont.woff") format("woff"),
        url("../fonts/Sansation/sansation_italic-webfont.woff2") format("woff2");
	font-style:italic;
}
@font-face {
 	font-family: "sansation";
 	src: url("../fonts/Sansation/sansation_light-webfont.eot") format("eot"),
        url("../fonts/Sansation/sansation_light-webfont.svg") format("svg"),
        url("../fonts/Sansation/sansation_light-webfont.ttf") format("ttf"),
        url("../fonts/Sansation/sansation_light-webfont.woff") format("woff"),
        url("../fonts/Sansation/sansation_light-webfont.woff2") format("woff2");
	font-weight:light;
}
@font-face {
 	font-family: "sansation";
 	src: url("../fonts/Sansation/sansation_light_italic-webfont.eot") format("eot"),
        url("../fonts/Sansation/sansation_light_italic-webfont.svg") format("svg"),
        url("../fonts/Sansation/sansation_light_italic-webfont.ttf") format("ttf"),
        url("../fonts/Sansation/sansation_light_italic-webfont.woff") format("woff"),
        url("../fonts/Sansation/sansation_light_italic-webfont.woff2") format("woff2");
	font-weight:light;
	font-style:italic;
}
/*page*/
#page {
	color: #666;
}
/*header & footer*/
#header, #footer {
	background: none;
	background-color: #00345f !important;
}
#header h1 {
	font-family: sansation;
}
#footer #logoUPJV {
	display: inline-block;
	vertical-align: bottom;
}
#footer #logoUPJV img {
	width: 40px;
	margin-left: 1em;
	vertical-align: bottom;
}

/*content*/
#content h2 {
	font-family: sansation;
	font-weight: bold;
}
.caption.image img {
	border: 1px solid #148dc8;
}
article.headCo {
	margin-top: 2.2em;
}
h2.headCo_ti:after {
	content: "";
	display: block;
	height: 1px;
	width:100%;
	background-color: #00345f;
}
/*ACCUEIl:*/
table ul, table ul li, table ul li p {
	margin: 0 ! important;
}

td.txt_cell_tbtd li.txt_ili a{
	text-decoration:none !important;
}
table.txt_tb {
	border:none !important;
	box-shadow: none !important;
}
table.txt_tb td {
	border:none !important;
}

img[alt="Bandeau logos"] {border: none !important;}

.headCo_co.intro_co table a {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/*Media Queries*/
@media (max-width: 767px) {
	#page {
		max-width: 767px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#page {
		min-width: 768px;
		max-width: 991px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#page {
		min-width: 992px;
		max-width: 1199px;
	}
}
@media (min-width: 1200px) {
	#page {
		min-width: 1200px;
	}
}