/*
################
# Marionnettes du bout du monde - nous joindre - feuille de styles
########
# Derniere modification: Marc Nadeau, 2007-11-27
################
*/

a#courriel
	{
	color: #ff0;
	}


a#courriel:hover
	{
	color: #fff;
	}


body#rejoindre
	{
	background-image: url( /media/fond-rejoindre.jpg );
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	}

div.telephone
	{
	font-size: 150%;
	color: #00C400;
	font-weight: bold;
	}

p.tarif
	{
	width: 700px;
	font-weight: 500;
	line-height: 140%;
	text-align: justify;
	padding: 0.5ex;
	margin-top: 0.5ex;
	}


table.rejoindre
	{
	margin: 3ex auto;
	}	

th.rejoindre
	{
	text-align: center;
	padding: 2ex;
	vertical-align: middle;
	}

td.rejoindre
	{
	padding: 1ex;
	}
	
td#tarif, td#courriel
	{
	text-align: left;
	}
	
/* specifique au formulaire de courriel */
td
	{
	padding: 0.5ex;
	}

td.question
	{
	text-align: right;
	font-weight: bold;
	}
	
textarea
	{
	width: 32em;
	height: 24ex;
	border: #000 solid thin;
	}

td.erreur_formulaire
	{
	color: red;
	}
	
	
td.bouton
	{
	text-align: center;
	background-color: #fff;		
	}			
	
input.bouton
	{
	background-color: #eff;
	border: #000 solid thin;
	}
	
input.bouton:hover
	{
	background-color: #fff;
	}			

input[type=text]
	{
	width: 24em;
	border: #000 solid thin;			
	}	

.retour
	{
	text-align: center;
	color: #fff;
	margin: 2ex auto;
	}

	