﻿body {
	margin: 0;
	padding: 0;
	background-position: center top;
	background-image: url(../images/page_fond.jpg);
	background-repeat: repeat-y;
	background-color: #dcd6cb;
}

body, table/* font, p, td, th, font, span*/ {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}

a, a:active, a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #00567c;
}

a:hover {
	color: #00567c;
	text-decoration: none;
}

div, form, img, ul, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: none;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}


.fin_float {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    overflow: auto;
    visibility: hidden;
    display: block;
}


#contenu, .top-image, .cv3-sur-top, .cv3-main, .cv3-main2, .top-bottom, .top .cv3-chemin, .basdepage, .basdepagesup {
	width: 980px;
}

#conteneur {
	position: relative;
	clear: both;
	width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
}


/*********************/
/* bloc haut de page */
/*********************/

.top {
	width: 980px;
	margin: 0 ;
	padding: 0;
}

.top_cache {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 980px;
	height: 155px;
}

.top_logo {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 270px;
	height: 100px;
}


/* bandeau */
.top-image {
	width: 980px;
	height: 155px;
	text-align: right;
}

.top-nav {
	padding: 5px 0 15px 10px;
	background-position: left bottom;
	background-image: url(../images/top-nav_fond.jpg);
	background-repeat: repeat-y;
}

.top-nav ul li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	color: #ff820a;
}

.top-nav ul li a:link, .top-nav ul li a:visited {
	display: block;
	color: #ff820a;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 1px 5px 10px 5px;
}

.top-nav ul li a:hover {
	color: #5f5f5f;
	background-position: center -100px;
	background-image: url(../images/top-nav_puce.gif);
	background-repeat: no-repeat;
}

.top-nav ul li a.encours:link, .top-nav ul li a.encours:visited, .top-nav ul li a.encours:hover {
	color: #ff820a;
	background-position: center -40px;
	background-image: url(../images/top-nav_puce.gif);
	background-repeat: no-repeat;
}

.top-outils {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 15px;
}

.top-outils form .chps {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    width: 110px;
    height: 18px;
    color: #ffffff;
    vertical-align: top;
    margin: 0 0 0 20px;
    padding: 1px 0 0 5px;
    background-color: transparent;
    border: none;
	background-position: left top;
	background-image: url(../images/outils_rech_fond.gif);
	background-repeat: no-repeat;
}

.top-outils form .ok {
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


/* contenu */
#contenu {
	float: left;
	width: 580px;
	margin: -5px 0 0 0;
	padding: 0 30px 20px 0;
}

/* barre du chemin */
.chemin {
	clear: both;
	margin-bottom: -5px;
	padding: 0 0 0 20px;
}

.chemin ul {
	text-align: right;
}

/*Petite modif sur le padding passé de 0 a 8px*/
.chemin ul li {
	display: inline;
	font-size: 10px;
	color: #ff820b;
}

.chemin ul li a:link, .chemin ul li a:visited {
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
	background-position: left -6px;
	background-image: url(../images/chemin_puce.gif);
	background-repeat: no-repeat;
}

.chemin ul li a:hover {
	color: #ff820b;
	text-decoration: none;
	background-position: left -86px;
	background-image: url(../images/chemin_puce.gif);
	background-repeat: no-repeat;
}



/* menu gauche */
#navigation {
	float: left;
	width: 170px;
    padding: 20px 30px 20px 0;
}

#navigation-middle {
}

#navigation-top {
	height: 15px;
	background-position: right top;
	background-image: url(../images/navigation-top_fond.png);
	background-repeat: no-repeat;
}

#navigation-bottom {
    height: 15px;
    background-position: right top;
    background-image: url(../images/navigation-bottom_fond.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;

}

#navigation ul {
    list-style-type: none;
	background-position: right top;
	background-image: url(../images/navigation_ul_fond.gif);
	background-repeat: repeat-y;
}

#navigation li {
    display: inline;
}

/* menu gauche nvx 1 */
#navigation ul li a {
    display: block;
    font-size: 11px;
	line-height: 13px;
	outline: none;
    color: #00567c;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 5px 0 5px 15px;
	background-position: left top;
	background-image: url(../images/navigation_niv1.gif);
	background-repeat: no-repeat;
}

#navigation ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-position: left -110px;
	background-image: url(../images/navigation_niv1.gif);
	background-repeat: no-repeat;
}

#navigation ul a.active, #navigation ul a.active:hover {
    color: #ffffff;
    text-decoration: none;
	margin: 0 0 0 0;
    padding: 5px 0 5px 15px;
    background-position: left -109px;
	background-image: url(../images/navigation_niv1.gif);
	background-repeat: no-repeat;
	background-color: #CCC;
}

/* menu gauche nvx 2 */
#navigation ul ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

#navigation ul ul li a {
    margin: 0 0 0 0;
    padding: 4px 0 4px 10px;
	background-position: left -3px;
	background-image: url(../images/navigation_niv2.gif);
	background-repeat: no-repeat;
}

#navigation ul ul li a:hover {
	background-position: left -109px;
	background-image: url(../images/navigation_niv2.gif);
	background-repeat: no-repeat;
}

#navigation ul ul a.active, #navigation ul ul a.active:hover {
    color: #ffffff;
    text-decoration: none;
	margin: 0 0 0 0;
    padding: 4px 0 4px 10px;
    background-position: left -110px;
	background-image: url(../images/navigation_niv1.gif);
	background-repeat: no-repeat;
}


/* menu gauche nvx 3 */
#navigation ul ul ul {
    margin: 0 0 10px 10px;
    padding: 0;
}

#navigation ul ul ul li a {
    display: block;
    font-weight: normal;
    color: #00567c;
	margin: 0 0 0 0;
    padding: 3px 0 3px 10px;
	background-position: left -3px;
	background-image: url(../images/navigation_niv3.gif);
	background-repeat: no-repeat;
}

