
/* --------------------------- Bordures  ------------------------------------- */

.turquoise{border: 1px solid aqua;}
.noir{border: 1px solid black;}
.bleu{border: 1px solid blue;}
.rose{border: 1px solid fuschia;}
.orange{border: 1px solid #ff9900;}
.vert{border: 1px solid green;}
.gris{border: 1px solid gray;}
.maron{border: 1px solid maroon;}
.olive{border: 1px solid olive;}
.violet{border: 1px solid purple;}
.rouge{border: 1px solid red;}
.blanc{border: 1px solid white;}
.jaune{border: 1px solid yellow;}
.bleu2{border: 1px solid teal;}
.argent{border: 1px solid #ffab02;}

/* --------------------------- Photos / Images ------------------------------------- */

.photos{
	border:2px solid white;
	
	-moz-border-radius: 0px;
	-ms-border-radius: 0px; 
	-o-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius:0px;  
	
	-moz-box-shadow: 0px 0px 1px #000; 
	-ms-box-shadow: 0px 0px 1px #000; 
	-o-box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000; 
	box-shadow:0px 0px 1px #000;  
}

#kameleon a img.photos{
	-moz-transition: ease-in-out 0.3s;/*pour Firefox */
	-ms-transition: ease-in-out 0.3s;/*pour IE11 */
	-o-transition: ease-in-out 0.23s;/*pour Opera */
	-webkit-transition: ease-in-out 0.3s;/* pour Chrome et Safari */
	transition: ease-in-out 0.3s;/*version standardisée */
}

#kameleon a:hover img.photos{
	opacity: 0.8;
	/*transform: scale(1.1);*/
	border:2px solid black;
}


/* --------------------------- CONTENU ------------------------------------- */

#kameleon, .mce-content-body{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:0.9em;
	font-weight:normal;
}

#kameleon a, .mce-content-body a, .contact_coord #info #mail{
    color:#black;
	text-decoration:underline;
	font-weight:bold;
}

#kameleon a:hover, .mce-content-body a:hover, .contact_coord #info #mail:hover{
    color: #e3aa00;
	text-decoration:underline;
}

#kameleon ul,.mce-content-body ul{
	/*list-style-image:url('img/puce.png');*/
}

#kameleon li,.mce-content-body li{
	margin-bottom:3px;
	margin-top:3px;
}

#kameleon hr,.mce-content-body hr{
	background-color:#000;
	border:0px;
	height:1px;
}

h1, .mce-content-body h1, #kameleon h1{
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;	
	color:#cccccc;
	font-size:1.6em;
}

h2, .mce-content-body h2, #kameleon h2, .contact_coord #info #raison{
	margin:10px 0;
	font-family: 'Roboto', sans-serif;	
	color:#e3aa00;
	font-size:1.8em;
}

h3, .mce-content-body h3, #kameleon h3{
	margin:10px 0;
	font-family: 'Roboto', sans-serif;	
	color:#b09155;
	font-size:1.2em;
}

h4, .mce-content-body h4, #kameleon h4{
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;		
	color:#cccccc;
	font-size:1em;
}

h4 {

    color: #FFF !important;
    text-align: center;
    padding: 5px 10px;
    background-image: url("img/fond.png");
    background-size: cover;
    background-position: center;

}


/* --------------------------- PAGE CONTACT ------------------------------------- */
.contact_coord #info{
	border:1px solid #dddddd;
	background-color: rgba(255,255,255,0.0);
	padding:15px 10px;
}

/* --------------------------- TABLEAUX ------------------------------------- */
/* SMARTPHONES */
@media only screen and (min-width: 320px){	
table, tbody { width:100% !important }
tr { display: table;}
td { display: table-row;}

#kameleon, .mce-content-body{

	width: 100% !important;
	margin: auto;
}
}

/* TABLETTES */
@media only screen and (min-width: 768px){
tr { display: table-row;}
td { display: table-cell;}
#kameleon, .mce-content-body{

	width: 80% !important;
	margin: auto;
}
}

@media only screen and (max-width: 768px){
table.tb_accueil, table.tb_accueil tbody { width:100% !important }
table.tb_accueil tr { display: table!important;}

table.tb_accueil td { display: table-row!important;}


}


/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
tr { display: table-row;}
td { display: table-cell;padding: 20px;}
#kameleon, .mce-content-body{

	width: 80% !important;
	margin: auto;
}
}


.montableau p {

    font-size: 0.65em;
    font-weight: 600;
    line-height: 24px;
    margin: 14px 20px;
    /*text-transform: uppercase;
    border-bottom: 4px solid #ccc;*/
    padding-left: 20px;
    text-align: center;

}

.montableau2 p {

    font-size: 0.65em;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 20px;
    /*text-transform: uppercase;
    border-bottom: 1px solid #ccc;*/
    padding-left: 20px;
    text-align: left;

}

.boxes {
    background-image: url("img/fondgris.jpeg");
    background-size: cover;
    color: #FFF;
}

.montableau2 td {

    padding: 0px;

}