p {
	line-height: 20px;
}

label {
	clear: left;
	display : block;
	float: left;
	width : 48%;
	min-width: 200px;
	text-align: right;
	padding : 2px 10px 6px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #375F9B;
}

.labelcheckbox {
	clear: none;
	text-align: left; 
	width: 85%
}

.labelradio {
	clear: left;
	text-align: left; 
	width: 100%
}

input {
    color:#003264;
    background-color:#F8F6F6;
    font-size:14px;
    border: 1px solid #BCBCBC;
	outline:0px;
    margin-bottom: 8px;
	width: 200px;  
}

.valeur {
	display : block;
	float: left;
	width : 49%;
	padding : 2px 0px 6px 0px;
	font-size: 14px;
}


select {
	color:#003264;
	font-size:14px;
	border: 1px solid #BCBCBC;
	outline:0px;
	margin-bottom: 4px;
	width: 206px;
	background-color:#F8F6F6;
	outline:0px;
}

input[type="text"], input[type="password"] {
	padding: 1px 2px;
}

input[type="checkbox"], input[type="radio"] {
    float: left; 
    height: 14px;
    width: 40px;
}

input[type="button"] {
	cursor: pointer;
}


a {
	color: #C8559B;
	display: inline-block;
}

a:hover {
	cursor: pointer;
	color: #C8559B;
}


img {
	border: 0px;
}

.unmaskImage{
	cursor:pointer;
	outline: 0px;
	border: 0px;
	height: 15px;
    position: relative;
    top: 3px;
    left: -25px;
}

  /********************/
      /* Enquete */
/*********************/

.labelradioEnquete {
    display : block;
    float: none;
    width : 90%;
    min-width:250px;
    text-align: left;
    padding-right: 0px;
    margin-bottom : 0px;
    margin-right: 0px;
    margin-left: 0px;  
    vertical-align: top;
    font-weight:bold;
}


.textareaEnquete {
	display : block;
    text-align: left;
    margin-left:40px;
}

.labelCheckEnquete {
    display : block;
     float: none;
    width : 45%;
    min-width:220px;
    text-align: left;
    padding-right: 10px;
    margin-top : 0px;
    margin-bottom : 0px;
    margin-right: 0px;
    font-weight:bold;
    display: inline; 
}


.labelradioleft {
	display : block;
	float: none;
	width : 100%;
	min-width:250px;
	text-align: right;
}

iframe {
	overflow:auto; 
	width: 100%; 
	height: 380px;
	background-color:#FFFFFF;
	border: 1px solid #BCBCBC;
	-moz-border-radius: 7px;
}

  /***********/
 /* Tableau */
/***********/
table{
	width:95%;
	margin: 10px auto auto auto;
	border-collapse: collapse;
/*	min-width:900px; */
}

thead th {
	background: #191970;
	padding: 6px 15px 6px 5px;
	color: #ffffff;
	border-bottom: solid 1px #191970;
	text-align: left;
}

tr {
	background: #F5F5DC;
	height: 30px;	
}

td {
	padding: 3px 5px 0px 5px;
	border-top: solid 1px #191970;
}

tr:hover {
	background: #00CED1;
	cursor:  pointer;
}

table.tableNeutre {
	background: #EBEBEB;
	margin: 0px;
}

.tableNeutre thead th {
	padding: 0px;
	color: black;
	border:0;
}

.tableNeutre tr {
	background:#EBEBEB;
}

.tableNeutre td {
	padding:0px;
	border:0;
}

.tableNeutre tr:hover {
	background: #EBEBEB;
	cursor: default;
}

  /************************************/
 /* Decoupage du container principal */
/************************************/
.colonnecentre {
	margin:auto;
	max-width: 900px;
}

.colonnegauche50 {
    float: left;
	margin: 0px auto;
    width: 512px;
}

/* subdivision de la colonne centre */
.colonnecentregauche {
    float: left;
    width: 48%;
    margin: 5px;
}


/* Element graphique du site 1 */

.niveau1 {
	min-width: 472px;
	background-color: #EBEBEB;
	padding: 5px; 
	margin: 15px 15px 30px 15px;
}

.niveau1 ul {
	margin: 0;
	padding: 0px;;
	list-style-type: none;
}

.niveau1 li {
	vertical-align:text-bottom;
	padding-top: 10px;
	display:block;

}

.titre {
	color: #375F9B;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1.5pt solid #FFFFFF;
}

.sousTitre {
	font-size: 14px;
	font-weight: normal;
	color: #878787;
	padding-top: 20px;
}

.texte {
	font-size: 12px;
	color: #878787;
}

.contenu {
	color: #091C37;
	line-height: 1.5em;
	padding: 10px;
}


  /*******************************/
 /* Element graphique du site 2 */
/*******************************/
.niveau2 {
	min-width: 472px;
	padding: 5px; 
	margin: 15px 15px 30px 15px;
	background-color: #4696CD;
}


.titre2 {
	color: #F3D8D9;
	font-weight: 900;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 2pt solid #C0B5B0;
}

.contenu2 {
	color: #FFFFFF;
	font-weight: BOLD;
	padding: 15px; 
}

