/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content .visuel{
	background:url(images/visuels/contact.jpg) right top no-repeat;	
}
#content h2{
	margin-bottom:10px;
}
#content h3{
	margin-left:10px;
	margin-top:10px;
}

#content p{
	margin-left:10px;
	margin-right:200px;
	margin-bottom:20px;
}


#content form {
	margin-right:30px;
}
#content form p{
	margin-bottom:5px;
}

#content form fieldset{
	border:none;
}
#content form legend{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

#content form label{
	font-size:10px;
}

#content form input {
	border:double 3px #999999;
	height:23px;
	font-size:11px;
	font-weight:bold;
	width:210px;
}


#content form .texte{
	margin-left:235px;
}


#content form .bouton{
	background:url(images/bouton.jpg) no-repeat;
	width:122px;
	height:33px;
	text-align:center;
	color:white;
	text-transform:uppercase;
	border:none;
	font-size:11px;
	font-weight:bold;
}

#content form textarea{
	border:solid 2px #9d9d9d;
	width:99%;
	height:110px;
}

#content .message{
	color:red;
	font-weight:bold;
	margin:0px;
}

#content h6{
	text-align:left;
	width:210px;
	padding:2px;
	/* border:solid 1px #edeeee;
	background:url(images/degardeinput.jpg) left repeat-y; */
	margin-right:220px;	
	font-size:11px;
	font-weight:bold;
	font-family:Century Gothic;		
}

#content a.magasin{
	display:block;
	width:190px;
	height:29px;	
	background:white url(images/boutonvert.jpg) no-repeat;
	text-align:center;	
	color:white;
	text-decoration:none;
	line-height:26px;
	text-transform:uppercase;
	border:none;
	font-size:11px;
	font-weight:bold;	
	float:right;
}

#content .boutons{
	text-align:right;
	margin-right:0px;
}

