﻿/****************************************************************************
	Agestis - Content Management System - http://www.agestis.com
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20130201.1519
			coder: 		Damien
*****************************************************************************
		Contact.template.css
		Feuille de style propre au client pour le module contact
****************************************************************************/


#ListeAdresses { font-style: italic; }
#ListeAdresses .titre, 
#ListeAdresses .pays {display:none;}

.btn-success {
    background-color: #fda637;
    border-color: #fda637;
    color: #2a4705;
    font-weight:700;
}

.btn-success:hover {
   	background-color: #0a5a8f;
   	border-color: #0a5a8f;
    color: #FDA637;
    font-weight: 700;  
}

.legend {color:#14146d; font-weight:700;border-color: -moz-use-text-color -moz-use-text-color #14146d;}

.control-group .controls {
	  margin-left:80px; 
} 
fieldset {
    width: 100%;
}

#ContactForm {
	    margin: 0 10px 10px;
	}

/**********************************************************************\
    $MEDIA QUERYS
\**********************************************************************/

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){	

	#ContactForm {
	    margin: 0 240px 10px;
	}
	
	.control-group .controls {
	  margin-left:270px; 
	} 

}

@media(min-width:1200px){
	#ContactForm {
	    margin: 0 240px 10px;
	}
	
	.control-group .controls {
	  margin-left:270px; 
	} 

}

