/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:500italic,700italic,500,300,700,400italic,300italic,400);

html
{
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll
}


body{
	background: #fff;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #49494b;
	line-height: 18px;
}

p{
	padding: 4px 0;
	margin:0 0 0.5em 0;
}

img:-moz-broken{
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}

img.aligncentre{ margin: 7px 0 15px 0; }
img.aligngauche{ float: left; margin: 0px 20px 5px 0; }
img.aligndroite{ float: right; margin: 0px 0px 5px 15px; }

ul, li{ list-style-type:none; margin: 0; padding: 0;}

li{background: transparent url(../img/fck/puce.png) 0px 7px no-repeat; padding-left: 15px;}

li a{
	text-decoration:none;
	outline:none;
}

a{
	text-decoration:underline;
	color: #847253;
}

a:visited{text-decoration: none;}


h2 {
	font: 1.7em 'Ubuntu', sans-serif;
	font-weight: 500;
	margin: 20px 0 5px 0;	
}

h3 {
	font: 1.5em 'Ubuntu', sans-serif;
	margin: 20px 0 5px 0;
	font-weight: 500;
}

h4 {
	font: 1.2em Tahoma, Geneva, sans-serif;
	margin: 5px 0 5px 0;
	color: #a2bd30;	
}

h5 {
	font: 1.3em Tahoma, Geneva, sans-serif;
	margin: 5px 0 5px 0;
	color: #ff1e00;	
}

