/* ------------------------------------------------------------------------------------
 *
 *             Style CSS pour le chant des fuseaux
 *
 *             Page Contact
 *
 *             Dominique DOISNE   (Idoine Production (c))
 *
 *             Version 1.00
 *
 *            Novembre 2013
 * 
 * --------------------------------------------------------------------------------------
*/
#container_principal
{
   background-image: url("../images/site/bg.jpg");
}

#adresse
{
	margin-left: 15px;
	margin-top: 15px;
}

#formulaire
{
	background-image: url("../images/site/texte.png");
	font-size: 100%;
	border: inset 4px #1b7b90;
	float: right;
	margin-top: -405px;
	margin-right: 20px;
	width: 750px;
	height: 500px;
	min-height: 400px;	
	color:#08575b;
}

h1,h2
{
	color: #08575b;
}
#imgCaptcha
{
		
	margin-right: 10px;
}

#captcha
{
	width: 750px;
	height: 80px;
	background-color: #232427;
	padding-bottom: 5px;
	color :white;
	font-size:80%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
}
h2 
{
	font-size: 90%;
}

input
{
    margin-left: 30px;
    margin-right: 10px;
}

legend
{
  
    background-color: #1f598d;
    color:white;
    padding: 0 10px 2px 10px;
    font-weight: bold;
}

fieldset
{  
    margin : auto;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 90%;
}

textarea
{
       width: 700px;
	height: 40px;
	resize: none;
}

.cadreGauche   /* Cadrage des zones de texte pour alignement à gauche propre */ 
{
    display: block;
    width: 20px;
    float: left;
   /* border: solid red 1px;   /* Pour le debug des blocs  */  
}
 
#boutons
{
   display: block; 
  margin-top: 2px;
  font-style: italic;
  font-weight: bold;
}