@charset "iso-8859-1";
/*
CSS Document 
CSS du fichier contact.php
Auteur : Fabien Drieux
Pour : www.yannickjaulin.com
modif : 29 décembre 2009
*/



/* -- Formulaire --*/
div#formulaire
{
	width: 100%;
	float : left;
	background-image : url(../media/img/design/degrade_actualite_1.png);
	background-repeat : repeat-x;
	font-size : 0.8em;
}

div#mentions
{
	width: 100%;
	float : left;
	background-image : url(../media/img/design/degrade_actualite_2.png);
	background-repeat : repeat-x;
	font-size : 0.8em;
}

p#champ_1
{
	margin-top : 20px;
}


p#mentions
{
	font-size : 0.8em;
}

label
{
	display:block;
	float:left;
	width:100px;	
	font-size : 0.9em;
}

label:hover
{
	font-weight: bold;
}


/* Input */
input, select, textarea
{
	margin-left: 1%;
	width: 75%;
	border: #CCC 1px solid;
}

.radio
{
	border: #DDEEFF 1px solid;
	width: 5%;
}

input.captcha
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}



input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}


/* button submit */
.submit
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

.submit:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

.reset
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

.reset:hover
{
	background-color: #E6484D;
	cursor: pointer;
}


/* Conteneur menu_droit_spectacles_ */
#image_vache_
{	
	margin-left: 811px;
	padding: 0;
}

/* class pour la marge du menu droit */
#image_vache_ .image_vache
{	
	margin-top : 0px;
}

