/* DÉBUT Principal */
body, html {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c393a;
}
/* FIN Principal */

/* DÉBUT balises HTML */
p { line-height:18px; margin:0 0 18px 0; text-align:justify;}
hr{ display:block; margin:10px 0 10px 0; padding:0; border:0; height:2px; width:100%;
	background-color:#d0d0d0; /* Pour Firefox e6e6e6 */
	color:#d0d0d0; /* Pour IE e6e6e6 */
}
strong, b{font-weight:bold;}
em, i{font-style:italic;}
blockquote {
	margin:5px;
	color:#666;
	font-style:italic;
}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
pre {margin:15px 0;white-space:pre;}
pre, code, tt {font:11px 'andale mono', 'lucida console', monospace;line-height:1.5;}
/* FIN Balises HTML */

/* DÉBUT Lien */
a { color:#578c89; text-decoration:none;}
a:link {}
a:visited {}
a:active {}
a:focus, a:hover { 
	color: #0099cc;
	text-decoration: none;
}
/* FIN Lien */

/* DÉBUT Titre */
/*
h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#111;}
h1 { font-size:20px; margin-bottom:5px;}
h2 { font-size:18px;	margin-bottom:5px;}
h3 { font-size:16px; margin-bottom:5px;}
h4 { font-size:14px; margin-bottom:5px;}
h5 { font-size:12px; font-weight:bold; margin-bottom:5px;}
h6 { font-size:12px; font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
*/
/* FIN Titre */

/* DÉBUT Liste */
/*
li ul, li ol {margin:0;}
ul, ol { margin:0 0 15px 0; padding-left:10px;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 15px 0;}
dl dt {font-weight:bold;}
dd {margin-left:0;}
*/
/* FIN Liste */

/* DÉBUT Tableau */
/*
table { margin-bottom:15px; width:100%;}
th { font-weight:bold;}
thead th { background:#c3d9ff;}
th, td, caption { padding:4px 10px 4px 5px;}
tr.even td, tr:nth-child(even) td { background:#e5ecf9;}
tr.odd td, tr:nth-child(odd) td { background: #FFF;}
tfoot { font-style:italic;}
caption { background:#eee;}
*/
/* FIN Tableau */

/* DÉBUT Formulaire */
label { font-weight:bold; padding-bottom:15px;}
fieldset {
	padding:15px;
	margin:0 0 15px 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:12px;
} 
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, textarea, select {margin:5px 0;}
textarea { padding:5px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio {}
/* FIN Formulaire */

/* DÉBUT CSS utilitaire */
.gauche {float: left;}
.droite {float: right;}
img.gauche {margin: 0 10px 0 0;}
img.droite {margin: 0 0 0 10px; padding: 1px;}
.hide {display:none;}
.clear { display:block; clear:both; float:none !important;}
/* FIN CSS utilitaire */

/*
 * Joomla! Content editor Area
 */

.mceContentBody {
	background-color: #FFFFFF !important;
	background-image: none;
	text-align:left!important;
}