/* @override 
	http://bionersis.devsite/lib/css/accueil.css
*/

/* @group Commun */

.titre_box {
	width: 212px;
	height: 22px;
}

.titre_box a:link, .titre_box a:hover, .titre_box a:visited {
	text-decoration: none;
	color: inherit;
}

.texte_box {
	position: relative;
}

.texte_box a:link, .texte_box a:visited {
	text-decoration: none;
	color: #333;
}

.texte_box a:hover {
	color: #888;
}

.boxA .texte_box *, 
.boxB .texte_box *,
.boxC .texte_box * {
	margin: 0 18px 18px 18px;
}

.texte_box .surligne {
	margin: 0;
	font-weight: bold;
}

.texte_box .bouton_plus {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 18px 5px 0;
}

/* @end */

#contenuPage h2 {
	background: url(../../images/interface/eco_h2_contenu.gif) no-repeat left bottom;
	text-indent: 35px;
	color: #9a9a9a;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	letter-spacing: 1px;
	margin-top: 0;
}

#contenuPage p {
	margin: 20px;
}

#contenuPage form {
	margin: 0 20px;
}

#contenuPage table {
	width: 100%;
}

#contenuPage input, #contenuPage textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	height: 20px;
}

#contenuPage textarea{
	margin-top: 5px;
	height: 200px;
}

#contenuPage td.foot {
	text-align: center;	
}

#contenuPage td.foot input {
	width: 150px;
	border: 1px solid #e0e0e0;
	height: 20px;
	font-weight: bold;
	background-color: #efefef;
}