@CHARSET "UTF-8";

.coloriage .titre.famille {
  height:70px;
}
.coloriage .titre.sous_famille {
  height:52px;
}

.coloriage .copyright {
  text-align:center;
}

.coloriage .sous_famille {
  width:600px;
}
.coloriage .sous_famille .boite .contenu{
  margin-left:10px;
  background:#fff;
}
.coloriage .sous_famille .titre_sans_image{
  background:url(../images/coloriage_titre_sous_famille_vide.gif) no-repeat;
  height:40px;
}
.coloriage .sous_famille .titre_sans_image h2{
  font-size:11px;
  font-weight:bold;
  text-transform: uppercase;
  color:#aaafb1;
}

.coloriage .voir_tous {
  margin-left:380px;
}

.coloriage .familles{
  width:622px;
  height:316px;
  background:url(../images/coloriage_familles.png) no-repeat;
}
.coloriage .familles .boutons{
  padding:70px 25px 0 30px;
}
.coloriage .familles .boutons a{
  width:180px;
  height:50px;
  display:block;
  float:left;
  margin-left:8px;
}

.coloriage.detail{
  text-align:center;
}

.coloriage a {
/*  color:#666; */
}

.coloriage div.actions {
  margin-bottom:10px;
}
.coloriage div.actions a {
  margin-right:30px;
}
.coloriage div.actions a:hover {
	text-decoration:none;
}
.coloriage div.actions a img{
	vertical-align:middle;
  margin-right:4px;
}

.coloriage img#imagedetail {
  width:98%;
}

table.apercu_coloriage {
  width:100%;
  font-size:11px;
}
table.apercu_coloriage td {
  border:none;
  padding:2px;
}
table.apercu_coloriage td.image img {
  border:1px solid #666;
  height:70px;
  width:70px;
}
table.apercu_coloriage td.lien a{
  color:#737E83;
  display:block;
  font-weight:bold;
}
table.apercu_coloriage td.lien a:hover{
  color:#ff5555;
  text-decoration:none;
}
table.apercu_coloriage td.actions{
  text-align:right;
  white-space: nowrap;
}
table.apercu_coloriage td.actions img{
  margin-left:2px;
}

.coloriage .titre_sans_image {
  background:#f1b612;
}

.coloriage div.liste
{
}

.coloriage div.liste div {
	text-align:center;
	display:block;
	margin: 3px;
	float: left;
}
.coloriage div.liste div a{
  display:block;
	width:83px;
	height:83px;
	background:#fff;
	border: 2px solid #fff;
}
.coloriage div.liste div.voir_les_autres a{
  border: 0;
  width:77px;
  height:77px;
  background:none;
}
.coloriage div.liste div a:hover{
  border: 2px outset #F1B612;
}
.coloriage div.liste div.voir_les_autres a:hover{
  color:#ff7628;
  text-decoration:none;
  border: 0;
}

.coloriage div.liste div a img{
  margin:5px 5px 0 0;
}
