.maj{text-transform: uppercase;}

#breadcrumbs a{text-decoration: none;}
#breadcrumbs a:hover{text-decoration: underline;}

#single #breadcrumbs #breadcrumbscontent li {margin-left: 0px;margin-right: 5px;}

#single #singlecontent{padding-left: 0px;	min-height: 215px;}

#rubriquezone1 {min-height: 0px;}

#single #singlecontent {width: 460px;}

/* Couleurs */

/* ASSEMBLÉE DES PARTIES */
.menuAP a {color: #002039;}
.menuAP a:hover,.menuAP.actif a {color: #FFFFFF;background-color: #00a0ae;}
.backgroundAP  {background-color: #00a0ae;}
.txtAP {color: #00a0ae;}
.borderAP {border-bottom-color: #00a0ae;}

/* COMITÉ CONSULTATIF */
.menuCC a {color: #002039;}
.menuCC a:hover,.menuCC.actif a  {color: #FFFFFF;background-color: #2EB693;}
.backgroundCC  {background-color: #2EB693;}
.txtCC {color: #2EB693;}
.borderCC {border-bottom-color: #2EB693;}

/* COMITÉ PARITAIRE */
.menuCP a {color: #002039;}
.menuCP a:hover,.menuCP.actif a  {color: #FFFFFF;background-color: #00BDD2;}
.backgroundCP  {background-color: #00BDD2;}
.txtCP {color: #00BDD2;}
.borderCP {border-bottom-color: #00BDD2;}

/* RAPPORT ANNUEL */
.menuRA a {color: #002039;}
.menuRA a:hover,.menuRA.actif a  {color: #FFFFFF;background-color: #6A91DB;}
.backgroundRA  {background-color: #6A91DB;}
.txtRA {color: #6A91DB;}
.borderRA {border-bottom-color: #6A91DB;}

/* ACCORDS */
.menuLA a {color: #002039;}
.menuLA a:hover,.menuLA.actif a  {color: #FFFFFF;background-color: #3180C5;}
.backgroundLA  {background-color: #3180C5;}
.txtLA {color: #3180C5;}
.borderLA {border-bottom-color: #3180C5;}

/* color colstandard   */
.colstandard  {border-bottom-color: #3180C5;}
.menucolstandard a:hover {background-color: #b6ca00;}
.menucolstandard.actif a {background-color: #b6ca00;}
.backgroundcolstandard {background-color: #b6ca00;}
.txtcolstandard {color: #b6ca00;}

/* Les fichiers */

.privee_files
{
padding-left: 60px;	
}

#single #singlecontent .privee_files li{
	list-style: none;
	color: #002039;

	border-bottom-width: 1px;	
	border-bottom-style: solid;	

  padding: 10px;
  white-space: nowrap;
}

#single #singlecontent .privee_files  li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;

color: #002039;
text-decoration: none;
}

#single #singlecontent .privee_files  li a:hover {
text-decoration: underline;
}

#single #singlecontent .privee_files li img {
margin-right: 10px;
margin-bottom: -5px;
}

/*   */

#single #singleuser {
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	padding-bottom: 55px;
	width: 820px;
}

#singleuser h1{
	font-family: "Roboto", sans-serif;
	font-size: 33px;
	color: #FF6B0F;
	padding-bottom: 30px;
	font-weight: 300;
	font-style: normal;
	line-height: 40px;
	padding-left: 30px;	
}

/* Users */

.table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-collapse: collapse;
   border-spacing: 0;
}

.table th{
font-weight: bold;
text-transform: uppercase;
text-align: left;	
padding: 5px;
}

.table tr td{
border-bottom: 1px solid #d9d6d4;
padding: 5px;
}

.table-hover > tbody > tr:hover > td {background-color: #d9d6d4;}


#single #singlecontent .table-vide{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-collapse: collapse;
   border-spacing: 0;
}

#single #singlecontent .table-vide th{
font-weight: bold;
text-align: left;	
padding: 5px;
border-bottom: 0px;
}

#single #singlecontent .table-vide tr td{
border-bottom: 0px;
padding: 5px;
}


.form-control{
width: 300px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;	
}

.form-control_big{
width: 600px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;	
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.obligatoir{
color: #A30050;
}

.small{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}


/* BS */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}


.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