.texte2 {
	text-indent: 7px;
	font-weight: 600;
	color: #383E48;
	font-size: 1.2em;
	line-height: 1.5em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #FAE6E7;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Label pour remplacement d'un input par du texte */
.rightlabel {
	display:block;
    margin-bottom: 4px;
    padding-left: 30px;
}



.hint {
	color: #E62929;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0;
	-height:1%;
	text-align: left;
}


.errors {
	clear: left;
	color: #E62929;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	-height:1%;
	text-align: left;
}

.errors li
{
	padding: 0;
	margin-top: -0px;
	list-style: none;
}

li .errors li
{
	padding: 0;
	margin-top: -0px;
	margin-left: 50%;
	list-style: none;
}

.floatleft {
	float: left;
	margin-right: 10px;
}



  /***********/
 /* Boutons */
/***********/
.buttonbar {
	clear:both;
	margin-top: 5px;
	margin-right:0px;
	margin-left:0px;
	text-align: center;
	width: 100%;
	padding: 20px 0px 20px 0px;
}


/* GESTION DES BOUTONS */
a.button {
    background-color: #375F9B;
    color: #FFFFFF;
    font-size:14px;
    font-weight:bold;
    border: 2px solid #375F9B;
    padding: 6px 15px;
    margin: 2px 15px;
   	white-space:nowrap;
    text-decoration: none;
}

a span {
	display: inline-block; 
    min-width: 90px;	
}

a.button:hover 
{
    background-color: #FFFFFF;
	color: #375F9B;
}

a.buttonRouge {
    background-color: #C8559B;
    color: #FFFFFF;
    font-size: 15px;
    font-weight:bold;
    border: 2px solid #C8559B;
    padding: 6px 15px;
    margin: 2px 15px;
   	white-space:nowrap;
    text-decoration: none;
}


a.buttonRouge:hover 
{
    background-color: #FFFFFF;
	color: #C8559B;
}

a.buttonSous {
    background-color: #C8559B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight:bold;
    border: 2px solid #C8559B;
    padding: 10px 30px;
    margin: 2px 15px;
   	white-space:nowrap;
    text-decoration: none;
}


a.buttonSous:hover 
{
    background-color: #FFFFFF;
	color: #C8559B;
}

a.button:active {
    background-position: bottom right;
    color: #000;
}


a.buttonTransparent {
    color: #375F9B;
    font-size:14px;
    font-weight:bold;
    border: 0px;
    padding: 2px 11px;
    margin: 2px 0px;
   	white-space:nowrap;
    text-decoration: none;
}

a.buttonTransparent:hover 
{
    color: #FFFFFF;
}

input[type="button"] {
    background-color: #375F9B;
    color: #FFFFFF;
    font-size:12px;
    font-weight:bold;
    border: 2px solid #375F9B;
   	white-space:nowrap;
    text-decoration: none;
}
input[type="button"]:hover  {
    background-color: #FFFFFF;
	color: #375F9B;
}


/* Affichage de l'arborescence */ 
#zoneArbre {
	width: 80%;
	margin-left : 10%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: center;
	border : 1px dashed black;
}

ul.arbre {
	list-style-type : none;
	font-size : 12;
	margin-left : 20px;
	padding-left: 20px;
}

#zoneArbre a {
	text-decoration: none;
}

.alinea {
	padding-left:2em;
	display:inline;
}





/* Style du paginator */

.paginationControl {
padding: 10px;
width: 100%;
text-align: center;
}


.paginationNavi-disable
{
font-size:11px;
color: #444444;
border: solid 1px #eeeeee;
padding: 2px 5px 2px 5px;
margin: 2px;
background-color: #E7E7E7;
}

.paginationNavi-enable
{
font-size:11px;
text-decoration: none;
color: #444444;
border: solid 1px #636363;
padding: 2px 5px 2px 5px;
margin: 2px;
background-color: #C0C0C0;
}

a:hover.paginationNavi-enable
{
font-size:11px;
text-decoration: none;
color: #ffffff;
border: solid 2px #993333;
padding: 1px 4px 1px 4px;
margin: 2px;
background-color: #191970;
}

.paginationBox-disable
{
font-size:11px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
border: solid 1px #191970;
padding: 2px 5px 2px 5px;
margin: 2px;
background-color: #191970;
}

.paginationBox-enable
{
font-size:11px;
text-decoration: none;
color: #444444;
border: solid 1px #636363;
padding: 2px 5px 2px 5px;
margin: 2px;
background-color: #E7E7E7;
}

a:hover.paginationBox-enable
{
font-size:11px;
text-decoration: none;
color: #ffffff;
border: solid 1px #993333;
padding: 2px 5px 2px 5px;
margin: 2px;
background-color: #191970;
}

.disabled
{
	background-color: #D5D5D5;
	-webkit-appearance: none;
}


.hide
{
	display:none;
}

.seek
{
	display:block;
}

/*intl telephone*/

.iti__flag {background-image: url("./../../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("./../../img/flags@2x.png");}
}

#phone {
	/*padding-left: 80px !important;*/
}


/*gestion info bulle*/

	.tooltip {
      position:relative;
      display: inline-block;
      vertical-align: middle;
      
    }
    
    /* Tooltip text */
    .tooltip .tooltiptext {
      visibility: hidden;
    
      width:200px;
      padding:5px;
      border: 1px solid #BCBCBC;;
      background:#fff;
      color: #000;
      text-align:left;
     
      /* Position the tooltip text - see examples below! */
      position: absolute;
      top: 20px;
      left:-200px;
      z-index: 1;
    }
    
    .tooltip:hover .tooltiptext {
      visibility: visible;
    }