#navigation ul ul ul a.active, #navigation ul ul ul a.active:hover {
    color: #ffffff;
    text-decoration: none;
	margin: 0 0 0 0;
    padding: 4px 0 4px 10px;
    background-position: left -109px;
	background-image: url(../images/navigation_niv3.gif);
	background-repeat: no-repeat;
}








.infosg {
    margin: 0 0 20px 0;
    padding: 0;
}

.infosg .infosg_haut {
    width: 170px;
    height: 12px;
    background-position: right top;
    background-image: url(../images/infosg_haut.png);
    background-repeat: no-repeat;
}

.infosg .infosg_centre {
    color: #00567c;
    padding-right: 10px;
    background-position: right top;
    background-image: url(../images/infosg_centre.gif);
    background-repeat: repeat-y;
}

.infosg .infosg_centre img {
    margin-bottom: 12px;
}

.infosg .infosg_centre p {
    padding-bottom: 10px;
}

.infosg .infosg_centre_titre {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}



.infosg .infosg_centre2 { 
    padding-right: 10px;
    background-position: right top;
    background-image: url(../images/infosg_centre.gif);
    background-repeat: repeat-y;
}

.infosg .infosg_centre2 img {
    margin-bottom: 12px;
}

.infosg .infosg_centre2 p {
    padding-bottom: 10px;
}

.infosg .infosg_centre2 {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.infosg .infosg_plus {
    clear: both;
    text-align: right;
    margin-bottom: 2px;
}

.infosg .infosg_plus a {
    font-size: 9px;
    line-height: 11px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 0 40px;
    padding: 2px 12px 2px 20px;
    background-color: #00567c;
    background-position: 6px -6px;
    background-image: url(../images/infosg_plus_puce.gif);
    background-repeat: no-repeat;
    border-right: 1px solid #00567c;
}

.infosg .infosg_plus a:hover {
    color: #00567c;
    background-color: transparent;
    background-position: 6px -56px;
    background-image: url(../images/infosg_plus_puce.gif);
    background-repeat: no-repeat;
}

.infosg .infosg_bas {
    clear: both;
    width: 170px;
    height: 1px;
    background-position: right top;
    background-image: url(../images/infosg_bas.png);
    background-repeat: no-repeat;
}


/* col droite */
#infos {
	float: left;
	width: 170px;
	padding: 20px 0 20px 0;
}

#infos .accpro {
	padding: 0 0 20px 0;
}

#infos .news {
	clear: both;
	font-size: 11px;
	line-height: 16px;
}

#infos .date {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	padding: 3px 0 3px 15px;
	background-position: left top;
	background-image: url(../images/date_fond.gif);
	background-repeat: no-repeat;
}


#infos .news .texte {
	margin: 10px 0 10px 0;
}

#infos .news a:link, #infos .news a:visited {
	font-weight: bold;
	color: #ff820a;
	text-decoration: none;
}

#infos .news a:hover {
	color: #5f5f5f;
}

#infos .news h2 {
	font-size: 11px;
	line-height: 16px;
}


/* menu bas */
.basdepage {
	clear: both;
	padding: 0 0 20px 0;
}

.basdepage ul {
	float: left;
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #ff820a;
}

.basdepage ul li {
	display: inline;
	color: #ff820a;
}

.basdepage ul li a:link, .basdepage ul li a:visited {
	display: block;
	font-weight: bold;
	color: #ff820a;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
}

.basdepage ul li a:hover,.basdepage ul li a.encours {
	color: #5f5f5f;
}

.basdepage .coord {
	float: left;
}



.spinner { 
    display: inline-block;
  width: 50px;
  text-align: center;
}

.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #00657c;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@-moz-keyframes sk-bouncedelay {
	  0%, 80%, 100% { -moz-transform: scale(0) }
  40% { -moz-transform: scale(1.0) }
}

@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% { -o-transform: scale(0) }
  40% { -o-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {  
    transform: scale(0);
  } 
  40% {  
    transform: scale(1.0);
  }
}
 
 

a.disabled {
   color: gray;
   pointer-events: none;
   cursor: default;
}

a.newAide:before { 
    content: "NOUVEAU";
    color: white;
    position: absolute; 
    z-index: 2;
    margin-top: -16px;
    margin-left: 40px;
    background: #00567c;
    font-size: 8px;
    font-weight: bold;
    border-radius: 7px; 
    padding: 0px 4px;
    font-family: calibri;
    height: 15px;
    line-height: 15px;
}

a.newHisto:before { 
    content: "NOUVEAU";
    color: white;
    position: absolute; 
    z-index: 2;
    margin-top: -16px;
    margin-left: 70px;
    background: #00567c;
    font-size: 8px;
    font-weight: bold;
    border-radius: 7px; 
    padding: 0px 4px;
    font-family: calibri;
    height: 15px;
    line-height: 15px;
   
}


#ContentPlaceHolder1_HLMiseAJourLink:after { 
    content: "NOUVEAU";
    color: white; 
    z-index: 2; 
    background: #ff820a;
    font-size: 8px;
    font-weight: bold;
    border-radius: 7px; 
    padding: 0px 4px;
	margin-left: 4px;
    font-family: calibri;
    height: 15px;
    line-height: 15px;
   
}
#ContentPlaceHolder1_HLAideEnLigneLink:after { 
    content: "NOUVEAU";
    color: white; 
    z-index: 2; 
    background: #ff820a;
    font-size: 8px;
    font-weight: bold;
    border-radius: 7px; 
    padding: 0px 4px;
	margin-left: 4px;
    font-family: calibri;
    height: 15px;
    line-height: 15px;
   
}