

/* Default styles */
div.contents body {
	margin: 0;
	padding: 1em; /* Remettre à zéro si nécessaire. */
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background: white;
}

/* Titres */
div.contents h1, div.contents h2, div.contents h3, div.contents h4, div.contents h5, div.contents h6 {
	margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
	line-height: 1.2;
	font-weight: bold; /* Valeur par défaut. (6) */
	font-style: normal;
}
div.contents h1 {
	font-size: 1.75em;
}
div.contents h2 {
	font-size: 1.5em;
}
div.contents h3 {
	font-size: 1.25em;
}
div.contents h4 {
	font-size: 1em;
}

/* Listes */
div.contents ul, div.contents ol {
	position:relative;
	margin: .75em 0 .75em 32px;
	padding: 0;
}

div.contents ul li {
	padding-left:20px;
	background:url('../im/puce-bleue.png') no-repeat;
  background-position: 0 2px;
}

div.contents  .cpl_content {
	position:relative;
}

/* Paragraphes */
div.contents p {
	color: #666666;
	margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
div.contents p a {
	text-decoration: underline;
	color: #607890;
}
div.contents p a:hover {
	text-decoration: none;
}
div.contents address {
	margin: .75em 0;
	font-style: normal;
}

/* Liens */

/* Pas de bordure pointillée ou halo lors du clic sur un lien */
div.contents a:active {
	outline: none;
}
/* Pas de bordure autour des images dans les liens */
div.contents a img {
	border: none;
}

/* Divers éléments de type en-ligne (8) */
div.contents em {
	font-style: italic;
}
div.contents strong {
	font-weight: bold;
}
div.contents a strong {
	text-decoration: underline;
}
div.contents a:hover strong {
	text-decoration: none;
}

/* Formulaires */
div.contents form, div.contents fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
div.contents input, div.contents button, div.contents select {
	vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
/* Met en évidence les abréviations (ayant un attribut title) */
div.contents abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* Met en évidence les citations */
div.contents blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ddd;
}
div.contents q, div.contents cite {
	font-style: italic;
}
div.contents q cite, div.contents q q {
	font-style: normal
}

/* Supprime les guillemets automatiques (citations courtes) */
div.contents q {
	quotes: none;
}

/* Rapproche les paragraphes dans les listes et citations */
div.contents blockquote p, div.contents li p {
	margin: .5em 0;
}

/* Styles de base pour les listes de définition */
div.contents dl {
	margin: .75em 0;
}
div.contents dt {
	margin: .75em 0 0 0;
	font-weight: bold;
}
div.contents dd {
	margin: .25em 0 .25em 32px;
}

/* Mise en forme simple pour les tableaux */
div.contents table {
	margin: 0;
	border-collapse: collapse; /* Valeur par défaut: separate. */
	/*border: 1px solid #ccc;*/
	border-spacing: 0;
}
div.contents table td, table th {
	color: #666666;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	vertical-align: top;
}

/* Conteneurs sémantiques de HTML 5 */
div.contents article, div.contents aside, dialog, div.contents figure, div.contents footer, div.contents header,
div.contents hgroup, div.contents menu, div.contents nav, div.contents section {
	display: block;
}
/* Fin Default styles */

div.contents {
	color: #666666;
	font-size: 12px;
}

div.contents em {
	font-style: italic;
}

div.contents h3 {
	color: #25384d;
	font-family: 'CantarellBold', sans-serif;
	font-size: 18px;
	letter-spacing:-1px;
	text-transform: uppercase;
	padding: 13px 0px 13px 0px;
	height:auto;
	margin: 0;
}

div.contents h4 {
	color: #9caebe;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	height:auto;
	margin: 0;
}

div.contents h5 {
	color: #565c7b;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 16px;
	padding: 7px 0px 7px 0px;
	height:auto;
	margin: 0;
}

div.contents h6 {
	color:#0d4878;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-align:left;
	height:auto;
	margin:0;
}

div.contents img, div.contents  a img {
	border: 1px solid #cccccc;
	background-color: white;
	padding: 5px;
	margin:0px 10px 10px 0px;
}

div.contents p {
	margin: 0em 0em 1em 0em;
}
div.contents ol {
	padding-left: 1.6em;
	margin: 0em 0em 1em 0em;
}
div.contents ol li {
	list-style-type: decimal;
}
div.contents ul {
	padding-left: 1em;
	margin: -1em 0em 1em 0em;
}
div.contents ul li {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom:3px;
}

div.contents ul li ul {
	margin-top:3px;
	margin-bottom:3px;
}

div.contents a, div.contents a:visited, div.contents a:focus, div.contents  a:active, div.contents a:link {
	text-decoration: underline;
  color:#607890;
}
div.contents a:hover  {
	text-decoration: none;
}

div.contents span.link_169_7_3 a {
	color: rgb(169,7,3);
}
div.contents span.link_169_76_0 a {
	color: rgb(169,76,0);
}
div.contents span.link_255_153_0 a {
	color: rgb(255,153,0);
}
div.contents span.link_86_92_123 a {
	color: rgb(86,92,123);
}
div.contents span.link_120_130_140 a {
	color: rgb(120,130,140);
}
div.contents span.link_155_93_90 a {
	color: rgb(155,93,90);
}
div.contents span.link_84_68_68 a {
	color: rgb(84,68,68);
}
div.contents span.link_51_51_51 a {
	color: rgb(51,51,51);
}
div.contents span.link_102_102_102 a {
	color: rgb(102,102,102);
}

div.contents .box_bouton {
	display: block;
	width: 320px;
	margin: 17px auto;
	background: #ece7de;
	text-align: center;
	border-bottom:1px solid #bfbbb3;
	border-right:1px solid #bfbbb3;
	border-radius: 6px;
	-moz-border-radius: 6px / 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-radius: 6px / 6px;
	color: #564743;
	font-weight: bold;
	padding: 37px 17px 17px 17px;
	background: #F3F0EB url('../im/picto_orga.gif') 50% 15% no-repeat;
}

div.contents  hr {
  border:0;
  border-top:1px dotted #CCCCCC;
}

div.contents .btn {
  display:block;
  background: url('../im/guide-btn.png');
  background-repeat: no-repeat;
  width:241px;
  height:38px;
  padding:10px 10px 0px 10px;
  margin-top:5px;
  color:#459cdf;
  font-size:14px;
  text-decoration:none;
  font-weight:bold;
}

div.contents .btn a {
  color:#459cdf;
  text-decoration:none;
}


/* TOOLBAR SKIN */
li.cke_panel_listItem {
	list-style-type:none;
}

.sbox-content {
	border: 1px solid #999999;
	padding:5px;
	margin-bottom:20px;
}

.complement_deroulant {
	border: 1px solid #999999;
	padding:5px;
	margin-bottom:20px;
}

.complement_deroulant2 {
  border: 1px solid #999999;
  padding:10px;
  margin-bottom:20px;
}

.complement_deroulant2 table {
  width:660px;
}


/* REPEAT MENU */
li.repeat-menu a{
	padding: 5px 0px 0px 14px;
	background: url('../im/puce_smenu_li.gif') 0px 7px no-repeat;
}

div.contents div.link_puce a {
  font-size: 12px;
  text-decoration: underline;
  color: #565C7B;
}
.link_puce a {
  background: url('../im/puce_smenu_li.gif') 0px 7px no-repeat;
  padding: 5px 0px 0px 14px;
}

/* GUIDE */

#guide div.area {
  background: url('../im/guide-area-bg.png');
  background-repeat: no-repeat;
  width:345px;
  height:300px;
  padding:20px 20px 0px 20px;
}

#guide a.btn, #guide .btn {
  display:block;
  background: url('../im/guide-btn.png');
  background-repeat: no-repeat;
  width:241px;
  height:38px;
  padding:7px 10px 0px 10px;
  margin-top:5px;
  color:#459cdf;
  font-size:14px;
  text-decoration:none;
  font-weight:bold;
}

#guide a.btn:hover {
  text-decoration:underline;
}

#guide a, #guide a:visited, #guide a:focus, #guide  a:active, #guide a:link {
  text-decoration: none;
  color:#607890;
  outline:none;
}

#guide a:hover {
  text-decoration: none;
}

#guide table {
  border-color: #CCCCCC;
  border-style:solid;
}

/* VIDEO YOUTUBE */
div.contents  .youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
div.contents  .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/20px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }

button.btn-blue span { height:37px; border:0; background:url(../im/btn_guide.png) 0 0 no-repeat; padding:0 0 0 9px; font:bold 14px/32px Arial, Helvetica, sans-serif; color:#459CDF; }
button.btn-blue span span { background-position:100% 0; padding:0 15px 0 5px; }
button.btn-blue.no-blue span { background-position:0 100%; color:#b8baba; }
button.btn-blue.no-blue span span { background-position:100% 100%; }

