﻿/*style_formats: [
        {title: 'Titre', inline: 'span', styles: { color: '#ffffff', fontSize: '30px', fontFamily: 'georgiaregular'} },
        {title: 'Titre2-rouge', inline: 'span', styles: { color: '#FF0000', fontSize: '16px', fontFamily: 'georgiaregular', marginBottom:'10px', letterSpacing:'1px', fontWeight:'400'} },        
        {title: 'Titre3-rouge', inline: 'span', inline: 'b', styles: { color: '#ff0000', fontFamily: 'georgiaregular', letterSpacing:'1px'} },
    ], */
 

.texte_copyright{
	 color:#fff;
}

.texte_copyright a{
	 color:#fff;
	 text-decoration:none;
}


.texte_copyright a:hover{
	 color:#fff;
	 text-decoration: underline;
}

   
/*********template prédefini tinymce4 ***********/
/**par defaut**/
    
#div-image-gauche {
	width: 25%;
	float: left;
	margin: 0px 20px 20px 0px;
}
#div-text {
	width: 70%;
	float: left;
}
/***/
#div-text-gauche {
	width: 70%;
	float: left;
}
#div-image-droite {
	width: 25%;
	float: left;
	margin: 0px 0px 20px 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#div-image-gauche {
	width: 100%;
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
}
#div-text {
	width: 100%;
	float: left;
}
/***/
#div-text-gauche {
	width: 100%;
	float: left;
}
#div-image-droite {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 20px;
}
}
@media only screen and (max-width: 479px){
#div-image-gauche {
	width: 100%;
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
}
#div-text {
	width: 100%;
	float: left;
}
/***/
#div-text-gauche {
	width: 100%;
	float: left;
}
#div-image-droite {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 20px;
}
}
/*********template prédefini tinymce4 ***********/

/********* page contact ***********/
/*par defaut*/
	.google-maps{
		float:left; 
		width:100%;
		margin-right:50px;
		margin-bottom:50px;
	}
	
	.youqui-texte{
		float:left;
		width:450px; 
		margin-right:2px;
	}
	
	.formulaire{
		width:350px;
		float:left;
		color:#fff;
		font-family:"Century Gothic";
		font-size:14px;
	}
	/***/
	
	.form-fields {
	}
	.form-fields input {
		width: 208px;
	}
	.form-fields2 {
	}
	.form-fields2 input {
		width: 70px;
	}
	.form-label {
		width: 150px;
	}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	 .youqui-texte{
		float:left;
		width:365px; 
		margin-right:2px;
	}
	
	.formulaire{
		width:350px;
		float:left;
	}
}

@media only screen and (max-width: 479px){
	 
	 .youqui-texte{
		float:left;
		width:365px; 
		margin-right:2px;
	}
	
	.formulaire{
		width:350px;
		float:left;
	}

	.form-fields {
	}
	.form-fields input {
		width: 150px;
	}
	.form-fields2 {
	}
	.form-fields2 input {
		width: 70px;
	}
	.form-label {
		width: 100px;
	}
}
