@charset "utf-8";
/* CSS Document */

body {
	background-color: #00aecb;	
}

.gras {
	font-weight: bold;	
}
.noJustify {
	text-align:left;	
}
/*#accTitre1 img,
#accTitre2 img {
	border-radius:25px;
}*/
.fildariane a {
	display: inline-block;
	background-image: url(../img/global/fl-fildariane.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	color: #00aecb;
	text-decoration: none;
}
.scrollup {
	width: 49px;
	height: 50px;
	text-indent: -9999px;
	opacity: 1;
	position: fixed;
	bottom: 200px;
	right: 50px;
	display: none;
	background-image: url(../img/global/fleche-top.png);
	background-repeat: no-repeat;
}
.jelevois 
{
    display: visible;
	text-align:center;
}

.jenelevoisplus 
{
    display: none;
	text-align:center;
}

/***************ARTICLES*******************************************/
.ContenuArticle.org article h2,
.ContenuArticle.org article h3,
.ContenuArticle.org article a,
.orange
 {
	color: #cc3300;    /*orange */
}
.ContenuArticle.org article img {
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
	border-radius:15px;
	border: 1px solid #cc3300;
}
.ContenuArticle.proc article img {
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
	border-radius:15px;
	border: 1px solid #9853de;
}

.ContenuArticle.proc article h2,
.ContenuArticle.proc article h3,
.ContenuArticle.proc article a,
.violet {
	 /*color: #663399;   violet*/
	 color: #9853de;   /*violet*/
}
.ContenuArticle.org article a:hover,
.ContenuArticle.proc article a:hover,
.ContenuArticle.org article a:active,
.ContenuArticle.proc article a:active,
.ContenuArticle.org article a:focus,
.ContenuArticle.proc article a:focus {
	color: #666;	   /*gris*/
}
.ContenuArticle article .note-tab {
	font-size: 85%;
	text-align: left;
}
.sub, .sup { font-size: .83em }
.sub { vertical-align: sub }
.sup { vertical-align: super }

.gris,
.gris td {
	background-color: #ededed;
}

.grisfonce
{
	background-color: #cccccc;
}
 
.ContenuArticle article .encadre {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #000;
}
.ContenuArticle article .encadre p {
	margin: 0px;
}
.ContenuArticle article .encadre table {
	overflow: hidden;
}
.ContenuArticle.org article table img {
	border: none;
}
.ContenuArticle article .encadre td {
	background-color: #F6F6F7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.bigTableau tr td p {
	margin: 0px;	
}*/
.ContenuArticle.aide img {
	border: 1px solid #00AECB;
	display: block;
	float: left;
	margin-right: 20px;
	-moz-border-radius: 0px 15px;
    -webkit-border-radius: 0px 15px;
	border-radius: 0px 15px;
	margin-top: -40px;
}
.ContenuArticle.aide h2 {
	clear: both;
	padding-top: 20px;
}
.ContenuArticle.aide h2 + p {
	margin-top: 60px;
}
.ContenuArticle.aide  p.sansmargedutout {
	margin-top: 0px;
}
.ContenuArticle.aide  p.sansmargedutout + h2 {
	margin-top: 0px;
}
.ContenuArticle.aide p.sansmargedutout img {
	margin-top: 0px;
	margin-bottom: 10px;
}
.ContenuArticle.aide  p.sansmarge {
	margin-top: 30px;
}
.ContenuArticle.aide p.sansmarge img {
	margin-top: -20px;
}
.ContenuArticle.aide p.sansmarge +  p.sansmarge{
	padding-top: 30px;
}
