@charset "utf-8";
p#titre
	{
	width			: 530px;
	margin			: 0px auto;
	padding			: 0px;	
	font-size		: 20px			
	}
input
	{
	border			: 1px solid silver;	
	}	
input[type="text"]:focus, #edit-texte:focus
	{ 
    outline			: none !important;
    border-color	: #707070;
    box-shadow		: 0 0 10px #707070;
	}
.liste
	{
	width			: 400px;
	margin			: 5px auto;	
	padding			: 0px;
	font-size		: 20px			
	}
.liste li
	{ 
	list-style-type: none;
	}		
.gauche
	{
	text-align		: left; 
	}

div#form
	{
	width			: 556px;	
	margin			: 0px auto;
	font-size		: 20px;
	font-family		: "Times New Roman";		
	}
div#bouton
	{
	margin-top		: 2px;
	text-align		: center;	
	}							
p#gras
	{
	margin-top		: 10px;
	margin-right	: 10px;
	margin-bottom	: 0px;
	margin-left		: 15px;
	font-weight		: bold;
	text-align		: center;	
	color			: #646464;
	font-family		: Times New Roman;
	font-size		: 20px		
	}
.obligatoire
	{
	font		: bold 1em 'Times New Roman';	
	color		: red;
	}
#edit-email
	{
    width		: 550px;
	font-size	: 20px;	
	font-family	: "Times New Roman";		
	}
#edit-etablissement
	{
    width		: 550px;
	font-size	: 18px;	
	font-family	: "Times New Roman";		
	}	
#edit-nom
	{
    width		: 350px;
	font-size	: 18px;
	font-family	: "Times New Roman";	
	}
#edit-prenom
	{
    width		: 191px;
	font-size	: 18px;	
	font-family	: "Times New Roman";		
	}	
#edit-texte
	{
    width		: 549px;
	height		: 150px;	
	font-size	: 18px;	
	font-family	: "Times New Roman";	
	}
#edit-telephone-fixe
	{
    width		: 271px;
	font-size	: 18px;	
	font-family	: "Times New Roman";		
	}
#edit-telephone-mobile
	{
    width		: 271px;
	font-size	: 18px;	
	font-family	: "Times New Roman";		
	}
input#bouton
	{
	outline-style	: none;
	height			: 32px;
	border			: 0px;
	margin-top		: 2px
	}
p#message-ok
	{
	color 			: #2980b9;
	font-size		: 20px;	
	font-family		: "Times New Roman";	
	}		