/*
Theme Name: Twenty Ten
Description: Used to style the TinyMCE editor.
*/
.orange{color:#C0861D;}
.bleu{color:#36A5AA;}
.soustitregras{font-size: 16px;font-weight: bold;margin-top: 26px;}
.soustitreorange{font-size: 16px;color:#C0861D;margin-top: 26px;}
.soustitrebleu{font-size: 16px;/*color:#36A5AA*/color:#ada0ba;margin-top: 26px;}
.txt-couleur-BCUL{color:#9b0044;}
.txtGras-couleur-BCUL{color:#9b0044;font-weight: bold;}

.marge-gauche5{
	margin-left:5px;
}
.marge-gauche10{
	margin-left:10px;
}
.marge-gauche15{
	margin-left:15px;
}
.marge-droite5{
	margin-right:5px;
}
.marge-droite10{
	margin-right:10px;
}
.marge-droite15{
	margin-right:15px;
}
.txt-couleur-BCUL{
  color:#9b0044;
}
.txtGras-couleur-BCUL{
  color:#9b0044;
  font-weight: bold;
}

table {
  /*max-width: 100%;*/
  max-width:670px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.table thead tr td,
.table-bordered thead tr td,
.table-bordered tfoot tr td {
  font-weight: bold;
  vertical-align: middle;
  background-color: #f5f5f5;
}
.entetetableauRose,
.table thead tr.entetetableauRose td,
.table-bordered thead tr.entetetableauRose td,
.table-bordered tfoot tr.entetetableauRose td,
.table tbody tr:hover td.entetetableauRose,
.table tbody tr:hover th.entetetableauRose,
.entetetableaurose,
.table thead tr.entetetableaurose td,
.table-bordered thead tr.entetetableaurose td,
.table-bordered tfoot tr.entetetableaurose td,
.table tbody tr:hover td.entetetableaurose,
.table tbody tr:hover th.entetetableaurose
{
  background-color: #9b0044;
  color:#fff;
  font-weight:normal;
}
.entetetableauGris,
.table thead tr.entetetableauGris td,
.table-bordered thead tr.entetetableauGris td,
.table-bordered tfoot tr.entetetableauGris td,
.entetetableaugris,
.table thead tr.entetetableaugris td,
.table-bordered thead tr.entetetableaugris td,
.table-bordered tfoot tr.entetetableaugris td
{
  background-color: #ccc;
  color:#000;
  font-weight:normal;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  /*background-color: #f5f5f5;*/
  background-color: #F2F2F3;
}


.wp-caption{
 
}
.wp-caption img{
border:1px solid #ccc;
}
.wp-caption-text{
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  /*background-color: #ccc;*/
  margin-right:-2px;
  padding:5px;
}
.cadre{
  border:1px solid #ccc;
  padding:5px;
  margin:10px;
}
[class^="wp-image-"],
[class*=" wp-image-"] {
  /*border:1px solid #ccc;*/
  /*padding:5px;*/
}
.alignright{
  float:right;
  margin:0 0 15px 15px;
}
.alignleft{
  float:left;
  margin:0 15px 15px 0px;
}
.aligncenter{
  text-align:center;
  
  padding:5px;
  margin:10px;
}
