/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#global {
	padding-right: 200px !important;
	padding-right: 20px;
}
/*------------------------------------------------------------------*/
#content .coordonnees{
	background:#C6C2B6 url(images/cheval-intro.jpg) no-repeat scroll right bottom;
	border:2px solid #fff;
	width:300px;
	padding:10px;
	float:right;
	position : relative;
}
#content .coordonnees h3{
	margin-left:10px;
}

#content .coordonnees img#contact-photo{
	border:3px solid #fff;
	margin-left:10px;
}
#content .coordonnees ul{
	list-style-type:none;
	margin-bottom:50px;
	margin-right:30px;
	width:300px;
	padding:20px;
	height:120px;
}
#content .coordonnees ul li{	
	margin-bottom:10px;

}
#content .formulaire {
	margin:20px;	
	padding:20px;
	margin-left:30px;
	
}

#content .formulaire .titreform{
	display:none;
}

#content .formulaire label{
	width:100px;
	float:left;
	position: relative;
}
#content .formulaire p{
	margin-bottom:5px;
}

#content input, textarea{
	background:#c4bab1;
	border:solid 1px #c0b7af;
}
#content textarea{
	width:350px;
	height:150px;
}

#content input{
	width:350px;
	height:20px;
}

#content button{
	margin-left:210px;
	background:transparent url(images/imprimer.jpg) no-repeat;
	width:142px;
	height:41px;
	border:none;
	color:#fff;
	padding-bottom:5px;
}
#content button:hover{
	margin-left:210px;
	background:transparent url(images/imprimer-hover.jpg) no-repeat;
	width:142px;
	height:41px;
	border:none;
	color:#fff;
	padding-bottom:5px;
}

#content p.center{
	border-top:solid 1px #7C745E;
	border-bottom:solid 1px #7C745E;
	padding:5px;
	margin-left:30px;
	margin-right:30px;
}

#content p#mailing_inscription label, #content p#mailing_autorisation label {
	width: 300px;
}
