/* formulaire contact
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: url(../images/button_bg.gif) repeat-x top;
	color: #333;
	font-size: 85%;
	text-transform: uppercase;
}
.button:hover, .button:focus {
	border: 1px solid #999999;
	color: #333;
}
* html .button {
	padding: 2px 0; /*IE 6*/
}
*+html .button {
	padding: 2px 0; /*IE 7*/
}
.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* Style général */

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}


/* affichage catégorie */
h1.componentheading, .componentheading {
	color:#818181;
font-size:125%;
line-height:150%;
padding:0 10px;
text-align:right;
	
}


/* affichage titre article */
h2.contentheading, .contentheading {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:11px;
	text-transform:uppercase;
}
.tr-contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

/* enlever le soulignage des titres d'articles  */
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none;
}

/* largeur articles */
table.contentpaneopen td, table.contentpane td {
padding:0px 5px;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
