/*
//------------------------------------------------------------------
// 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/mission.jpg) right top no-repeat;	
}

#content h2{
	margin-bottom:15px;
}

#content p.intro{
	color:#97BE0D;
	font-size:13px;
	margin-right:20px;
	margin-bottom:20px;	
}



#content p.info{
	font-size:10px;
	margin-right:20px;	
	margin-bottom:10px;
	line-height:10px;
	color:#4f4f4f;
}

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

#content form p{
	margin-bottom:10px;	
	font-size:11px;	
}


#content form .texte{
	height:16px;
	border:solid 1px #e2e3e3;
	background:url(images/degardeinput.jpg) left repeat-y;
	font-size:10px;
	font-weight:bold;
}

#content form select.texte{
	height:16px;
	border:solid 1px #e2e3e3;
	background:white;
	font-size:10px;
	font-weight:normal;
}

#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;
	float:right;
	margin-right:20px;
	margin-top:20px;
}


#content .message{
	color:red;
	font-size:11px;
	font-weight:bold;
}

