﻿.contact-info { float: left;
max-width: 640px;
padding: 20px;
margin: 20px;
text-align: "center";
} 

.titre2 {
         color: #e96625;
         font-size: 20px;
		 text-align: center;
        }
		
.ctc-icn img {
	align: center;
}



/* contact form */

.formcontainer { float: left;
max-width: 600px;
padding: 20px;
margin: 20px;
}

.formcontainer input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #e96625; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.formcontainer input[type=submit] {
    background-color: #e96625;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.formcontainer input[type=submit]:hover {
                background-color: #f47638;
}


.formcontainer input[type=reset] {
    background-color: #e96625;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	float: right;
	
}


.formcontainer input[type=reset]:hover {
                background-color: #f47638;
} 
#messageenvoye { text-align:center;
                 color:#090;
				 display: none;}
				 
/* contact form 2 */

.formcontainer2 { 

}

.formcontainer2 input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #e96625; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.formcontainer2 input[type=submit] {
    background-color: #e96625;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	margin-top: 15px;
}


.formcontainer2 input[type=submit]:hover {
                background-color: #f47638;
}


.formcontainer2 input[type=reset] {
    background-color: #e96625;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	float: right;
	margin-top: 15px;
}


.formcontainer2 input[type=reset]:hover {
                background-color: #f47638;
} 